Searched refs:interaction (Results 1 – 15 of 15) 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/com/android/internal/logging/ |
D | EventLogTags.logtags | 5 # interaction logs
|
/frameworks/base/core/java/android/app/contentsuggestions/ |
D | ContentSuggestionsManager.java | 189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction() argument 196 mService.notifyInteraction(mUser, requestId, interaction); in notifyInteraction()
|
D | IContentSuggestionsManager.aidl | 46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction() argument
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 13 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t… 18 …o add or change system QS tiles, can also be used to change the layout/interaction of the tile vie…
|
D | falsing.md | 121 the type of interaction you are evaluating when calling it. A large set of
|
/frameworks/proto_logging/stats/enums/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 | 114 // The current assistant component. It could be a voice interaction service, 621 // The currently selected voice interaction service flattened ComponentName.
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 345 // How much EJ quota to give back to an app based on each non-top user interaction.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4654 * Atom for simple logging of user interaction and impression events, such as "the user touched 5264 * Logs user interaction with the Privacy Indicators added in Q. In particular: 5995 // Number of frames rendered during the interaction. 5998 // Number of frames that were skipped in rendering during the interaction. 6001 // Number of frames that were missed in Surface Flinger during the interaction. 6004 // Number of frames that were missed in the app during the interaction. 6007 // Maximum time it took to render a single frame during the interaction. 8812 // to reconnect via adb without user interaction. 10357 // View / interaction recorded 13282 // Time of first interaction after undim if an interaction occurs. [all …]
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6423 // FIELD: Millis since caller app's process record last interaction event 6429 // FIELD: Millis since caller app's process record fg interaction 7050 // ACTION: An interaction with a Slice or other component in the Panel.
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 624 // ACTION: An interaction with a Slice or other component in the Panel.
|