Searched refs:topOverLap (Results 1 – 4 of 4) sorted by relevance
56 public int topOverLap; field in StackViewState81 topOverLap = svs.topOverLap; in copyFrom()
114 boolean visible = state.topOverLap < mClearAllTopPadding; in apply()118 boolean visible = state.topOverLap <= 0; in apply()168 if (oldClipTopOptimization != state.topOverLap) {169 view.setClipTopOptimization(state.topOverLap);
277 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()279 state.topOverLap = 0; in updateChildClippingAndBackground()
274 childState.topOverLap = 0;