Searched refs:getDecoratedMeasurement (Results 1 – 6 of 6) sorted by relevance
204 return helper.getDecoratedMeasurement(view) <= helper.getTotalSpace(); in isValidSnapView()233 return ((float) end - start) / helper.getDecoratedMeasurement(view); in getPercentageVisible()236 return ((float) viewEnd - start) / helper.getDecoratedMeasurement(view); in getPercentageVisible()239 return ((float) end - viewStart) / helper.getDecoratedMeasurement(view); in getPercentageVisible()
138 public abstract int getDecoratedMeasurement(View view); in getDecoratedMeasurement() method in OrientationHelper273 public int getDecoratedMeasurement(View view) { in createHorizontalHelper() method in OrientationHelper371 public int getDecoratedMeasurement(View view) {
690 scrapExtraStart += mOrientationHelper.getDecoratedMeasurement(scrap.itemView); in layoutForPredictiveAnimations()692 scrapExtraEnd += mOrientationHelper.getDecoratedMeasurement(scrap.itemView); in layoutForPredictiveAnimations()825 final int childSize = mOrientationHelper.getDecoratedMeasurement(child);1550 result.mConsumed = mOrientationHelper.getDecoratedMeasurement(view); in layoutChunk()2014 + mOrientationHelper.getDecoratedMeasurement(view))); in prepareForDrop()2026 - mOrientationHelper.getDecoratedMeasurement(view)); in prepareForDrop()2336 final int childSize = mOrientationHelper.getDecoratedMeasurement(child);2354 + mOrientationHelper.getDecoratedMeasurement(child);
587 final int size = mOrientationHelper.getDecoratedMeasurement(view); in layoutChunk()606 final int size = mOrientationHelper.getDecoratedMeasurement(view); in layoutChunk()616 if (mOrientationHelper.getDecoratedMeasurement(view) != maxSize) { in layoutChunk()
145 int viewHeight = helper.getDecoratedMeasurement(view); in getPercentageVisible()162 return 1.f - ((float) Math.abs(viewStart) / helper.getDecoratedMeasurement(view)); in getPercentageVisible()166 return 1.f - ((float) Math.abs(viewEnd) / helper.getDecoratedMeasurement(view)); in getPercentageVisible()