Searched refs:SCROLL_SCROLLVIEW_ACTION (Results 1 – 3 of 3) sorted by relevance
63 filter.addAction(Utils.SCROLL_SCROLLVIEW_ACTION); in onResume()100 } else if (intent.getAction().equals(Utils.SCROLL_SCROLLVIEW_ACTION)) { in onReceive()
39 public static final String SCROLL_SCROLLVIEW_ACTION = ACTION_PREFIX + "SCROLLVIEW_SCROLL"; field in Utils
238 intent = new Intent(Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()