Searched refs:VIEW_VISIBLE_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedSnapHelper.java45 private static final float VIEW_VISIBLE_THRESHOLD = 0.5f; field in class:PagedSnapHelper
150 if (percentageVisible > VIEW_VISIBLE_THRESHOLD
162 // is over the VIEW_VISIBLE_THRESHOLD. This could happen if the views are larger than

Completed in 88 milliseconds