Searched refs:SCROLL_SCROLLVIEW_ACTION (Results 1 – 4 of 4) sorted by relevance
86 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()
328 intent = new Intent(Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()
59 } else if (action.equals(Utils.SCROLL_SCROLLVIEW_ACTION)) { in onReceivedEventFromCaller()
45 public static final String SCROLL_SCROLLVIEW_ACTION = ACTION_PREFIX + "SCROLLVIEW_SCROLL"; field in Utils