Searched refs:SCROLL_Y_POSITION (Results 1 – 4 of 4) sorted by relevance
89 bundle.putInt(Utils.SCROLL_Y_POSITION, scrollY); in scrollTestApp()
331 intent.putExtra(Utils.SCROLL_Y_POSITION, scrollY); in scrollTestApp()
49 scrollY = results.getInt(Utils.SCROLL_Y_POSITION, 0); in onReceivedEventFromCaller()
57 public static final String SCROLL_Y_POSITION = "scroll_y_position"; field in Utils