Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java87 private int mImeHeight; field in PinnedTaskController
146 notifyImeVisibilityChanged(mIsImeShowing, mImeHeight); in registerPinnedTaskListener()
351 if (imeShowing == mIsImeShowing && imeHeight == mImeHeight) { in setAdjustedForIme()
356 mImeHeight = imeHeight; in setAdjustedForIme()
401 pw.println(prefix + " mImeHeight=" + mImeHeight); in dump()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java117 private int mImeHeight; field in PipTouchHandler
349 mImeHeight = imeHeight; in onImeVisibilityChanged()
391 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged()
712 mIsImeShowing ? mImeHeight : 0); in animateToMaximizedState()
728 mInsetBounds, restoredMovementBounds, mIsImeShowing ? mImeHeight : 0); in animateToNormalSize()
736 mInsetBounds, restoredMovementBounds, mIsImeShowing ? mImeHeight : 0); in animateToUnexpandedState()
1032 mInsetBounds, mPipBoundsState.getMovementBounds(), mIsImeShowing ? mImeHeight : 0);
1039 movementBounds, mIsImeShowing ? mImeHeight : 0);
1081 pw.println(innerPrefix + "mImeHeight=" + mImeHeight);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchHandler.java120 private int mImeHeight; field in PipTouchHandler
358 mImeHeight = imeHeight; in onImeVisibilityChanged()
400 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged()
721 mIsImeShowing ? mImeHeight : 0); in animateToMaximizedState()
737 mInsetBounds, restoredMovementBounds, mIsImeShowing ? mImeHeight : 0); in animateToNormalSize()
745 mInsetBounds, restoredMovementBounds, mIsImeShowing ? mImeHeight : 0); in animateToUnexpandedState()
1042 mInsetBounds, mPipBoundsState.getMovementBounds(), mIsImeShowing ? mImeHeight : 0);
1049 movementBounds, mIsImeShowing ? mImeHeight : 0);
1116 pw.println(innerPrefix + "mImeHeight=" + mImeHeight);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java93 private int mImeHeight; field in PipBoundsState
391 mImeHeight = imeHeight; in setImeVisibility()
401 return mImeHeight; in getImeHeight()
674 pw.println(innerPrefix + "mImeHeight=" + mImeHeight); in dump()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipTouchHandlerTest.java108 private int mImeHeight; field in PipTouchHandlerTest
149 mImeHeight = 100; in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java70 private int mImeHeight; field in BubblePositioner
316 return mImeVisible ? mImeHeight : 0; in getImeHeight()
335 mImeHeight = height; in setImeVisible()