[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/android/renderscript/Sampler.Value [Back]  [Original]

Sampler.Value  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.
Added in API level 11
Deprecated in API level 31

Sampler.Value


public static final enum Sampler.Value
extends Enum<Sampler.Value>

java.lang.Object
   ↳ java.lang.Enum<android.renderscript.Sampler.Value>
     ↳ android.renderscript.Sampler.Value


Summary

Enum values

Sampler.Value  CLAMP

 

Sampler.Value  LINEAR

 

Sampler.Value  LINEAR_MIP_LINEAR

 

Sampler.Value  LINEAR_MIP_NEAREST

 

Sampler.Value  MIRRORED_REPEAT

 

Sampler.Value  NEAREST

 

Sampler.Value  WRAP

 

Public methods

static Sampler.Value valueOf(String name)
static final Value[] values()

Inherited methods

Enum values

CLAMP

Added in API level 11
public static final Sampler.Value CLAMP

LINEAR

Added in API level 11
public static final Sampler.Value LINEAR

LINEAR_MIP_LINEAR

Added in API level 11
public static final Sampler.Value LINEAR_MIP_LINEAR

LINEAR_MIP_NEAREST

Added in API level 11
public static final Sampler.Value LINEAR_MIP_NEAREST

MIRRORED_REPEAT

Added in API level 18
Deprecated in API level 31
public static final Sampler.Value MIRRORED_REPEAT

NEAREST

Added in API level 11
public static final Sampler.Value NEAREST

WRAP

Added in API level 11
public static final Sampler.Value WRAP

Public methods

valueOf

public static Sampler.Value valueOf (String name)

Parameters
name String

Returns
Sampler.Value

values

public static final Value[] values ()

Returns
Value[]

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page