Searched refs:MSG_REPORT_FULLSCREEN_MODE (Results 1 – 3 of 3) sorted by relevance
500 static final int MSG_REPORT_FULLSCREEN_MODE = 10; field in InputMethodManager957 case MSG_REPORT_FULLSCREEN_MODE: { in handleMessage()1021 mH.obtainMessage(MSG_REPORT_FULLSCREEN_MODE, fullscreen ? 1 : 0, 0)
249 static final int MSG_REPORT_FULLSCREEN_MODE = 3045; field in InputMethodManagerService4415 case MSG_REPORT_FULLSCREEN_MODE: { in handleMessage()5090 MSG_REPORT_FULLSCREEN_MODE, fullscreen ? 1 : 0, mCurClient)); in reportFullscreenMode()
63858 Landroid/view/inputmethod/InputMethodManager;->MSG_REPORT_FULLSCREEN_MODE:I