Home
last modified time | relevance | path

Searched defs:background (Results 1 – 7 of 7) sorted by relevance

/development/tools/motion/motion_test_watcher_app/.vscode/
Dtasks.json12 "background": { object
30 "background": { object
/development/tools/winscope/src/
Dmaterial-theme.scss53 $background: map.get($config, background); variable
74 $background: map.get($config, background); variable
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DConnectivityFragment.java69 TypedValue background = new TypedValue(); in onViewCreated() local
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DLauncherAdapter.java124 final Drawable background = new ShapeDrawable(new OvalShape()); in getView() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java154 public int add(GL10 gl, Drawable background, String text, Paint textPaint) { in add()
174 public int add(GL10 gl, Drawable background, String text, Paint textPaint, in add()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java132 final Drawable background = mBackground; in onDraw() local
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DShade.kt247 val background = measurables[0][0].measure(constraints) in ShadeLayout() constant