Searched refs:SCROLL_Y_POSITION (Results 1 – 3 of 3) sorted by relevance
90 scrollY = intent.getIntExtra(Utils.SCROLL_Y_POSITION, 0); in onReceive()
51 public static final String SCROLL_Y_POSITION = "scroll_y_position"; field in Utils
241 intent.putExtra(Utils.SCROLL_Y_POSITION, scrollY); in scrollTestApp()