/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
H A D | Interaction.java | 29 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 D | Automator.java | 59 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 D | ListViewScrollActivity.java | 30 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 D | TextScrollActivity.java | 27 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 D | ShadowGridActivity.java | 29 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 D | EditTextInputActivity.java | 28 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 D | FullScreenOverdrawActivity.java | 34 import com.android.benchmark.ui.automation.Interaction; 109 addInteraction(Interaction.newTap(middleX, middleY)); in onCreate()
|
H A D | BitmapUploadActivity.java | 37 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 D | SegmentedButtons.java | 94 Interaction.register(b, new Interaction.Callback() { in addButton() 126 public interface Callback extends Interaction.Callback {
|
H A D | Interaction.java | 24 public class Interaction { class
|
H A D | ZenModePanel.java | 745 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 D | OWNERS | 8 # Voice Interaction
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | OWNERS | 34 # Voice Interaction
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | webview_zygote.te | 43 # Interaction between the webview_zygote and its children.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | webview_zygote.te | 43 # Interaction between the webview_zygote and its children.
|
/aosp12/system/chre/doc/ |
H A D | nanoapp_clients.md | 14 Interaction between nanoapps and clients occur through a flexible message
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | webview_zygote.te | 43 # Interaction between the webview_zygote and its children.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | app_zygote.te | 34 # Interaction between the app_zygote and its children.
|
H A D | webview_zygote.te | 46 # Interaction between the webview_zygote and its children.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | app_zygote.te | 31 # Interaction between the app_zygote and its children.
|
H A D | webview_zygote.te | 46 # Interaction between the webview_zygote and its children.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | app_zygote.te | 31 # Interaction between the app_zygote and its children.
|
H A D | webview_zygote.te | 49 # Interaction between the webview_zygote and its children.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | app_zygote.te | 31 # Interaction between the app_zygote and its children.
|
H A D | webview_zygote.te | 49 # Interaction between the webview_zygote and its children.
|