Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 88) sorted by relevance

1234

/development/samples/browseable/SlidingTabsBasic/
D_index.jd8 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.jd10 … each of which has an associated DataItem. These DataItems are then received on the wearable, which
13which allows the phone application to update the status of the question (i.e. did the user answer …
/development/ndk/platforms/android-21/include/linux/
Dv4l2-subdev.h32 __u32 which; member
40 __u32 which; member
85 __u32 which; member
/development/samples/browseable/SwipeRefreshLayoutBasic/
D_index.jd8 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/
Dpatch_windows_sdk.sh54 UNIX2DOS=$(which unix2dos || true)
56 UNIX2DOS=$(which todos || true)
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DConfirmationDialogFragment.java56 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
62 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
/development/samples/browseable/BatchStepSensor/
D_index.jd17 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/DirectorySelection/
D_index.jd8 This sample explains how to use Directory selection API, which was introduced
/development/samples/browseable/AppUsageStatistics/
D_index.jd8 This sample explains how to use App usage statistics API, which was introduced
/development/tools/checkstyle/gitlint/
Dutils.py44 def which(program): function
61 return [program for program in programs if not which(program)]
/development/samples/browseable/JobScheduler/
D_index.jd8 Demonstration of the JobScheduler API, which provides an interface for scheduling
/development/cmds/monkey/
Dmonkey1 # Script to start "monkey" on the device, which has a very rudimentary
/development/samples/browseable/CommitContentSampleIME/
D_index.jd8 This sample demonstrates how to write an keyboard which sends rich content
/development/samples/browseable/SlidingTabsColors/
D_index.jd8 A more advanced sample which shows how to use SlidingTabLayout to display a custom
/development/samples/browseable/CommitContentSampleApp/
D_index.jd8 This sample demonstrates how to write an application which accepts rich content
/development/tools/mkstubs/
DREADME.txt22 +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/BasicImmersiveMode/
D_index.jd8 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
/development/ndk/platforms/android-21/include/sys/
Dwait.h58 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/development/ndk/platforms/android-19/include/sys/
Dwait.h59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/development/samples/browseable/MediaRecorder/
D_index.jd9 A TextureView is used as the camera preview which limits the code to API 14+. This
/development/samples/browseable/SwipeRefreshListFragment/
D_index.jd8 A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the
/development/samples/browseable/SwipeRefreshMultipleViews/
D_index.jd8 A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
/development/ndk/platforms/android-9/include/sys/
Dwait.h65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/development/samples/browseable/BasicNetworking/
D_index.jd10 … \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information
/development/samples/browseable/DirectBoot/
D_index.jd9 which is always available while the device is booted.

1234