Lines Matching full:switchviews
922 switchViews(true /* trackball */);
1399 private void switchViews(boolean trackBallSelection) {
1491 switchViews(true /* trackball */);
1550 switchViews(true /* trackball or keyboard */);
1818 private View switchViews(boolean forward, float xOffSet, float width, float velocity) {
1821 Log.d(TAG, "switchViews(" + forward + ") O:" + xOffSet + " Dist:" + mAnimationDistance);
4104 switchViews(deltaX < 0, mViewStartX, mViewWidth, velocityX);
4304 switchViews(mViewStartX > 0, mViewStartX, mViewWidth, 0);