Searched refs:REPORT_LOSING_FOCUS (Results 1 – 2 of 2) sorted by relevance
125 import static com.android.server.wm.WindowManagerService.H.REPORT_LOSING_FOCUS;881 mWmService.mH.obtainMessage(REPORT_LOSING_FOCUS, this).sendToTarget();
4540 public static final int REPORT_LOSING_FOCUS = 3; field in WindowManagerService.H4646 case REPORT_LOSING_FOCUS: { in handleMessage()