Home
last modified time | relevance | path

Searched refs:ImeActivity (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
H A DImeAppHelper.kt30 Components.ImeActivity.LABEL,
31 Components.ImeActivity.COMPONENT.toFlickerComponent()
54 launchViaIntent(action = Components.ImeActivity.ACTION_OPEN_IME)
87 launchViaIntent(action = Components.ImeActivity.ACTION_CLOSE_IME)
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/
H A DResizeLegacySplitScreen.kt121 this.isAppWindowVisible(Components.ImeActivity.COMPONENT.toFlickerComponent())
150 this.isVisible(Components.ImeActivity.COMPONENT.toFlickerComponent())
177 visibleRegion(Components.ImeActivity.COMPONENT.toFlickerComponent())
199 visibleRegion(Components.ImeActivity.COMPONENT.toFlickerComponent())
/aosp12/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DImeActivityAutoFocus.java21 public class ImeActivityAutoFocus extends ImeActivity {
H A DImeActivity.java24 public class ImeActivity extends Activity { class
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DImeActivity.java26 public class ImeActivity extends Activity { class
H A DComponents.java69 public static class ImeActivity { class in Components