Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 29) sorted by relevance

12

/development/vndk/tools/definition-tool/assets/insight/
Dinsight.css6 background-color: #eefaff;
24 background-color: #3399ff;
36 background-color: #0000ff;
84 background-color: #eeeeee;
102 background-color: #fffff0;
103 transition: background-color 800ms ease;
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.css80 background-color: white;
94 background-color: #bb0000;
97 background-color: #ffdddd;
111 background-color: #ff6666;
114 background-color: #ffaaaa;
123 background-color: #ffffff;
/development/tools/winscope/src/
DLogEntry.vue118 background: #f1f1f1;
139 background: #dee2e3;
144 background: rgb(84, 139, 247);
154 background: #FFE0B2;
158 background: #FFF3E0;
163 background: #FFCCBC;
168 background: #FBE9E7;
DNodeContextMenu.vue28 background-color: #fff;
29 background-clip: padding-box;
62 background-color: transparent;
72 background-color: #f8f9fa
DTransactionEntry.vue216 background-color: #365179;
225 background: #f1f1f1;
242 background: rgb(84, 139, 247);
277 background-color: rgb(170, 65, 255);
289 background-color: rgb(170, 65, 255);
/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() argument
155 return add(gl, background, text, textPaint, 0, 0); in add()
174 public int add(GL10 gl, Drawable background, String text, Paint textPaint, in add() argument
177 boolean drawBackground = background != null; in add()
182 background.getPadding(padding); in add()
183 minWidth = Math.max(minWidth, background.getMinimumWidth()); in add()
184 minHeight = Math.max(minHeight, background.getMinimumHeight()); in add()
238 background.setBounds(u, v, u + width, v + height); in add()
239 background.draw(mCanvas); in add()
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java81 TransitionDrawable background = new TransitionDrawable(new Drawable[] {
85 mRowBackgrounds.put(row, background);
87 background.startTransition(TRANSITION_DURATION_MILLIS);
103 TransitionDrawable background = new TransitionDrawable(new Drawable[] {
107 mPageBackgrounds.put(page, background);
109 background.startTransition(TRANSITION_DURATION_MILLIS);
/development/tools/emulator/skins/WXGA720/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WXGA800/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WXGA800-7in/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WSVGA/
Dlayout3 background {
8 background {
/development/tools/winscope/src/components/
DFlatCard.vue21 background-repeat: no-repeat;
34 background-color: #fff;
/development/samples/browseable/JobScheduler/
D_index.jd9 background tasks when certain tasks apply.
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java132 final Drawable background = mBackground; in onDraw() local
143 background.setBounds(mDrawRect); in onDraw()
144 background.draw(canvas); in onDraw()
153 background.setBounds(mDrawRect); in onDraw()
154 background.draw(canvas); in onDraw()
/development/samples/browseable/NetworkConnect/
D_index.jd9 HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
/development/tools/emulator/skins/WVGA800/
Dlayout3 background {
8 background {
23 background {
106 background {
/development/tools/emulator/skins/WVGA854/
Dlayout3 background {
8 background {
23 background {
106 background {
/development/tools/emulator/skins/WQVGA400/
Dlayout3 background {
8 background {
23 background {
106 background {
/development/tools/emulator/skins/WQVGA432/
Dlayout3 background {
8 background {
23 background {
106 background {
/development/tools/emulator/skins/QVGA/
Dlayout3 background {
8 background {
23 background {
106 background {
/development/tools/emulator/skins/HVGA/
Dlayout3 background {
8 background {
23 background {
106 background {
/development/samples/browseable/BasicSyncAdapter/
D_index.jd8 This sample demonstrates using SyncAdapter to fetch background data for an app that
/development/samples/browseable/AgendaData/
D_index.jd9 DataApi to transmit data such as event time, description, and background image. The
/development/samples/browseable/BasicMediaRouter/
D_index.jd13 Once connected, use the "Change Color" button to change the background color of the secondary scree…
/development/samples/browseable/BatchStepSensor/
D_index.jd17 batched sensors can be used in the background (when the CPU is suspended), which

12