Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java479 static final int MSG_REPORT_FULLSCREEN_MODE = 10; field in InputMethodManager
894 case MSG_REPORT_FULLSCREEN_MODE: { in handleMessage()
1066 mH.obtainMessage(MSG_REPORT_FULLSCREEN_MODE, fullscreen ? 1 : 0, 0)
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java220 static final int MSG_REPORT_FULLSCREEN_MODE = 3045; field in InputMethodManagerService
4359 case MSG_REPORT_FULLSCREEN_MODE: { in handleMessage()
5197 MSG_REPORT_FULLSCREEN_MODE, fullscreen ? 1 : 0, mCurClient)); in reportFullscreenMode()