Home
last modified time | relevance | path

Searched refs:IME (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/proto_logging/stats/enums/view/inputmethod/
Denums.proto24 // Reason for creating the IME request,
85 // The type of the IME request, used by android/view/inputmethod/ImeTracker.java.
87 // IME request type not set.
89 // IME show request type.
91 // IME hide request type.
93 // IME user-controlled animation request type.
97 // The status of the IME request, used by android/view/inputmethod/ImeTracker.java.
99 // IME request status not set.
101 // IME request running.
103 // IME request cancelled.
[all …]
/frameworks/base/tests/FlickerTests/IME/src/com/android/server/wm/flicker/ime/common/
DCommonAssertions.kt26 this.isInvisible(ComponentNameMatcher.IME).then().isVisible(ComponentNameMatcher.IME) in LegacyFlickerTest()
32 this.isVisible(ComponentNameMatcher.IME).then().isInvisible(ComponentNameMatcher.IME) in LegacyFlickerTest()
39 this.isNonAppWindowVisible(ComponentNameMatcher.IME) in imeWindowIsAlwaysVisible()
41 .isNonAppWindowInvisible(ComponentNameMatcher.IME) in imeWindowIsAlwaysVisible()
43 .isNonAppWindowVisible(ComponentNameMatcher.IME) in imeWindowIsAlwaysVisible()
46 assertWm { this.isNonAppWindowVisible(ComponentNameMatcher.IME) } in imeWindowIsAlwaysVisible()
52 this.isNonAppWindowInvisible(ComponentNameMatcher.IME) in LegacyFlickerTest()
54 .isNonAppWindowVisible(ComponentNameMatcher.IME) in LegacyFlickerTest()
60 this.isNonAppWindowVisible(ComponentNameMatcher.IME) in LegacyFlickerTest()
62 .isNonAppWindowInvisible(ComponentNameMatcher.IME) in LegacyFlickerTest()
/frameworks/proto_logging/stats/atoms/view/inputmethod/
Dinputmethod_atoms.proto28 * Logged when an IME request finished.
34 // Uid of the client that requested the IME.
37 // Duration in milliseconds of the IME request from start to end,
41 // Type of the IME request, from
45 // Status of the IME request, from
49 // Reason for creating the IME request, from
53 // Origin of the IME request, from
57 // Last phased reached by the IME request, from
/frameworks/base/core/java/android/view/
DEventLogTags.logtags41 # IME animation is started.
43 # IME animation is finished.
45 # IME animation is canceled.
47 # IME remote animation is started.
49 # IME remote animation is end.
51 # IME remote animation is canceled.
DWindowInsets.java23 import static android.view.WindowInsets.Type.IME;
386 if ((typeMask & IME) != 0) { in getInsetsIgnoringVisibility()
568 if ((typeMask & IME) != 0) { in getBoundingRectsIgnoringVisibility()
1536 if (typeMask == IME) { in setInsetsIgnoringVisibility()
1730 if (typeMask == IME) { in setBoundingRectsIgnoringVisibility()
1785 static final int IME = 1 << 3; field in WindowInsets.Type
1799 static final int DEFAULT_VISIBLE = ~IME;
1809 case IME: in indexOf()
1844 if ((types & IME) != 0) { in toString()
1876 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
[all …]
/frameworks/base/tests/FlickerTests/IME/src/com/android/server/wm/flicker/ime/
DOpenImeWindowToFixedPortraitAppTest.kt71 flicker.assertLayersStart { this.isVisible(ComponentNameMatcher.IME) } in imeLayerVisibleStart()
77 flicker.assertLayersEnd { this.isVisible(ComponentNameMatcher.IME) } in imeLayerExistsEnd()
85 imeLayerVisibleRegionBeforeTransition = this.visibleRegion(ComponentNameMatcher.IME) in imeLayerVisibleRegionKeepsTheSame()
88 this.visibleRegion(ComponentNameMatcher.IME) in imeLayerVisibleRegionKeepsTheSame()
DShowImeOnAppStartWhenLaunchingAppFromQuickSwitchTest.kt108 flicker.assertLayersStart { isVisible(ComponentNameMatcher.IME) } in imeLayerIsVisibleWhenSwitchingToImeApp()
109 flicker.assertLayersTag(TAG_IME_VISIBLE) { isVisible(ComponentNameMatcher.IME) } in imeLayerIsVisibleWhenSwitchingToImeApp()
110 flicker.assertLayersEnd { isVisible(ComponentNameMatcher.IME) } in imeLayerIsVisibleWhenSwitchingToImeApp()
116 flicker.assertLayersTag(TAG_IME_INVISIBLE) { isInvisible(ComponentNameMatcher.IME) } in imeLayerIsInvisibleWhenSwitchingToTestApp()
DShowImeWhileEnteringOverviewTest.kt186 isVisible(ComponentNameMatcher.IME) in imeLayerIsVisibleAndAssociatedWithAppWidow()
187 .visibleRegion(ComponentNameMatcher.IME) in imeLayerIsVisibleAndAssociatedWithAppWidow()
192 val imeVisibleRegion = it.visibleRegion(ComponentNameMatcher.IME) in imeLayerIsVisibleAndAssociatedWithAppWidow()
195 it.isVisible(ComponentNameMatcher.IME) in imeLayerIsVisibleAndAssociatedWithAppWidow()
DCloseImeShownOnAppStartOnGoHomeTest.kt75 flicker.assertLayersStart { this.isVisible(ComponentNameMatcher.IME) } in imeLayerVisibleStart()
81 flicker.assertLayersEnd { this.isInvisible(ComponentNameMatcher.IME) } in imeLayerInvisibleEnd()
DCloseImeShownOnAppStartToAppOnPressBackTest.kt70 flicker.assertLayersStart { this.isVisible(ComponentNameMatcher.IME) } in imeLayerVisibleStart()
76 flicker.assertLayersEnd { this.isInvisible(ComponentNameMatcher.IME) } in imeLayerInvisibleEnd()
DShowImeOnAppStartWhenLaunchingAppTest.kt110 flicker.assertLayersStart { this.isInvisible(ComponentNameMatcher.IME) } in imeWindowBecomesVisible()
117 flicker.assertLayersEnd { this.isVisible(ComponentNameMatcher.IME) } in imeLayerExistsEnd()
DCloseImeOnGoHomeTest.kt66 ComponentNameMatcher.IME, in visibleWindowsShownMoreThanOneConsecutiveEntry()
80 listOf(ComponentNameMatcher.IME, ComponentNameMatcher.SPLASH_SCREEN) in visibleLayersShownMoreThanOneConsecutiveEntry()
DCloseImeOnDismissPopupDialogTest.kt68 this.isVisible(ComponentNameMatcher.IME) in <lambda>()
73 .isInvisible(ComponentNameMatcher.IME) in <lambda>()
DShowImeOnUnlockScreenTest.kt46 private val imeOrSnapshot = ComponentNameMatcher.IME.or(ComponentNameMatcher.IME_SNAPSHOT)
DCloseImeToAppOnPressBackTest.kt63 ComponentNameMatcher.IME, in visibleWindowsShownMoreThanOneConsecutiveEntry()
DShowImeWhileDismissingThemedPopupDialogTest.kt80 flicker.assertLayersEnd { this.isVisible(ComponentNameMatcher.IME) } in imeWindowIsAlwaysVisible()
DShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt127 flicker.assertLayers { this.isVisible(ComponentNameMatcher.IME) } in imeLayerBecomesVisible()
/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java68 private static final int IME = LocaleInfo.SUGGESTION_TYPE_IME_LANGUAGE; field in AppLocaleCollectorTest
185 map.put("en-IN", IME); // The locale IME supports. in getExpectedResult()
187 OTHERAPP | SYSTEM_AVAILABLE | IME); // The locale exists in OTHERAPP, SYSTEM and IME in getExpectedResult()
223 createLocaleInfo("zh-TW", IME), in initImeLocales()
225 createLocaleInfo("en-US", IME), in initImeLocales()
226 createLocaleInfo("ja-JP", IME), in initImeLocales()
227 createLocaleInfo("en-IN", IME)); in initImeLocales()
/frameworks/base/core/java/android/tracing/
Dflags.aconfig22 description: "Migrate IME tracing to Perfetto"
29 description: "Migrate IME tracing to Perfetto"
/frameworks/base/services/core/java/com/android/server/wm/
DEventLogTags.logtags78 # IME surface parent is updated.
80 # IME snapshot is shown.
82 # IME snapshot is hidden.
/frameworks/base/core/proto/android/input/
Dkeyboard_configured.proto50 // Keyboard layout type provided by IME
52 // Language tag provided by IME (e.g. en-US, ru-Cyrl etc.)
/frameworks/proto_logging/stats/enums/input/
Denums.proto72 // Change IME language
132 // Auto-detection based on IME provided language tag and layout type
148 // Auto-detection based on IME provided language tag and layout type
157 * and the IME
/frameworks/base/core/java/android/view/inputmethod/
Dflags.aconfig34 description: "Feature flag for concurrent multi-session IME"
123 description: "Defers showSoftInput until the IME session has been created."
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/
DMultipleShowImeRequestsInSplitScreen.kt57 this.isVisible(ComponentNameMatcher.IME) in imeLayerAlwaysVisible()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/
DMovePipOnImeVisibilityChangeTest.kt77 flicker.assertWmTag(TAG_IME_VISIBLE) { isAboveWindow(ComponentNameMatcher.IME, pipApp) } in pipIsAboveAppWindow()

12