Searched refs:which (Results 1 – 25 of 81) sorted by relevance
1234
/development/samples/browseable/SlidingTabsBasic/ |
D | _index.jd | 8 A basic sample which shows how to use SlidingTabLayout to display a custom 9 ViewPager title strip which gives continuous feedback to the user when scrolling.
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 10 … each of which has an associated DataItem. These DataItems are then received on the wearable, which 13 …which allows the phone application to update the status of the question (i.e. did the user answer …
|
/development/samples/browseable/SwipeRefreshLayoutBasic/ |
D | _index.jd | 8 A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\' 10 In this sample the View which can be refreshed is a ListView.
|
/development/build/tools/ |
D | patch_windows_sdk.sh | 54 UNIX2DOS=$(which unix2dos || true) 56 UNIX2DOS=$(which todos || true)
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
D | ConfirmationDialogFragment.java | 56 public void onClick(DialogInterface dialog, int which) { in onCreateDialog() 62 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
|
/development/samples/browseable/DirectorySelection/ |
D | _index.jd | 8 This sample explains how to use Directory selection API, which was introduced
|
/development/samples/browseable/BatchStepSensor/ |
D | _index.jd | 17 batched sensors can be used in the background (when the CPU is suspended), which 18 requires manually flushing the sensor event queue before it overflows, which is not
|
/development/samples/browseable/AppUsageStatistics/ |
D | _index.jd | 8 This sample explains how to use App usage statistics API, which was introduced
|
/development/samples/browseable/JobScheduler/ |
D | _index.jd | 8 Demonstration of the JobScheduler API, which provides an interface for scheduling
|
/development/samples/browseable/SlidingTabsColors/ |
D | _index.jd | 8 A more advanced sample which shows how to use SlidingTabLayout to display a custom
|
/development/samples/browseable/CommitContentSampleIME/ |
D | _index.jd | 8 This sample demonstrates how to write an keyboard which sends rich content
|
/development/samples/browseable/CommitContentSampleApp/ |
D | _index.jd | 8 This sample demonstrates how to write an application which accepts rich content
|
/development/cmds/monkey/ |
D | monkey | 1 # Script to start "monkey" on the device, which has a very rudimentary
|
/development/vndk/tools/sourcedr/ |
D | README.md | 7 - [ninja](ninja) analyzes `$(OUT)/combined-${target}.ninja`, which contains all
|
/development/samples/browseable/BasicImmersiveMode/ |
D | _index.jd | 8 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
|
/development/samples/browseable/SwipeRefreshListFragment/ |
D | _index.jd | 8 A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the
|
/development/samples/browseable/MediaRecorder/ |
D | _index.jd | 9 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/development/tools/mkstubs/ |
D | README.txt | 22 +foo => accepts all items which signature is exactly "foo" 23 +foo* => accepts all items which signature starts by "foo" 24 -bar => rejects all items which signature is exactly "bar" 25 -bar* => rejects all items which signature starts by "bar"
|
/development/samples/browseable/SwipeRefreshMultipleViews/ |
D | _index.jd | 8 A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
|
/development/samples/browseable/DirectBoot/ |
D | _index.jd | 9 which is always available while the device is booted.
|
/development/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 8 This sample shows you how to use ActionBarCompat to create a basic Activity which
|
/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 10 … \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information
|
/development/samples/browseable/AppShortcuts/ |
D | _index.jd | 9 This API allows an application to define a set of Intents which are displayed as
|
/development/samples/browseable/AppRestrictions/ |
D | _index.jd | 8 This sample demonstrates the use of the App Restriction feature, which is available on
|
/development/samples/browseable/ElizaChat/ |
D | _index.jd | 8 … This sample is a phone application that provides a chat experience in which users can respond to
|
1234