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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ViewState.java 118 public float zTranslation;
128 zTranslation = viewState.zTranslation;
139 zTranslation = view.getTranslationZ();
171 // apply zTranslation
175 } else if (view.getTranslationZ() != this.zTranslation) {
176 view.setTranslationZ(this.zTranslation);
292 if (child.getTranslationZ() != this.zTranslation) {
414 float newEndValue = this.zTranslation;
661 * Get the end value of the zTranslation animation running on a view or the zTranslatio
    [all...]
StackScrollAlgorithm.java 195 childViewState.zTranslation += 2.0f * ambientState.getZDistanceBetweenElements();
513 * @param resultState The result state to update the zTranslation values
544 childViewState.zTranslation = baseZ
556 childViewState.zTranslation = baseZ;
560 childViewState.zTranslation = baseZ + factor * zDistanceBetweenElements;
563 childViewState.zTranslation = baseZ;
StackStateAnimator.java 156 || viewState.zTranslation != child.getTranslationZ()
NotificationChildrenContainer.java 585 childState.zTranslation =
640 mHeaderViewState.zTranslation = childrenExpandedAndNotAnimating
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 190 mShelfState.zTranslation = ambientState.getBaseZHeight();
    [all...]

Completed in 217 milliseconds