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