Searched refs:translucent (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 76 public GLtestView(Context context, boolean translucent, int depth, int stencil) { in GLtestView() argument 78 init(translucent, depth, stencil); in GLtestView() 81 private void init(boolean translucent, int depth, int stencil) { in init() argument 88 if (translucent) { in init() 102 setEGLConfigChooser( translucent ? in init()
|
/cts/tests/framework/base/windowmanager/translucentapp/ |
D | Android.bp | 16 name: "cts-wm-translucent-app", 26 srcs: [":cts-wm-translucent-app"],
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | ShowWhenLockedTranslucentActivity.java | 29 setContentView(R.layout.translucent); in onCreate()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerState.java | 463 return activity.translucent; in isActivityTranslucent() 479 if (!activity.translucent) { in isBehindOpaqueActivities() 807 public boolean translucent; field in ActivityManagerState.Activity 818 translucent = proto.translucent; in Activity()
|
/cts/tests/framework/base/windowmanager/translucentappsdk26/ |
D | Android.bp | 23 ":cts-wm-translucent-app",
|