/development/vndk/tools/definition-tool/assets/insight/ |
D | insight.css | 6 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/ |
D | dep-graph.css | 80 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/ |
D | LabelMaker.java | 154 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/ |
D | SampleGridPagerAdapter.java | 81 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/ |
D | layout | 3 background { 8 background {
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 3 background { 8 background {
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 3 background { 8 background {
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 3 background { 8 background {
|
/development/samples/browseable/JobScheduler/ |
D | _index.jd | 9 background tasks when certain tasks apply.
|
/development/samples/Home/src/com/example/android/home/ |
D | ApplicationsStackLayout.java | 132 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.jd | 9 HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/samples/browseable/BasicSyncAdapter/ |
D | _index.jd | 8 This sample demonstrates using SyncAdapter to fetch background data for an app that
|
/development/samples/browseable/AgendaData/ |
D | _index.jd | 9 DataApi to transmit data such as event time, description, and background image. The
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 13 Once connected, use the "Change Color" button to change the background color of the secondary scree…
|
/development/samples/browseable/BatchStepSensor/ |
D | _index.jd | 17 batched sensors can be used in the background (when the CPU is suspended), which
|
/development/samples/Snake/src/com/example/android/snake/ |
D | Snake.java | 63 findViewById(R.id.arrowContainer), findViewById(R.id.background)); in onCreate()
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
D | main.css | 24 background-color: #fff;
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceCompanionConfigActivity.java | 158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, in setUpAllPickers() 164 setUpColorPickerListener(R.id.background, KEY_BACKGROUND_COLOR); in setUpAllPickers()
|
/development/build/ |
D | sdk.atree | 317 …radle/RepeatingAlarm/ samples/${PLATFORM_NAME}/background/RepeatingAlarm 343 …/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler
|