Home
last modified time | relevance | path

Searched refs:getViewStateForView (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java122 ExpandableViewState childViewState = resultState.getViewStateForView(child); in updateSpeedBumpState()
147 ExpandableViewState state = resultState.getViewStateForView(child); in updateClipping()
199 ExpandableViewState childViewState = resultState.getViewStateForView(child); in updateDimmedActivatedHideSensitive()
223 ExpandableViewState viewState = resultState.getViewStateForView( in handleDraggedViews()
233 ExpandableViewState viewState = resultState.getViewStateForView(draggedView); in handleDraggedViews()
319 = resultState.getViewStateForView(childRow); in initAlgorithmState()
356 ExpandableViewState viewState = resultState.getViewStateForView(v); in updateNotGoneIndex()
386 ExpandableViewState childViewState = resultState.getViewStateForView(child); in updateChild()
445 ExpandableViewState childState = resultState.getViewStateForView(row);
467 ExpandableViewState topState = resultState.getViewStateForView(topHeadsUpEntry);
[all …]
DStackStateAnimator.java141 ExpandableViewState viewState = finalState.getViewStateForView(child); in startAnimationForEvents()
221 ExpandableViewState viewState = finalState.getViewStateForView(child); in findLastNotAddedIndex()
247 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
271 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()
366 .getViewStateForView(changingView); in processAnimationEvents()
384 .getViewStateForView(event.viewAfterChangingView); in processAnimationEvents()
432 ExpandableViewState viewState = finalState.getViewStateForView(changingView); in processAnimationEvents()
439 ExpandableViewState viewState = finalState.getViewStateForView(changingView); in processAnimationEvents()
445 ExpandableViewState viewState = finalState.getViewStateForView(changingView); in processAnimationEvents()
DStackScrollState.java90 public ExpandableViewState getViewStateForView(View requestedView) { in getViewStateForView() method in StackScrollState
DNotificationChildrenContainer.java604 ExpandableViewState childState = resultState.getViewStateForView(child);
638 mGroupOverFlowState.copyFrom(resultState.getViewStateForView(overflowView));
733 ExpandableViewState viewState = state.getViewStateForView(child);
812 ExpandableViewState viewState = state.getViewStateForView(child);
DNotificationStackScrollLayout.java706 ExpandableViewState childViewState = mCurrentStackScrollState.getViewStateForView(row); in isInVisibleLocation()
3215 ExpandableViewState viewState = mCurrentStackScrollState.getViewStateForView(row);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java189 ExpandableViewState lastViewState = resultState.getViewStateForView(lastView); in updateState()
DExpandableNotificationRow.java784 ExpandableViewState parentState = resultState.getViewStateForView(this);