Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java148 private int mLastUpdatedImeDisplayId = INVALID_DISPLAY; field in CommandQueue
894 if (!isMultiClientImeEnabled && mLastUpdatedImeDisplayId != displayId in handleShowImeButton()
895 && mLastUpdatedImeDisplayId != INVALID_DISPLAY) { in handleShowImeButton()
904 mLastUpdatedImeDisplayId = displayId; in handleShowImeButton()
909 mCallbacks.get(i).setImeWindowStatus(mLastUpdatedImeDisplayId, in sendImeInvisibleStatusForPrevNavBar()