Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java215 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/
Drs_core.rsh3 // We use -I . to pick up this header file implicitly, instead of the proper
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java280 PickOptionRequest pick = (PickOptionRequest)mPendingRequest; in onClick() local
292 pick.sendPickOptionResult(picked, null); in onClick()
296 pick.sendIntermediatePickOptionResult(picked, null); in onClick()
DStartVoiceInteractionActivity.java54 mPickButton = (Button)findViewById(R.id.pick); in onCreate()
DTestInteractionActivity.java78 mPickButton = (Button)findViewById(R.id.pick); in onCreate()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java296 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/
DMLand.java652 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/
Dpickers.jd35 <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/
DFragmentTuner.java52 public static FragmentTuner pick(Context context, State state) { in pick() method in FragmentTuner
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd56 <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/
Deasy-signin.jd32 <p>Keep your users engaged, no matter what device they pick up or sit down at.
/frameworks/base/docs/html/about/versions/marshmallow/
Dsamples.jd12 Samples</b> menu option and pick the sample you want.
/frameworks/multidex/
Dbuild.gradle127 // Change buildDir first so that all plugins pick up the new value.
/frameworks/base/docs/html/design/patterns/
Dswipe-views.jd20 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/
Dexperiments.jd38 whether users pick your app from search results and category lists.
/frameworks/base/tools/orientationplot/
DREADME.txt59 There should be no gap observed initially. The algorithm should pick one
/frameworks/base/docs/html/ndk/guides/graphics/
Ddesign-notes.jd93 An app can use a simple algorithm to pick the best memory type for a given
/frameworks/base/docs/html/training/implementing-navigation/
Ddescendant.jd55 <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/
Dmessages.jd160 <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/
Dloaders.jd294 // 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/
Dloaders.jd294 // 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/
Dloaders.jd294 // 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/
Dloaders.jd294 // 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/
Dloaders.jd294 // 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/
Dscreendensities.jd118 under <code>res/</code> and the system will pick the correct one automatically

123