/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 215 int pick(int[] a) { in pick() method in DessertCaseView 219 <T> T pick(T[] a) { in pick() method in DessertCaseView 223 <T> T pick(SparseArray<T> sa) { in pick() method in DessertCaseView 305 d = mDrawables.get(pick(XXRARE_PASTRIES)); in fillFreeList() 307 d = mDrawables.get(pick(XRARE_PASTRIES)); in fillFreeList() 309 d = mDrawables.get(pick(RARE_PASTRIES)); in fillFreeList() 311 d = mDrawables.get(pick(PASTRIES)); in fillFreeList()
|
/frameworks/compile/slang/tests/P_extern_const/ |
D | rs_core.rsh | 3 // We use -I . to pick up this header file implicitly, instead of the proper
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 280 PickOptionRequest pick = (PickOptionRequest)mPendingRequest; in onClick() local 292 pick.sendPickOptionResult(picked, null); in onClick() 296 pick.sendIntermediatePickOptionResult(picked, null); in onClick()
|
D | StartVoiceInteractionActivity.java | 54 mPickButton = (Button)findViewById(R.id.pick); in onCreate()
|
D | TestInteractionActivity.java | 78 mPickButton = (Button)findViewById(R.id.pick); in onCreate()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | DocumentsActivity.java | 296 final PickFragment pick = PickFragment.get(fm); in refreshDirectory() local 297 if (pick != null) { in refreshDirectory() 298 pick.setPickTarget(mState.action, mState.copyOperationSubType, cwd); in refreshDirectory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 652 public static int pick(int[] l) { 1247 antenna = context.getDrawable(pick(ANTENNAE)); 1249 eyes = context.getDrawable(pick(EYES)); 1251 mouth = context.getDrawable(pick(MOUTHS)); 1405 setBackgroundResource(pick(CACTI)); 1416 setBackgroundResource(pick(MOUNTAINS));
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | pickers.jd | 35 <p>Android provides controls for the user to pick a time or pick a date as ready-to-use dialogs. 37 (month, day, year). Using these pickers helps ensure that your users can pick a time or date that
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | FragmentTuner.java | 52 public static FragmentTuner pick(Context context, State state) { in pick() method in FragmentTuner
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 56 <p>For example, here's how to start an activity that allows the user to pick a contact:</p> 85 <p>For example, here's how you can handle the result for the "pick a contact" intent:</p>
|
/frameworks/base/docs/html/distribute/engage/ |
D | easy-signin.jd | 32 <p>Keep your users engaged, no matter what device they pick up or sit down at.
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | samples.jd | 12 Samples</b> menu option and pick the sample you want.
|
/frameworks/multidex/ |
D | build.gradle | 127 // Change buildDir first so that all plugins pick up the new value.
|
/frameworks/base/docs/html/design/patterns/ |
D | swipe-views.jd | 20 related data items, such as images, chats, or emails, and then pick one of the items to see the
|
/frameworks/base/docs/html/distribute/users/ |
D | experiments.jd | 38 whether users pick your app from search results and category lists.
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 59 There should be no gap observed initially. The algorithm should pick one
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | design-notes.jd | 93 An app can use a simple algorithm to pick the best memory type for a given
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | descendant.jd | 55 <p>When launching another application's activity to allow the user to say, compose an email or pick…
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 160 <p>After detecting the capable nodes, determine where to send the message. You should pick a node 180 // Find a nearby node or pick one arbitrarily
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | loaders.jd | 294 // First, pick the base URI to use depending on whether we are 447 // First, pick the base URI to use depending on whether we are
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | loaders.jd | 294 // First, pick the base URI to use depending on whether we are 447 // First, pick the base URI to use depending on whether we are
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | loaders.jd | 294 // First, pick the base URI to use depending on whether we are 447 // First, pick the base URI to use depending on whether we are
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | loaders.jd | 294 // First, pick the base URI to use depending on whether we are 447 // First, pick the base URI to use depending on whether we are
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | loaders.jd | 294 // First, pick the base URI to use depending on whether we are 447 // First, pick the base URI to use depending on whether we are
|
/frameworks/base/docs/html/training/multiscreen/ |
D | screendensities.jd | 118 under <code>res/</code> and the system will pick the correct one automatically
|