Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java1275 int getDecoratedMeasuredWidthWithMargin(View v) { in getDecoratedMeasuredWidthWithMargin() method in GridLayoutManager
1300 measuredDimension[0] = getDecoratedMeasuredWidthWithMargin(view); in measureScrapChild()
1334 : getDecoratedMeasuredWidthWithMargin(view); in processRowSizeSecondary()
1673 return mOrientation == HORIZONTAL ? getDecoratedMeasuredWidthWithMargin(v)
1743 : getDecoratedMeasuredWidthWithMargin(v); in layoutChild()
1988 primarySize = getDecoratedMeasuredWidthWithMargin(view); in fastRelayout()