/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/WSVGA/ |
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/WXGA800/ |
D | layout | 3 background { 8 background {
|
/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/tools/emulator/skins/QVGA/ |
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/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/samples/browseable/JobScheduler/ |
D | _index.jd | 9 background tasks when certain tasks apply.
|
/development/ndk/platforms/android-9/samples/native-audio/assets/ |
D | README.txt | 1 File background.mp3 ("Background for talking but don't") is
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 3 background { 8 background { 23 background { 106 background {
|
/development/samples/browseable/NetworkConnect/ |
D | _index.jd | 9 HttpURLConnection. AsyncTask is used to perform the fetch on a background thread.
|
/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/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/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
D | main.css | 24 background-color: #fff;
|
/development/ndk/platforms/android-21/include/linux/ |
D | omapfb.h | 171 __u32 background; member
|
/development/build/ |
D | sdk.atree | 297 …radle/RepeatingAlarm/ samples/${PLATFORM_NAME}/background/RepeatingAlarm 323 …/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler
|