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 181 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
185 childViewState.belowSpeedBump = speedBumpIndex != -1 && i >= speedBumpIndex;
263 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
264 childViewState.dimmed = dimmed;
265 childViewState.dark = dark;
266 childViewState.hideSensitive = hideSensitive;
268 childViewState.scale = !mScaleDimmed || !dimmed || isActivatedChild
272 childViewState.zTranslation += 2.0f * mZDistanceBetweenElements;
348 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
349 childViewState.location = StackScrollState.ViewState.LOCATION_UNKNOWN
    [all...]
NotificationStackScrollLayout.java 366 ViewState childViewState = mCurrentStackScrollState.getViewStateForView(child);
367 if (childViewState == null) {
370 return childViewState.location;
    [all...]

Completed in 102 milliseconds