Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 27) 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/vndk/tools/sourcedr/sourcedr/static/prism/css/
Dprism.css11 background: none;
36 background-color: #fdfdfd;
37 background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
38 background-size: 3em 3em;
39 background-origin: content-box;
55 background-color: #fdfdfd;
141 background: rgba(255, 255, 255, 0.5);
159 background: rgba(255, 255, 255, 0.5);
236 background: hsla(24, 20%, 50%,.08);
237 background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
[all …]
/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-7in/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WSVGA/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WXGA800/
Dlayout3 background {
8 background {
/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/JobScheduler/
D_index.jd9 background tasks when certain tasks apply.
/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/vndk/tools/sourcedr/sourcedr/static/css/
Dmain.css11 background-color: #ffffff;
/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
/development/samples/Snake/src/com/example/android/snake/
DSnake.java63 findViewById(R.id.arrowContainer), findViewById(R.id.background)); in onCreate()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css24 background-color: #fff;

12