Home
last modified time | relevance | path

Searched refs:heightSpecMode (Results 1 – 5 of 5) 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.java174 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
177 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
DCellLayout.java980 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
983 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java323 final int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
324 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java812 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
833 …} else if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()