Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java206 InsetsSourceControl mImeSourceControl = null; field in DisplayImeController.PerDisplay
287 if (mImeSourceControl != null) { in insetsControlChanged()
291 mImeSourceControl = imeSourceControl; in insetsControlChanged()
365 if (imeSource == null || mImeSourceControl == null) { in startAnimation()
400 final float x = mImeSourceControl.getSurfacePosition().x; in startAnimation()
422 t.setPosition(mImeSourceControl.getLeash(), x, value); in startAnimation()
425 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()
449 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()
451 t.show(mImeSourceControl.getLeash()); in startAnimation()
468 t.setAlpha(mImeSourceControl.getLeash(), 1.f); in startAnimation()
[all …]