Home
last modified time | relevance | path

Searched refs:getDecoratedMeasurementInOther (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java148 public abstract int getDecoratedMeasurementInOther(View view); in getDecoratedMeasurementInOther() method in OrientationHelper
281 public int getDecoratedMeasurementInOther(View view) { in createHorizontalHelper() method in OrientationHelper
379 public int getDecoratedMeasurementInOther(View view) {
DGridLayoutManager.java592 final float otherSize = 1f * mOrientationHelper.getDecoratedMeasurementInOther(view) in layoutChunk()
665 left = right - mOrientationHelper.getDecoratedMeasurementInOther(view); in layoutChunk()
668 right = left + mOrientationHelper.getDecoratedMeasurementInOther(view); in layoutChunk()
672 bottom = top + mOrientationHelper.getDecoratedMeasurementInOther(view); in layoutChunk()
DLinearLayoutManager.java1555 left = right - mOrientationHelper.getDecoratedMeasurementInOther(view); in layoutChunk()
1558 right = left + mOrientationHelper.getDecoratedMeasurementInOther(view); in layoutChunk()
1569 bottom = top + mOrientationHelper.getDecoratedMeasurementInOther(view); in layoutChunk()