Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java114 activity.mImeVisible); in testGlobalActions_doesntStealImeControl()
185 boolean mImeVisible; field in GlobalActionsImeTest.TestActivity
223 return mHasFocus && mImeVisible; in isImeVisible()
228 mImeVisible = insets.isVisible(ime()); in onApplyWindowInsets()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java69 private boolean mImeVisible; field in BubblePositioner
316 return mImeVisible ? mImeHeight : 0; in getImeHeight()
321 if (mImeVisible) { in getImeTop()
329 return mImeVisible; in isImeVisible()
334 mImeVisible = visible; in setImeVisible()
585 if (showBubblesVertically && mImeVisible) { in getExpandedBubbleXY()
DBubbleExpandedView.java151 private boolean mImeVisible; field in BubbleExpandedView
605 mImeVisible = visible; in setImeVisible()
606 if (!mImeVisible && mNeedsNewHeight) { in setImeVisible()
670 mImeVisible = false; in onDetachedFromWindow()
992 if (!mImeVisible) { in updateHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java288 private boolean mImeVisible; field in NavigationBar
645 if (!mImeVisible) { in NavigationBar()
1886 mImeVisible = newBackAlt; in setNavigationIconHints()
2049 if (isGesturalMode(mNavBarMode) && mImeVisible