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.java237 float newTranslation; in updatePanelTranslation() local
239 newTranslation = getRtlTranslation(); in updatePanelTranslation()
241 newTranslation = mStackScroller.getLeft(); in updatePanelTranslation()
243 newTranslation += mStackScroller.getTranslationX(); in updatePanelTranslation()
244 mHeadsUpStatusBarView.setPanelTranslation(newTranslation); in updatePanelTranslation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java575 float newTranslation = Math.max(ambientState.getTopPadding()
577 childState.height = (int) Math.max(childState.height - (newTranslation
579 childState.yTranslation = newTranslation;
584 float newTranslation;
590 newTranslation = Math.min(childState.yTranslation, bottomPosition);
592 - newTranslation);
593 childState.yTranslation = newTranslation;