Home
last modified time | relevance | path

Searched refs:TRANSLUCENT (Results 1 – 4 of 4) sorted by relevance

/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DErrorFragment.java31 private static final boolean TRANSLUCENT = true; field in ErrorFragment
44 setDefaultBackground(TRANSLUCENT); in setErrorContent()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTranslucentGLSurfaceViewActivity.java45 mGLSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList9.java85 PixelFormat.TRANSLUCENT); in onCreate()
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java89 this.getHolder().setFormat(PixelFormat.TRANSLUCENT); in init()