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/
DStackStateAnimator.java162 ExpandableViewState viewState = child.getViewState(); in startAnimationForEvents()
261 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()
284 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
386 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
432 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
483 mTmpState.copyFrom(changingView.getViewState()); in processAnimationEvents()
484 mTmpState.setYTranslation(changingView.getViewState().getYTranslation() in processAnimationEvents()
505 mTmpState.copyFrom(changingView.getViewState()); in processAnimationEvents()
526 mTmpState.copyFrom(changingView.getViewState()); in processAnimationEvents()
608 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
[all …]
DStackScrollAlgorithm.java145 final ViewState viewState = view.getViewState(); in updateAlphaState()
193 final ViewState shelfState = shelf.getViewState(); in updateAlphaState()
312 ExpandableViewState childViewState = child.getViewState(); in updateSpeedBumpState()
343 ExpandableViewState state = child.getViewState(); in updateClipping()
427 ExpandableViewState childViewState = child.getViewState(); in updateDimmedAndHideSensitive()
459 ExpandableViewState childState = childRow.getViewState(); in initAlgorithmState()
508 ExpandableViewState viewState = v.getViewState(); in updateNotGoneIndex()
622 ExpandableViewState viewState = view.getViewState();
728 setLocation(view.getViewState(), algorithmState.mCurrentYPosition, i);
813 ExpandableViewState viewState = row.getViewState(); in updatePulsingStates()
[all …]
DNotificationChildrenContainer.java341 ExpandableViewState viewState = row.getViewState(); in addNotification()
788 ExpandableViewState childState = child.getViewState();
826 mGroupOverFlowState.copyFrom(overflowView.getViewState());
936 ExpandableViewState viewState = child.getViewState();
1070 ExpandableViewState viewState = child.getViewState();
DNotificationStackScrollLayout.java1935 if (mFooterView != null && mFooterView.getViewState() != null) {
1939 ((FooterView.FooterViewState) mFooterView.getViewState()).resetY |= mImeInset > 0;
3223 ExpandableViewState viewState = row.getViewState(); in generateHeadsUpAnimationEvents()
DNotificationStackScrollLayoutController.java942 ExpandableViewState childViewState = row.getViewState(); in isInVisibleLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java205 ShelfState viewState = (ShelfState) getViewState(); in updateState()
207 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
254 if (viewBeforeShelf.getViewState().hidden) { in updateState()
473 boolean isHidden = getViewState().hidden in updateAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java175 if (entry == null || entry.getRow() == null || entry.getRow().getViewState() == null) { in getNotificationLocation()
178 return convertNotificationLocation(entry.getRow().getViewState().location); in getNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java694 @NonNull public ExpandableViewState getViewState() { in getViewState() method in ExpandableView
857 ExpandableViewState viewState = getViewState(); in dump()
DExpandableNotificationRow.java1034 locationsMap.put(getEntry().getKey(), getViewState().location);
1049 ExpandableViewState parentState = getViewState();
2515 getViewState().cancelAnimations(this);
3464 mLogger.logNotificationExpansion(mLoggingKey, getViewState().location, userAction,
3798 if (getViewState() != null) {
3799 getViewState().dump(pw, args);