Searched refs:interaction (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
D | Automator.java | 59 protected final void addInteraction(Interaction interaction) { in addInteraction() argument 64 mInteractions.add(interaction); in addInteraction() 146 Interaction interaction = mInteractions.poll(); in nextInteraction() local 147 if (interaction != null) { in nextInteraction() 148 doInteraction(interaction); in nextInteraction() 154 private void doInteraction(Interaction interaction) { in doInteraction() argument 161 if (interaction.getType() == Interaction.Type.KEY_EVENT) { in doInteraction() 162 for (int code : interaction.getKeyCodes()) { in doInteraction() 170 for (MotionEvent event : interaction.getEvents()) { in doInteraction()
|
/frameworks/base/core/java/android/service/contentsuggestions/ |
D | ContentSuggestionsService.java | 111 public void notifyInteraction(String requestId, Bundle interaction) { 114 ContentSuggestionsService.this, requestId, interaction)); 161 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction() argument
|
D | IContentSuggestionsService.aidl | 43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction() argument
|
/frameworks/base/core/java/android/app/contentsuggestions/ |
D | ContentSuggestionsManager.java | 164 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction() argument 171 mService.notifyInteraction(mUser, requestId, interaction); in notifyInteraction()
|
D | IContentSuggestionsManager.aidl | 41 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction() argument
|
/frameworks/base/core/java/com/android/internal/logging/ |
D | EventLogTags.logtags | 5 # interaction logs
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 12 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t… 17 …o add or change system QS tiles, can also be used to change the layout/interaction of the tile vie…
|
/frameworks/base/core/proto/android/debug/ |
D | enums.proto | 45 * The adb connection was automatically allowed without user interaction due to the system
|
/frameworks/opt/net/ims/ |
D | README.txt | 9 - 3GPP TS 26.114 : IMS media handling and interaction
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 99 // The current assistant component. It could be a voice interaction service, 523 // The currently selected voice interaction service flattened ComponentName.
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 621 // ACTION: An interaction with a Slice or other component in the Panel.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6416 // FIELD: Millis since caller app's process record last interaction event 6422 // FIELD: Millis since caller app's process record fg interaction 7043 // ACTION: An interaction with a Slice or other component in the Panel.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 3835 * Logs user interaction with the Privacy Indicators added in Q. In particular: 6529 // to reconnect via adb without user interaction. 7446 // View / interaction recorded
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1459 // added as interaction from VK_KHR_device_group / VK 1.1
|