Home
last modified time | relevance | path

Searched refs:Interaction (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A DInteraction.java29 public class Interaction { class
45 Interaction.Type.TAP,
46 Interaction.Type.FLING,
47 Interaction.Type.PINCH,
48 Interaction.Type.KEY_EVENT})
58 return new Interaction(Interaction.Type.FLING, new float[]{startX, endX}, in newFling()
63 return new Interaction(Interaction.Type.FLING, in newFlingDown()
69 return new Interaction(Interaction.Type.FLING, in newFlingUp()
75 return new Interaction(Interaction.Type.TAP, in newTap()
148 private Interaction(@Interaction.Type int type, in Interaction() method in Interaction
[all …]
H A DAutomator.java59 protected final void addInteraction(Interaction interaction) { in addInteraction()
67 protected final void setInteractions(List<Interaction> interactions) { in setInteractions()
71 private List<Interaction> mInteractions;
88 LinkedList<Interaction> mInteractions;
146 Interaction interaction = mInteractions.poll(); in nextInteraction()
154 private void doInteraction(Interaction interaction) { in doInteraction()
161 if (interaction.getType() == Interaction.Type.KEY_EVENT) { in doInteraction()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DListViewScrollActivity.java30 import com.android.benchmark.ui.automation.Interaction;
81 Interaction flingUp = Interaction.newFlingUp(middleX, middleY); in onCreate()
82 Interaction flingDown = Interaction.newFlingDown(middleX, middleY); in onCreate()
H A DTextScrollActivity.java27 import com.android.benchmark.ui.automation.Interaction;
82 Interaction flingUp = Interaction.newFlingUp(middleX, middleY); in onCreate()
83 Interaction flingDown = Interaction.newFlingDown(middleX, middleY); in onCreate()
H A DShadowGridActivity.java29 import com.android.benchmark.ui.automation.Interaction;
82 Interaction flingUp = Interaction.newFlingUp(middleX, middleY); in onCreate()
83 Interaction flingDown = Interaction.newFlingDown(middleX, middleY); in onCreate()
H A DEditTextInputActivity.java28 import com.android.benchmark.ui.automation.Interaction;
75 Interaction tap = Interaction.newTap(middleX, middleY); in onCreate()
107 Interaction typeAlphabet = Interaction.newKeyInput(new int[] { in onCreate()
H A DFullScreenOverdrawActivity.java34 import com.android.benchmark.ui.automation.Interaction;
109 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
H A DBitmapUploadActivity.java37 import com.android.benchmark.ui.automation.Interaction;
153 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java94 Interaction.register(b, new Interaction.Callback() { in addButton()
126 public interface Callback extends Interaction.Callback {
H A DInteraction.java24 public class Interaction { class
H A DZenModePanel.java745 Interaction.register(tag.rb, mInteractionCallback); in bind()
746 Interaction.register(tag.lines, mInteractionCallback); in bind()
747 Interaction.register(button1, mInteractionCallback); in bind()
748 Interaction.register(button2, mInteractionCallback); in bind()
1012 private final Interaction.Callback mInteractionCallback = new Interaction.Callback() {
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DOWNERS8 # Voice Interaction
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DOWNERS34 # Voice Interaction
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dwebview_zygote.te43 # Interaction between the webview_zygote and its children.
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dwebview_zygote.te43 # Interaction between the webview_zygote and its children.
/aosp12/system/chre/doc/
H A Dnanoapp_clients.md14 Interaction between nanoapps and clients occur through a flexible message
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dwebview_zygote.te43 # Interaction between the webview_zygote and its children.
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dapp_zygote.te34 # Interaction between the app_zygote and its children.
H A Dwebview_zygote.te46 # Interaction between the webview_zygote and its children.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dapp_zygote.te31 # Interaction between the app_zygote and its children.
H A Dwebview_zygote.te46 # Interaction between the webview_zygote and its children.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dapp_zygote.te31 # Interaction between the app_zygote and its children.
H A Dwebview_zygote.te49 # Interaction between the webview_zygote and its children.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dapp_zygote.te31 # Interaction between the app_zygote and its children.
H A Dwebview_zygote.te49 # Interaction between the webview_zygote and its children.

12