Searched refs:mDistance (Results 1 - 6 of 6) sorted by relevance

/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DManeuverPanel.java31 private TextView mDistance; field in class:ManeuverPanel
44 mDistance = (TextView) findViewById(R.id.nav_distance);
50 mDistance.setText(distance);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DFlingScroller.java41 private int mDistance; field in class:FlingScroller
100 mDistance = (int)Math.round(
117 int r = (int) Math.round(mStartX + f * mDistance * mCosAngle);
127 int r = (int) Math.round(mStartY + f * mDistance * mSinAngle);
138 return DECELERATED_FACTOR * mDistance * 1000 *
/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DSpringRelativeLayout.java101 mActiveEdge.mDistance = 0;
148 private float mDistance; field in class:SpringRelativeLayout.SpringEdgeEffect
168 mDistance += deltaDistance * (mVelocityMultiplier / 3f);
169 setDampedScrollShift(mDistance * getHeight());
174 mDistance = 0;
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
H A DSetupAnimationHelper.java69 private final int mDistance = sFragmentTransitionLongDistance; field in class:SetupAnimationHelper.TransitionBuilder
113 transition.setDistance(mDistance);
H A DFadeAndShortSlide.java97 private int mDistance = DEFAULT_DISTANCE; field in class:FadeAndShortSlide
230 float startX = mSlideCalculator.getGoneX(sceneRoot, view, position, mDistance);
259 float endX = mSlideCalculator.getGoneX(sceneRoot, view, position, mDistance);
318 mDistance = distance;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherScroller.java57 private int mDistance; field in class:LauncherScroller
311 mCurrVelocity = velocityCoef * mDistance / mDuration * 1000.0f;
440 mDistance = (int) (totalDistance * Math.signum(velocity));

Completed in 495 milliseconds