Home
last modified time | relevance | path

Searched defs:Interaction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DInteraction.java29 public class Interaction { class
148 private Interaction(@Interaction.Type int type, in Interaction() method in Interaction
157 private Interaction(int[] codes) { in Interaction() method in Interaction
165 private Interaction(@Interaction.Type int type, in Interaction() method in Interaction
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DInteraction.java24 public class Interaction { class
/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.h145 using Interaction = std::tuple<DeviceId, std::chrono::nanoseconds, std::set<Uid>>; variable