HomeSort by relevance Sort by last modified time
    Searched refs:newYTranslation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 104 float newYTranslation = state.yTranslation;
135 if (yTranslation != newYTranslation) {
136 child.setTranslationY(newYTranslation);
StackScrollAlgorithm.java 198 float newYTranslation = state.yTranslation + state.height * (1f - state.scale) / 2f;
201 float newNotificationEnd = newYTranslation + newHeight;
214 newHeight - (previousNotificationStart - newYTranslation));
219 previousNotificationStart = newYTranslation + state.clipTopAmount * state.scale;
    [all...]

Completed in 99 milliseconds