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 195 StackViewState childViewState = resultState.getViewStateForView(child);
212 StackViewState state = resultState.getViewStateForView(child);
301 StackViewState childViewState = resultState.getViewStateForView(child);
328 StackViewState viewState = resultState.getViewStateForView(
337 StackViewState viewState = resultState.getViewStateForView(draggedView);
368 = resultState.getViewStateForView(childRow);
382 StackViewState viewState = resultState.getViewStateForView(v);
421 StackViewState childViewState = resultState.getViewStateForView(child);
527 StackViewState childState = resultState.getViewStateForView(row);
546 StackViewState topState = resultState.getViewStateForView(topHeadsUpEntry)
    [all...]
NotificationChildrenContainer.java 263 StackViewState childState = resultState.getViewStateForView(child);
286 StackViewState viewState = state.getViewStateForView(child);
322 StackViewState viewState = state.getViewStateForView(child);
355 StackViewState viewState = state.getViewStateForView(child);
StackScrollState.java 90 public StackViewState getViewStateForView(View requestedView) {
241 StackViewState nextState = getViewStateForView(nextChild);
StackStateAnimator.java 130 StackViewState viewState = finalState.getViewStateForView(child);
181 StackViewState viewState = finalState.getViewStateForView(child);
330 .getViewStateForView(event.changingView).notGoneIndex;
348 .getViewStateForView(viewAfterChangingView).notGoneIndex;
    [all...]
NotificationStackScrollLayout.java 403 StackViewState childViewState = mCurrentStackScrollState.getViewStateForView(child);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 239 StackViewState parentState = resultState.getViewStateForView(this);
    [all...]

Completed in 271 milliseconds