Home
last modified time | relevance | path

Searched refs:getViewState (Results 1 – 8 of 8) 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()
221 ExpandableViewState childViewState = child.getViewState(); in updateDimmedActivatedHideSensitive()
316 ExpandableViewState childState = childRow.getViewState(); in initAlgorithmState()
352 ExpandableViewState viewState = v.getViewState(); in updateNotGoneIndex()
416 ExpandableViewState childViewState = child.getViewState(); in updateChild()
505 ExpandableViewState viewState = row.getViewState();
523 ExpandableViewState childState = row.getViewState();
547 topHeadsUpEntry == null ? null : topHeadsUpEntry.getViewState();
653 ExpandableViewState childViewState = child.getViewState();
DStackStateAnimator.java145 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();
591 mGroupOverFlowState.copyFrom(overflowView.getViewState());
687 ExpandableViewState viewState = child.getViewState();
766 ExpandableViewState viewState = child.getViewState();
DNotificationStackScrollLayout.java1085 ExpandableViewState childViewState = row.getViewState();
3448 ExpandableViewState viewState = row.getViewState();
5396 ExpandableViewState viewState = child.getViewState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java191 ShelfState viewState = (ShelfState) getViewState(); in updateState()
195 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
255 if (mHideBackground && !((ShelfState) getViewState()).hasItemsInStableShelf) { in updateAppearance()
377 boolean isHidden = getViewState().hidden || clipTopAmount >= getIntrinsicHeight(); in updateAppearance()
/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/notification/row/
DExpandableView.java556 @Nullable public ExpandableViewState getViewState() { in getViewState() method in ExpandableView
DExpandableNotificationRow.java910 ExpandableViewState parentState = getViewState();
2107 getViewState().cancelAnimations(this);
3244 if (getViewState() != null) {
3245 getViewState().dump(fd, pw, args);