Home
last modified time | relevance | path

Searched refs:addInteraction (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
DTextScrollActivity.java85 addInteraction(flingUp); in onCreate()
86 addInteraction(flingDown); in onCreate()
87 addInteraction(flingUp); in onCreate()
88 addInteraction(flingDown); in onCreate()
89 addInteraction(flingUp); in onCreate()
90 addInteraction(flingDown); in onCreate()
91 addInteraction(flingUp); in onCreate()
92 addInteraction(flingDown); in onCreate()
DShadowGridActivity.java85 addInteraction(flingUp); in onCreate()
86 addInteraction(flingDown); in onCreate()
87 addInteraction(flingUp); in onCreate()
88 addInteraction(flingDown); in onCreate()
89 addInteraction(flingUp); in onCreate()
90 addInteraction(flingDown); in onCreate()
91 addInteraction(flingUp); in onCreate()
92 addInteraction(flingDown); in onCreate()
DListViewScrollActivity.java85 addInteraction(flingUp); in onCreate()
86 addInteraction(flingDown); in onCreate()
DEditTextInputActivity.java76 addInteraction(tap); in onCreate()
138 addInteraction(typeAlphabet); in onCreate()
DFullScreenOverdrawActivity.java109 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
DBitmapUploadActivity.java153 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DAutomator.java59 protected final void addInteraction(Interaction interaction) { in addInteraction() method in Automator.AutomateCallback