Home | History | Annotate | Download | only in phone

Lines Matching refs:translation

1675         float translation = NotificationUtils.interpolate(-mQsMinExpansionHeight, 0,
1677 return Math.min(0, translation);
1922 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) {
1927 int lengthDp = Math.abs((int) (translation / displayDensity));
2385 protected void setVerticalPanelTranslation(float translation) {
2386 mNotificationStackScroller.setTranslationX(translation);
2387 mQsFrame.setTranslationX(translation);