/frameworks/proto_logging/stats/enums/view/inputmethod/ |
D | enums.proto | 24 // 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/ |
D | CommonAssertions.kt | 26 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/ |
D | inputmethod_atoms.proto | 28 * 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/ |
D | EventLogTags.logtags | 41 # 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.
|
D | WindowInsets.java | 23 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/ |
D | OpenImeWindowToFixedPortraitAppTest.kt | 71 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()
|
D | ShowImeOnAppStartWhenLaunchingAppFromQuickSwitchTest.kt | 108 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()
|
D | ShowImeWhileEnteringOverviewTest.kt | 186 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()
|
D | CloseImeShownOnAppStartOnGoHomeTest.kt | 75 flicker.assertLayersStart { this.isVisible(ComponentNameMatcher.IME) } in imeLayerVisibleStart() 81 flicker.assertLayersEnd { this.isInvisible(ComponentNameMatcher.IME) } in imeLayerInvisibleEnd()
|
D | CloseImeShownOnAppStartToAppOnPressBackTest.kt | 70 flicker.assertLayersStart { this.isVisible(ComponentNameMatcher.IME) } in imeLayerVisibleStart() 76 flicker.assertLayersEnd { this.isInvisible(ComponentNameMatcher.IME) } in imeLayerInvisibleEnd()
|
D | ShowImeOnAppStartWhenLaunchingAppTest.kt | 110 flicker.assertLayersStart { this.isInvisible(ComponentNameMatcher.IME) } in imeWindowBecomesVisible() 117 flicker.assertLayersEnd { this.isVisible(ComponentNameMatcher.IME) } in imeLayerExistsEnd()
|
D | CloseImeOnGoHomeTest.kt | 66 ComponentNameMatcher.IME, in visibleWindowsShownMoreThanOneConsecutiveEntry() 80 listOf(ComponentNameMatcher.IME, ComponentNameMatcher.SPLASH_SCREEN) in visibleLayersShownMoreThanOneConsecutiveEntry()
|
D | CloseImeOnDismissPopupDialogTest.kt | 68 this.isVisible(ComponentNameMatcher.IME) in <lambda>() 73 .isInvisible(ComponentNameMatcher.IME) in <lambda>()
|
D | ShowImeOnUnlockScreenTest.kt | 46 private val imeOrSnapshot = ComponentNameMatcher.IME.or(ComponentNameMatcher.IME_SNAPSHOT)
|
D | CloseImeToAppOnPressBackTest.kt | 63 ComponentNameMatcher.IME, in visibleWindowsShownMoreThanOneConsecutiveEntry()
|
D | ShowImeWhileDismissingThemedPopupDialogTest.kt | 80 flicker.assertLayersEnd { this.isVisible(ComponentNameMatcher.IME) } in imeWindowIsAlwaysVisible()
|
D | ShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt | 127 flicker.assertLayers { this.isVisible(ComponentNameMatcher.IME) } in imeLayerBecomesVisible()
|
/frameworks/base/tests/Internal/src/com/android/internal/app/ |
D | AppLocaleCollectorTest.java | 68 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/ |
D | flags.aconfig | 22 description: "Migrate IME tracing to Perfetto" 29 description: "Migrate IME tracing to Perfetto"
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EventLogTags.logtags | 78 # IME surface parent is updated. 80 # IME snapshot is shown. 82 # IME snapshot is hidden.
|
/frameworks/base/core/proto/android/input/ |
D | keyboard_configured.proto | 50 // 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/ |
D | enums.proto | 72 // 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/ |
D | flags.aconfig | 34 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/ |
D | MultipleShowImeRequestsInSplitScreen.kt | 57 this.isVisible(ComponentNameMatcher.IME) in imeLayerAlwaysVisible()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/ |
D | MovePipOnImeVisibilityChangeTest.kt | 77 flicker.assertWmTag(TAG_IME_VISIBLE) { isAboveWindow(ComponentNameMatcher.IME, pipApp) } in pipIsAboveAppWindow()
|