Home
last modified time | relevance | path

Searched refs:events (Results 1 – 25 of 35) sorted by relevance

12

/developers/samples/android/deprecated/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
DCalendarQueryService.java116 List<Event> events = queryEvents(this, beginTime, endTime); in onHandleIntent() local
117 for (Event event : events) { in onHandleIntent()
152 List<Event> events = new ArrayList<Event>(cursor.getCount()); in queryEvents() local
173 events.add(event); in queryEvents()
175 return events; in queryEvents()
/developers/samples/android/input/gestures/BasicGestureDetect/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/admin/DeviceOwner/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/admin/NfcProvisioning/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/media/ScreenCapture/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/content/webview/PermissionRequest/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/content/DirectShare/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/background/alarms/RepeatingAlarm/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/notification/ActiveNotifications/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/media/HdrViewfinder/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/build/templates/SingleView/_MODULE_/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/content/documentsUi/StorageProvider/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/security/ConfirmCredential/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/content/documentsUi/StorageClient/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/ui/window/ImmersiveMode/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/ui/window/BasicImmersiveMode/Application/
DREADME-singleview.txt40 "setHasOptionsMenu(true);", to enable the fragment to handle menu events.
42 -In order to override menu events, override onOptionsItemSelected.
/developers/samples/android/ui/window/AdvancedImmersiveMode/
DREADME.md17 and lets your app capture all touch events on the screen.
20 to receive all touch events. The user can reveal the system bars with
/developers/samples/android/input/multitouch/BasicMultitouch/
DREADME.md6 individual touches across multiple touch events.
17 touch events and draws a colored circle for each touch point. The view holds
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCardActionButton.java.ftl30 * Custom Button with a special 'pressed' effect for touch events.
DCardLayout.java.ftl27 * Custom Button with a special 'pressed' effect for touch events.
/developers/samples/android/ui/window/BasicImmersiveMode/
DREADME.md17 …ags, hides the navigation and status bars and lets your app capture all touch events on the screen.
/developers/samples/android/input/gestures/BasicGestureDetect/
DREADME.md18 that sends all motion events to the gesture detector.

12