Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java141 ExpandableViewState childViewState = child.getViewState(); in updateSpeedBumpState()
167 ExpandableViewState state = child.getViewState(); in updateClipping()
222 ExpandableViewState childViewState = child.getViewState(); in updateDimmedActivatedHideSensitive()
318 ExpandableViewState childState = childRow.getViewState(); in initAlgorithmState()
354 ExpandableViewState viewState = v.getViewState(); in updateNotGoneIndex()
418 ExpandableViewState childViewState = child.getViewState(); in updateChild()
508 ExpandableViewState viewState = row.getViewState();
526 ExpandableViewState childState = row.getViewState();
549 topHeadsUpEntry == null ? null : topHeadsUpEntry.getViewState();
655 ExpandableViewState childViewState = child.getViewState();
DStackStateAnimator.java144 ExpandableViewState viewState = child.getViewState(); in startAnimationForEvents()
234 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()
257 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
349 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
388 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
411 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
DNotificationChildrenContainer.java263 ExpandableViewState viewState = row.getViewState(); in addNotification()
558 ExpandableViewState childState = child.getViewState();
592 mGroupOverFlowState.copyFrom(overflowView.getViewState());
686 ExpandableViewState viewState = child.getViewState();
765 ExpandableViewState viewState = child.getViewState();
DNotificationStackScrollLayout.java1060 ExpandableViewState childViewState = row.getViewState();
3395 ExpandableViewState viewState = row.getViewState();
5408 ExpandableViewState viewState = child.getViewState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java169 if (entry == null || entry.getRow() == null || entry.getRow().getViewState() == null) { in getNotificationLocation()
172 return convertNotificationLocation(entry.getRow().getViewState().location); in getNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java213 ShelfState viewState = (ShelfState) getViewState(); in updateState()
217 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
280 if (mHideBackground && !((ShelfState) getViewState()).hasItemsInStableShelf) { in updateAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java572 @Nullable public ExpandableViewState getViewState() { in getViewState() method in ExpandableView
DExpandableNotificationRow.java927 ExpandableViewState parentState = getViewState();
2131 getViewState().cancelAnimations(this);
3271 if (getViewState() != null) {
3272 getViewState().dump(fd, pw, args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java491 ExpandableViewState viewState = view.getViewState(); in applyRowState()