Home
last modified time | relevance | path

Searched refs:tileModeY (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java97 TileMode tileModeX, TileMode tileModeY) { in BitmapShader_Delegate() argument
99 mJavaPaint = new BitmapShaderPaint(image, tileModeX, tileModeY); in BitmapShader_Delegate()
108 TileMode tileModeX, TileMode tileModeY) { in BitmapShaderPaint() argument
111 mTileModeY = tileModeY; in BitmapShaderPaint()
/aosp12/frameworks/base/libs/hwui/jni/
H A DShader.cpp67 jint tileModeX, jint tileModeY, bool filter) { in BitmapShader_constructor() argument
83 (SkTileMode)tileModeX, (SkTileMode)tileModeY, sampling); in BitmapShader_constructor()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java898 final int tileModeY = a.getInt(R.styleable.BitmapDrawable_tileModeY, TILE_MODE_UNDEFINED); in updateStateFromTypedArray() local
899 if (tileModeY != TILE_MODE_UNDEFINED) { in updateStateFromTypedArray()
900 setTileModeY(parseTileMode(tileModeY)); in updateStateFromTypedArray()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1527 field public static final int tileModeY = 16843896; // 0x1010478
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt1287 field public static final int tileModeY = 16843896; // 0x1010478
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79958 Lcom/android/internal/R$attr;->tileModeY:I