Searched refs:hAlign (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodecList.cpp | 512 int hAlign = strtol(alignHeight.c_str(), NULL, 10); in codecHandlesFormat() local 514 if (wAlign > 0 && hAlign > 0) { in codecHandlesFormat() 515 if ((width % wAlign) != 0 || (height % hAlign) != 0) { in codecHandlesFormat() 517 width, height, wAlign, hAlign); in codecHandlesFormat()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1185 Alignment hAlign = columnSpec.getAbsoluteAlignment(true); in onLayout() local 1192 int gravityOffsetX = hAlign.getGravityOffset(c, cellWidth - boundsX.size(true)); in onLayout() 1204 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true); in onLayout() 1207 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX); in onLayout()
|