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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java 56 public int topOverLap;
81 topOverLap = svs.topOverLap;
StackScrollState.java 114 boolean visible = state.topOverLap < mClearAllTopPadding;
118 boolean visible = state.topOverLap <= 0;
168 if (oldClipTopOptimization != state.topOverLap) {
169 view.setClipTopOptimization(state.topOverLap);
NotificationChildrenContainer.java 274 childState.topOverLap = 0;
StackScrollAlgorithm.java 277 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale);
279 state.topOverLap = 0;
    [all...]

Completed in 1162 milliseconds