Searched refs:scroll (Results 1 – 12 of 12) sorted by relevance
105 scroll(View.FOCUS_DOWN); in onStartTimer()111 scroll(View.FOCUS_UP); in onTimerFinished()117 scroll(View.FOCUS_UP); in onTimerSelected()120 private void scroll(final int scrollDirection) { in scroll() method in MainActivity121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll); in scroll()
23 scroll: '.scroll',67 by.css(`${scrollSelectors.viewer} ${scrollSelectors.scroll} .current`),
23 scroll: '.scroll-messages',
256 selectors: {viewer: string; scroll: string; entry: string},263 by.css(`${selectors.viewer} ${selectors.scroll}`),272 by.css(`${selectors.viewer} ${selectors.scroll} ${selectors.entry}`),
25 overflow: scroll;
137 public void onScroll(int scroll) {} in onScroll() argument140 public void onAbsoluteScrollChange(int scroll) { in onAbsoluteScrollChange() argument141 float newTranslation = Math.min(-scroll, 0); in onAbsoluteScrollChange()
71 overflow: scroll;
14 This demos how we can scroll list views and verify data in list view
269 final ScrollView scroll = new ScrollView(context); in onCreate() local270 scroll.addView(view); in onCreate()272 setContentView(scroll); in onCreate()
86 overflow: scroll;
124 overflow: scroll;
63 mScroller = (ScrollView) findViewById(R.id.scroll); in onCreate()