Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java210 float newTranslation; in updatePanelTranslation() local
212 newTranslation = getRtlTranslation(); in updatePanelTranslation()
214 newTranslation = mStackScroller.getLeft(); in updatePanelTranslation()
216 newTranslation += mStackScroller.getTranslationX(); in updatePanelTranslation()
217 mHeadsUpStatusBarView.setPanelTranslation(newTranslation); in updatePanelTranslation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java577 float newTranslation = Math.max(ambientState.getTopPadding()
579 childState.height = (int) Math.max(childState.height - (newTranslation
581 childState.yTranslation = newTranslation;
586 float newTranslation;
592 newTranslation = Math.min(childState.yTranslation, bottomPosition);
594 - newTranslation);
595 childState.yTranslation = newTranslation;