Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DPanelSwitcher.java44 private TranslateAnimation outRight; field in PanelSwitcher
81 outRight = new TranslateAnimation(0, mWidth, 0, 0); in onSizeChanged()
86 outRight.setDuration(ANIM_DURATION); in onSizeChanged()
129 children[mCurrentView].startAnimation(outRight); in moveRight()