Searched refs:LOST_FOCUS (Results 1 – 3 of 3) sorted by relevance
63 filter.addAction(Utils.LOST_FOCUS); in setUpAndRegisterReceiver()102 } else if (action.equals(Utils.LOST_FOCUS) && mHasLostFocusLatch != null) { in onReceive()
36 sendBroadcast(new Intent(Utils.LOST_FOCUS)); in onWindowFocusChanged()
65 public static final String LOST_FOCUS = ACTION_PREFIX + "lost_focus"; field in Utils