Searched refs:addInteraction (Results 1 – 7 of 7) sorted by relevance
85 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()
85 addInteraction(flingUp); in onCreate()86 addInteraction(flingDown); in onCreate()
76 addInteraction(tap); in onCreate()138 addInteraction(typeAlphabet); in onCreate()
109 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
153 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
59 protected final void addInteraction(Interaction interaction) { in addInteraction() method in Automator.AutomateCallback