Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java1088 int heightSpecSansPadding = adjust(heightSpec, -vPadding); in onMeasure() local
1090 measureChildrenWithMargins(widthSpecSansPadding, heightSpecSansPadding, true); in onMeasure()
1098 measureChildrenWithMargins(widthSpecSansPadding, heightSpecSansPadding, false); in onMeasure()
1099 heightSansPadding = mVerticalAxis.getMeasure(heightSpecSansPadding); in onMeasure()
1101 heightSansPadding = mVerticalAxis.getMeasure(heightSpecSansPadding); in onMeasure()
1102 measureChildrenWithMargins(widthSpecSansPadding, heightSpecSansPadding, false); in onMeasure()