Searched refs:MSG_REPORT_FULLSCREEN_MODE (Results 1 – 3 of 3) sorted by relevance
485 static final int MSG_REPORT_FULLSCREEN_MODE = 10; field in InputMethodManager672 case MSG_REPORT_FULLSCREEN_MODE: { in handleMessage()821 mH.obtainMessage(MSG_REPORT_FULLSCREEN_MODE, fullscreen ? 1 : 0, 0)
207 static final int MSG_REPORT_FULLSCREEN_MODE = 3045; field in InputMethodManagerService3839 case MSG_REPORT_FULLSCREEN_MODE: { in handleMessage()4541 MSG_REPORT_FULLSCREEN_MODE, fullscreen ? 1 : 0, mCurClient)); in reportFullscreenMode()
74964 Landroid/view/inputmethod/InputMethodManager;->MSG_REPORT_FULLSCREEN_MODE:I