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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 115 ExpandableViewState childViewState = resultState.getViewStateForView(child);
119 childViewState.belowSpeedBump = i >= belowSpeedBump;
189 ExpandableViewState childViewState = resultState.getViewStateForView(child);
190 childViewState.dimmed = dimmed;
191 childViewState.dark = dark;
192 childViewState.hideSensitive = hideSensitive;
195 childViewState.zTranslation += 2.0f * ambientState.getZDistanceBetweenElements();
372 ExpandableViewState childViewState = resultState.getViewStateForView(child);
373 childViewState.location = ExpandableViewState.LOCATION_UNKNOWN;
376 childViewState.yTranslation = currentYPosition
    [all...]
NotificationStackScrollLayout.java 601 ExpandableViewState childViewState = mCurrentStackScrollState.getViewStateForView(row);
602 if (childViewState == null) {
605 if ((childViewState.location &= ExpandableViewState.VISIBLE_LOCATIONS) == 0) {
    [all...]

Completed in 91 milliseconds