Home
last modified time | relevance | path

Searched refs:getDecoratedMeasurementInOther (Results 1 – 2 of 2) 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) {
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()