Searched refs:REPORT_LOSING_FOCUS (Results 1 – 2 of 2) sorted by relevance
75 import static com.android.server.wm.WindowManagerService.H.REPORT_LOSING_FOCUS;856 mService.mH.sendEmptyMessage(REPORT_LOSING_FOCUS); in applySurfaceChangesTransaction()
4595 public static final int REPORT_LOSING_FOCUS = 3; field in WindowManagerService.H4706 case REPORT_LOSING_FOCUS: { in handleMessage()