Home
last modified time | relevance | path

Searched refs:getViewState (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java136 final ViewState viewState = view.getViewState(); in updateAlphaState()
168 final ViewState shelfState = shelf.getViewState(); in updateAlphaState()
272 ExpandableViewState childViewState = child.getViewState(); in updateSpeedBumpState()
303 ExpandableViewState state = child.getViewState(); in updateClipping()
345 ExpandableViewState childViewState = child.getViewState(); in updateDimmedAndHideSensitive()
428 ExpandableViewState viewState = v.getViewState(); in updateNotGoneIndex()
543 ExpandableViewState viewState = view.getViewState();
630 setLocation(view.getViewState(), algorithmState.mCurrentYPosition, i);
716 ExpandableViewState viewState = row.getViewState(); in updatePulsingStates()
761 ExpandableViewState childState = row.getViewState(); in updateHeadsUpStates()
[all …]
H A DStackStateAnimator.java141 ExpandableViewState viewState = child.getViewState(); in startAnimationForEvents()
236 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()
259 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
360 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
402 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
441 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
H A DNotificationChildrenContainer.java336 ExpandableViewState viewState = row.getViewState(); in addNotification()
658 ExpandableViewState childState = child.getViewState();
697 mGroupOverFlowState.copyFrom(overflowView.getViewState());
807 ExpandableViewState viewState = child.getViewState();
942 ExpandableViewState viewState = child.getViewState();
H A DNotificationStackScrollLayoutController.java847 ExpandableViewState childViewState = row.getViewState(); in isInVisibleLocation()
H A DNotificationStackScrollLayout.java3247 ExpandableViewState viewState = row.getViewState(); in generateHeadsUpAnimationEvents()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java216 ShelfState viewState = (ShelfState) getViewState(); in updateState()
218 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
263 if (viewBeforeShelf.getViewState().hidden) { in updateState()
389 if (mHideBackground && !((ShelfState) getViewState()).hasItemsInStableShelf) { in updateAppearance()
478 boolean isHidden = getViewState().hidden in updateAppearance()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java668 @NonNull public ExpandableViewState getViewState() { in getViewState() method in ExpandableView
828 ExpandableViewState viewState = getViewState(); in dump()
H A DExpandableNotificationRow.java992 ExpandableViewState parentState = getViewState();
2366 getViewState().cancelAnimations(this);
3688 if (getViewState() != null) {
3689 getViewState().dump(pw, args);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java170 if (entry == null || entry.getRow() == null || entry.getRow().getViewState() == null) { in getNotificationLocation()
173 return convertNotificationLocation(entry.getRow().getViewState().location); in getNotificationLocation()