Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java657 boolean mInFullscreenMode; field in InputMethodManagerService
877 final boolean mInFullscreenMode; field in InputMethodManagerService.SoftInputShowHideHistory.Entry
903 mInFullscreenMode = inFullscreenMode; in Entry()
937 pw.println(" inFullscreenMode=" + entry.mInFullscreenMode); in dump()
1905 cs.mClient.scheduleStartInputIfNecessary(mInFullscreenMode); in switchUserOnHandlerLocked()
3017 mInFullscreenMode = false; in clearClientSessionsLocked()
4752 proto.write(IN_FULLSCREEN_MODE, mInFullscreenMode); in dumpDebug()
4865 mCurFocusedWindowSoftInputMode, reason, mInFullscreenMode, in onShowHideSoftInputRequested()
5181 mCurClient.mClient.setActive(mIsInteractive, mInFullscreenMode); in handleSetInteractive()
6033 mInFullscreenMode = fullscreen; in reportFullscreenMode()
[all …]