Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java713 ViewState tmpState = new ViewState();
729 tmpState.initFrom(divider);
730 tmpState.yTranslation = viewState.yTranslation - mDividerHeight;
736 tmpState.hidden = !dividersVisible;
737 tmpState.alpha = alpha;
738 tmpState.applyToView(divider);
795 ViewState tmpState = new ViewState();
808 tmpState.initFrom(divider);
815 tmpState.hidden = !dividersVisible;
816 tmpState.alpha = alpha;
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaViewController.kt89 private val tmpState = TransitionViewState() regex
433 tmpState)
440 tmpState)
449 transitionProgress, tmpState)