Home
last modified time | relevance | path

Searched defs:interaction (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DAutomator.java59 protected final void addInteraction(Interaction interaction) { in addInteraction()
146 Interaction interaction = mInteractions.poll(); in nextInteraction() local
154 private void doInteraction(Interaction interaction) { in doInteraction()
/frameworks/base/core/java/android/service/contentsuggestions/
DIContentSuggestionsService.aidl43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction()
DContentSuggestionsService.java162 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp291 void InputDeviceMetricsCollector::onInputDeviceInteraction(const Interaction& interaction) { in onInputDeviceInteraction()
302 for (auto interaction = mInteractionsQueue.pop(); interaction; in reportCompletedSessions() local
348 void InputDeviceMetricsCollector::ActiveSession::recordInteraction(const Interaction& interaction) { in recordInteraction()
/frameworks/base/core/java/android/app/contentsuggestions/
DIContentSuggestionsManager.aidl46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
DContentSuggestionsManager.java189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_extension_atoms.proto171 optional android.app.wearservices.CallInteraction interaction = 1; field
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt106 interactionSource.interactions.collect { interaction -> in <lambda>() method