Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java991 final int dividerWidthInactive = in adjustForIME() local
1001 mBounds.bottom - yOffset + dividerWidth - dividerWidthInactive, in adjustForIME()
1009 final int dividerWidthDelta = dividerWidthInactive - dividerWidth; in adjustForIME()
1016 final int topBeforeImeAdjust = mBounds.top - dividerWidth + dividerWidthInactive; in adjustForIME()
1020 mBounds.top - yOffset, minTopStackBottom + dividerWidthInactive); in adjustForIME()