HomeSort by relevance Sort by last modified time
    Searched refs:getViewStateForView (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 131 StackViewState childViewState = resultState.getViewStateForView(child);
147 StackViewState state = resultState.getViewStateForView(child);
198 StackViewState childViewState = resultState.getViewStateForView(child);
222 StackViewState viewState = resultState.getViewStateForView(
232 StackViewState viewState = resultState.getViewStateForView(draggedView);
288 = resultState.getViewStateForView(childRow);
303 StackViewState viewState = resultState.getViewStateForView(v);
333 StackViewState childViewState = resultState.getViewStateForView(child);
411 StackViewState childState = resultState.getViewStateForView(row);
426 StackViewState topState = resultState.getViewStateForView(topHeadsUpEntry)
    [all...]
StackStateAnimator.java 124 StackViewState viewState = finalState.getViewStateForView(child);
173 StackViewState viewState = finalState.getViewStateForView(child);
339 .getViewStateForView(event.changingView).notGoneIndex;
357 .getViewStateForView(viewAfterChangingView).notGoneIndex;
    [all...]
NotificationChildrenContainer.java 450 StackViewState childState = resultState.getViewStateForView(child);
489 mGroupOverFlowState.copyFrom(resultState.getViewStateForView(overflowView));
571 StackViewState viewState = state.getViewStateForView(child);
618 StackViewState viewState = state.getViewStateForView(child);
    [all...]
StackScrollState.java 90 public StackViewState getViewStateForView(View requestedView) {
NotificationStackScrollLayout.java 548 StackViewState childViewState = mCurrentStackScrollState.getViewStateForView(child);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 464 StackViewState parentState = resultState.getViewStateForView(this);
    [all...]

Completed in 83 milliseconds