Home
last modified time | relevance | path

Searched refs:mImeSourceControl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java221 InsetsSourceControl mImeSourceControl = null; field in DisplayImeController.PerDisplay
309 mImeSourceControl.release(SurfaceControl::release); in insetsControlChanged()
311 mImeSourceControl = imeSourceControl; in insetsControlChanged()
389 if (imeSource == null || mImeSourceControl == null) { in startAnimation()
427 final float x = mImeSourceControl.getSurfacePosition().x; in startAnimation()
449 t.setPosition(mImeSourceControl.getLeash(), x, value); in startAnimation()
452 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()
479 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()
483 t.show(mImeSourceControl.getLeash()); in startAnimation()
520 t.hide(mImeSourceControl.getLeash()); in startAnimation()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayImeControllerTest.java132 assertNotNull(mPerDisplay.mImeSourceControl); in insetsControlChanged_updateImeSourceControl()
135 assertNull(mPerDisplay.mImeSourceControl); in insetsControlChanged_updateImeSourceControl()