Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogMotion.java43 private final View mChevron; field in VolumeDialogMotion
58 mChevron = chevron; in VolumeDialogMotion()
120 return mChevron.getHeight() / 6; in chevronDistance()
124 final Object tag = mChevron == null ? null : mChevron.getTag(); in chevronPosY()
142 mChevron.setTranslationY(posY + v + -mDialogView.getTranslationY()); in startShowAnimation()
185 mChevron.setAlpha(0); in startShowAnimation()
186 mChevron.animate() in startShowAnimation()
207 mChevron.animate().cancel(); in startDismiss()
219 mChevron.setTranslationY(posY + -mDialogView.getTranslationY()); in startDismiss()