Home
last modified time | relevance | path

Searched defs:childHeightSize (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DActionMenuView.java404 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) - in measureChildForCells() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java947 int childHeightSize = heightSize - (getPaddingTop() + getPaddingBottom()); in onMeasure() local