Home
last modified time | relevance | path

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

/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/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/WXGA800/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WXGA800-7in/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WXGA720/
Dlayout3 background {
8 background {
/development/tools/emulator/skins/WSVGA/
Dlayout3 background {
8 background {
/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/WQVGA432/
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/WVGA854/
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
/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;
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, in setUpAllPickers()
164 setUpColorPickerListener(R.id.background, KEY_BACKGROUND_COLOR); in setUpAllPickers()
/development/build/
Dsdk.atree317 …radle/RepeatingAlarm/ samples/${PLATFORM_NAME}/background/RepeatingAlarm
343 …/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler