Searched refs:mInFullscreenMode (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 582 boolean mInFullscreenMode; field in InputMethodManagerService 772 final boolean mInFullscreenMode; field in InputMethodManagerService.SoftInputShowHideHistory.Entry 795 mInFullscreenMode = inFullscreenMode; in Entry() 827 pw.println(" inFullscreenMode=" + entry.mInFullscreenMode); in dump() 1739 cs.client.scheduleStartInputIfNecessary(mInFullscreenMode); in switchUserOnHandlerLocked() 2663 mInFullscreenMode = false; in clearCurMethodLocked() 4039 proto.write(IN_FULLSCREEN_MODE, mInFullscreenMode); in dumpDebug() 4249 mCurFocusedWindowSoftInputMode, reason, mInFullscreenMode, in handleMessage() 4272 mCurFocusedWindowSoftInputMode, reason, mInFullscreenMode, in handleMessage() 4491 scheduleSetActiveToClient(mCurClient, mIsInteractive, mInFullscreenMode, in handleSetInteractive() [all …]
|