Searched refs:GAINED_FOCUS (Results 1 – 3 of 3) sorted by relevance
62 filter.addAction(Utils.GAINED_FOCUS); in setUpAndRegisterReceiver()100 if (action.equals(Utils.GAINED_FOCUS) && mHasGainedFocusLatch != null) { in onReceive()
33 sendBroadcast(new Intent(Utils.GAINED_FOCUS)); in onWindowFocusChanged()
64 public static final String GAINED_FOCUS = ACTION_PREFIX + "focus_changed"; field in Utils