Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayoutChildren.java82 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
DPagedViewCellLayout.java185 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
188 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
DCellLayout.java925 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
928 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()