/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/service/contentsuggestions/ |
H A D | ContentSuggestionsService.java | 112 public void notifyInteraction(String requestId, Bundle interaction) { 115 ContentSuggestionsService.this, requestId, interaction)); 162 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction() argument
|
H A D | IContentSuggestionsService.aidl | 43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/logging/ |
H A D | EventLogTags.logtags | 5 # interaction logs
|
/aosp14/frameworks/base/core/java/android/app/contentsuggestions/ |
H A D | ContentSuggestionsManager.java | 189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction() argument 196 mService.notifyInteraction(mUser, requestId, interaction); in notifyInteraction()
|
H A D | IContentSuggestionsManager.aidl | 46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction() argument
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A 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…
|
H A D | falsing.md | 121 the type of interaction you are evaluating when calling it. A large set of
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/ |
H A D | SwitchPreference.kt | 20 import androidx.compose.foundation.interaction.MutableInteractionSource
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
H A D | ActionButtons.kt | 20 import androidx.compose.foundation.interaction.MutableInteractionSource
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
H A D | FooterActions.kt | 23 import androidx.compose.foundation.interaction.MutableInteractionSource
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
H A D | Expandable.kt | 27 import androidx.compose.foundation.interaction.MutableInteractionSource
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 983 …droidx/compose/foundation/interaction/InteractionSourceKt;->MutableInteractionSource()Landroidx/co… 993 HSPLandroidx/compose/foundation/interaction/PressInteraction$Release;-><init>(Landroidx/compose/fou… 994 HSPLandroidx/compose/foundation/interaction/PressInteraction$Release;->getPress()Landroidx/compose/… 10992 Landroidx/compose/foundation/interaction/DragInteraction$Start; 10993 Landroidx/compose/foundation/interaction/FocusInteraction$Focus; 10994 Landroidx/compose/foundation/interaction/HoverInteraction$Enter; 10995 Landroidx/compose/foundation/interaction/Interaction; 10996 Landroidx/compose/foundation/interaction/InteractionSource; 10997 Landroidx/compose/foundation/interaction/InteractionSourceKt; 10998 Landroidx/compose/foundation/interaction/MutableInteractionSource; [all …]
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | Swipeable.kt | 26 import androidx.compose.foundation.interaction.MutableInteractionSource
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | secure.proto | 126 // The current assistant component. It could be a voice interaction service, 664 // The currently selected voice interaction service flattened ComponentName.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | jobscheduler.proto | 345 // How much EJ quota to give back to an app based on each non-top user interaction.
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 6426 // FIELD: Millis since caller app's process record last interaction event 6432 // FIELD: Millis since caller app's process record fg interaction 7053 // ACTION: An interaction with a Slice or other component in the Panel.
|