Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java1183 int pHeight = getMeasurement(c, false); in onLayout() local
1205 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false); in onLayout()
1208 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp906 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); in validateDngHeader() local
910 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader()
917 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()