/development/tools/winscope/src/parsers/events/ |
D | traces_parser_cujs.ts | 56 const events = await Promise.all(eventsPromises); constant 57 const cujEvents = events.filter((event) => { 115 private makeCujsFromEvents(events: PropertyTreeNode[]): PropertyTreeNode[] { 116 events.forEach((event) => TracesParserCujs.AddCujProperties.apply(event)); 119 events, 122 const endEvents = this.filterEventsByTag(events, EventTag.JANK_CUJ_END_TAG); 124 events, 178 events: PropertyTreeNode[], 181 return events.filter((event) => { 188 events: PropertyTreeNode[], [all …]
|
D | parser_eventlog.ts | 48 const events = this.parseLogs(decodedLogs); constant 49 return events.sort((a: Event, b: Event) => {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyPowerEvent.java | 101 ContentValues[] events; in writeLogEvents() local 103 events = mLogEvents.toArray(new ContentValues[0]); in writeLogEvents() 108 for (int i = 0; i < events.length; ++i) { in writeLogEvents() 109 ContentValues event = events[i]; in writeLogEvents()
|
D | MonkeySourceNetwork.java | 306 KeyEvent[] events = keyCharacterMap.getEvents(chars); in translateCommand() local 309 for (KeyEvent event : events) { in translateCommand()
|
/development/samples/browseable/BasicMultitouch/ |
D | _index.jd | 9 across multiple touch events. 11 (also represented by a color) does not change as new touch events are received.
|
/development/tools/winscope/src/parsers/input/perfetto/ |
D | parser_key_event.ts | 60 const events = perfetto.protos.InputEventWrapper.create({ constant 64 return this.makeKeyPropertiesTree(events);
|
D | parser_motion_event.ts | 60 const events = perfetto.protos.InputEventWrapper.create({ constant 64 return this.makeMotionPropertiesTree(events);
|
/development/samples/VoiceInteractionService/ |
D | README.md | 44 Collecting trace events: \ 45 Trace events are used throughout the test app to measure the time it takes to read the AudioRecord 49 * Trace events: 60 * Search for the events manually or run the below example SQL query to pull out the events.
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
D | CalendarQueryService.java | 116 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()
|
/development/samples/browseable/BasicNotifications/ |
D | _index.jd | 8 This sample demonstrates how to display events in the system\'s notification bar. The
|
/development/tools/winscope/src/test/fixtures/traces/ |
D | eventlog_timestamps_not_monotonically_increasing.winscope | 3 --------- beginning of events
|
D | eventlog.winscope | 3 --------- beginning of events
|
/development/samples/browseable/AgendaData/ |
D | _index.jd | 8 Syncs calendar events to your wearable at the press of a button, using the Wearable
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 66 the touch event to happen. Just like key events, touch events at a 68 send a "touch down", then a series of "touch move" events (to simulate 76 that the touch events use)
|
/development/samples/browseable/DragAndDropAcrossApps/ |
D | _index.jd | 16 handle drag and drop events.
|
/development/ide/clion/frameworks/native/ |
D | CMakeLists.txt | 21 try_add_subdir(services/surfaceflinger/tests/vsync/test-vsync-events)
|
/development/samples/browseable/BatchStepSensor/ |
D | _index.jd | 11 batching and shows how these events are received.</p>
|
/development/tools/labpretest/ |
D | README | 22 for 200 events each cycle. The script ignores normal monkey failures. If you 25 how many monkey events and finally -x to make it skip the monkey run portion
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 179 - **Touchpad** shows an on-screen touchpad for injecting mouse events into the 189 events to the activity on the focused display. 191 - **Stylus** allows for injecting simulated stylus events into the focused 354 In addition, any input events generated from an **externally connected 357 **Externally connected mouse** events are also forwarded to the relevant 366 accelerometer events, which allows for selecting which device's sensor to 393 - **Stylus**: A simple drawing activity that reacts on stylus input events. 445 - Improved handling of virtual touch events.
|
/development/tools/otagui/src/components/ |
D | FileSelect.vue | 69 pointer-events: none;
|
/development/tools/ |
D | monkey | 330 cmd.append(str(options.events))
|
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | MainActivity.java | 331 final List<DataEvent> events = FreezableUtils.freezeIterable(dataEvents); in onDataChanged() local 335 for (DataEvent event : events) { in onDataChanged()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 105 biography - n. an account of the series of events making up a person's life 174 confidence - n. a state of confident hopefulness that events will be favorable 212 course - n. a connected series of events or actions or developments 493 influence - n. a power to affect persons or events especially power based on prestige etc 633 narrative - n. a message that tells the particulars of an act or occurrence or course of events; pr… 894 souvenir - n. a reminder of past events
|