Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
DLogic.java119 private void clearWithHistory(boolean scroll) { in clearWithHistory() argument
130 text, scroll ? CalculatorDisplay.Scroll.UP : CalculatorDisplay.Scroll.NONE); in clearWithHistory()
135 private void clear(boolean scroll) { in clear() argument
137 mDisplay.setText("", scroll ? CalculatorDisplay.Scroll.UP : CalculatorDisplay.Scroll.NONE); in clear()
178 public void evaluateAndShowResult(String text, Scroll scroll) { in evaluateAndShowResult() argument
184 mDisplay.setText(mResult, scroll); in evaluateAndShowResult()
190 mDisplay.setText(mResult, scroll); in evaluateAndShowResult()
/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java194 int scroll = getScrollValue(); in handleDataChanged() local
215 setScrollValue(scroll); in handleDataChanged()
282 int scroll = 0; in animateOut() local
290 scroll = - (centerScreen - centerView - gap); in animateOut()
295 scroll = - (centerScreen + gap - centerView); in animateOut()
301 scroll = - (centerScreen - centerView); in animateOut()
305 scroll -= gap; in animateOut()
320 if (scroll != 0) { in animateOut()
322 … scroll1 = ObjectAnimator.ofInt(this, "scrollX", getScrollX(), getScrollX() + scroll); in animateOut()
324 … scroll1 = ObjectAnimator.ofInt(this, "scrollY", getScrollY(), getScrollY() + scroll); in animateOut()
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java177 scroll(); in onKeyDown()
182 scroll(); in onKeyDown()
231 scroll(); in onTouchEvent()
238 scroll(); in onTouchEvent()
391 scroll(); in onDraw()
449 private void scroll() { in scroll() method in VerticalTextSpinner
/packages/apps/Phone/src/com/android/phone/
DChangeIccPinScreen.java121 mScrollView = (ScrollView) findViewById(R.id.scroll); in onCreate()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1498 final boolean scroll = delta != 0; in scrollToChildRect()
1499 if (scroll) { in scrollToChildRect()
1514 return scroll; in scrollToChildRect()