Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayImeController.java67 private static final int FLOATING_IME_BOTTOM_INSET = -80; field in DisplayImeController
304 * FLOATING_IME_BOTTOM_INSET); in startAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java392 (int) (mDisplayContent.getDisplayMetrics().density * FLOATING_IME_BOTTOM_INSET in InsetsPolicyAnimationControlListener()
/frameworks/base/core/java/android/view/
DInsetsController.java268 protected static final int FLOATING_IME_BOTTOM_INSET = -80; field in InsetsController.InternalAnimationControlListener
1268 mHost.dipToPx(InternalAnimationControlListener.FLOATING_IME_BOTTOM_INSET)); in applyAnimation()