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.java202 private int mLastUpdatedImeDisplayId = INVALID_DISPLAY; field in CommandQueue
1212 if (mLastUpdatedImeDisplayId != displayId in handleShowImeButton()
1213 && mLastUpdatedImeDisplayId != INVALID_DISPLAY) { in handleShowImeButton()
1222 mLastUpdatedImeDisplayId = displayId; in handleShowImeButton()
1227 mCallbacks.get(i).setImeWindowStatus(mLastUpdatedImeDisplayId, in sendImeInvisibleStatusForPrevNavBar()