Home
last modified time | relevance | path

Searched defs:imeSource (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTests.java455 final InsetsSource imeSource = state.peekSource(ID_IME); in testImeMinimalSourceFrame() local
478 final InsetsSource imeSource = state.peekSource(ID_IME); in testImeInsetsGivenContentFrame() local
H A DActivityRecordTests.java3297 InsetsSource imeSource = new InsetsSource(ID_IME, ime()); in testImeInsetsFrozenFlag_resetWhenReportedToBeImeInputTarget() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java144 final InsetsSource imeSource = pd.mInsetsState.peekSource(InsetsSource.ID_IME); in isImeShowing() local
372 private boolean calcIsFloating(InsetsSource imeSource) { in calcIsFloating()
388 final InsetsSource imeSource = mInsetsState.peekSource(InsetsSource.ID_IME); in startAnimation() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java398 final InsetsSource imeSource = new InsetsSource(originalImeSource); in adjustVisibilityForIme() local
H A DDisplayContent.java3417 final InsetsSource imeSource = state.peekSource(ID_IME); in getInputMethodWindowVisibleHeight() local