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