Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java579 boolean mInFullscreenMode; field in InputMethodManagerService
769 final boolean mInFullscreenMode; field in InputMethodManagerService.SoftInputShowHideHistory.Entry
792 mInFullscreenMode = inFullscreenMode; in Entry()
824 pw.println(" inFullscreenMode=" + entry.mInFullscreenMode); in dump()
1736 cs.client.scheduleStartInputIfNecessary(mInFullscreenMode); in switchUserOnHandlerLocked()
2654 mInFullscreenMode = false; in clearCurMethodLocked()
4031 proto.write(IN_FULLSCREEN_MODE, mInFullscreenMode); in dumpDebug()
4126 mCurFocusedWindowSoftInputMode, reason, mInFullscreenMode, in onShowHideSoftInputRequested()
4480 scheduleSetActiveToClient(mCurClient, mIsInteractive, mInFullscreenMode, in handleSetInteractive()
5077 mInFullscreenMode = fullscreen; in reportFullscreenMode()
[all …]