/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
D | PrintDialogFrame.java | 55 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 56 switch (heightMode) { in onMeasure()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 179 final int heightMode = MeasureSpec.getMode(heightSpec); in onMeasure() local 184 if (DEBUG && heightMode != MeasureSpec.AT_MOST) { in onMeasure() 212 int height = heightMode == MeasureSpec.EXACTLY ? heightSize : 0; in onMeasure()
|
D | PagedView.java | 653 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 665 if (widthMode == MeasureSpec.UNSPECIFIED || heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 642 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureVertical() local 673 if (heightMode == MeasureSpec.EXACTLY && lp.height == 0 && lp.weight > 0) { in measureVertical() 767 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) { in measureVertical() 834 if ((lp.height != 0) || (heightMode != MeasureSpec.EXACTLY)) { in measureVertical() 884 if (useLargestChild && heightMode != MeasureSpec.EXACTLY) { in measureVertical() 970 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureHorizontal() local 1076 if (heightMode != MeasureSpec.EXACTLY && lp.height == LayoutParams.MATCH_PARENT) { in measureHorizontal() 1250 boolean matchHeightLocally = heightMode != MeasureSpec.EXACTLY && in measureHorizontal() 1322 if (!allFillParent && heightMode != MeasureSpec.EXACTLY) { in measureHorizontal()
|
D | AnalogClock.java | 138 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 148 if (heightMode != MeasureSpec.UNSPECIFIED && heightSize < mDialHeight) { in onMeasure()
|
D | RelativeLayout.java | 391 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 400 if (heightMode != MeasureSpec.UNSPECIFIED) { in onMeasure() 408 if (heightMode == MeasureSpec.EXACTLY) { in onMeasure() 433 final boolean isWrapContentHeight = heightMode != MeasureSpec.EXACTLY; in onMeasure()
|
D | GridView.java | 1022 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 1068 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure() 1073 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
|
D | ScrollView.java | 332 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 333 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
|
D | ListView.java | 1136 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 1146 heightMode == MeasureSpec.UNSPECIFIED)) { in onMeasure() 1168 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure() 1173 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SizeAdaptiveLayout.java | 190 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in selectActiveChild() local 218 if (heightMode != MeasureSpec.UNSPECIFIED && in selectActiveChild() 228 if (heightMode == MeasureSpec.UNSPECIFIED || heightSize > tallestViewSize) { in selectActiveChild()
|
D | ActionBarContextView.java | 330 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 331 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
|
D | ActionBarView.java | 929 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 930 if (heightMode != MeasureSpec.AT_MOST) { in onMeasure() 1489 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 1504 switch (heightMode) { in onMeasure()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ActionMenuView.java | 126 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasureExactFormat() local 133 final int itemHeightSpec = heightMode == MeasureSpec.EXACTLY in onMeasureExactFormat() 354 if (heightMode != MeasureSpec.EXACTLY) { in onMeasureExactFormat()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SlidingPaneLayout.java | 434 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 452 } else if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure() 457 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure() 458 heightMode = MeasureSpec.AT_MOST; in onMeasure() 468 switch (heightMode) { in onMeasure() 533 if (heightMode == MeasureSpec.AT_MOST && childHeight > layoutHeight) { in onMeasure()
|
D | DrawerLayout.java | 602 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 606 if (widthMode != MeasureSpec.EXACTLY || heightMode != MeasureSpec.EXACTLY) { in onMeasure() 618 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure() 619 heightMode = MeasureSpec.EXACTLY; in onMeasure() 621 else if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure() 622 heightMode = MeasureSpec.EXACTLY; in onMeasure()
|
/frameworks/base/core/java/android/app/ |
D | MediaRouteButton.java | 326 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 348 switch (heightMode) { in onMeasure()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ActionMenuView.java | 125 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasureExactFormat() local 132 final int itemHeightSpec = heightMode == MeasureSpec.EXACTLY in onMeasureExactFormat() 331 if (heightMode != MeasureSpec.EXACTLY) { in onMeasureExactFormat()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteButton.java | 425 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 447 switch (heightMode) { in onMeasure()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarContextView.java | 301 final int heightMode = View.MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 302 if (heightMode == View.MeasureSpec.UNSPECIFIED) { in onMeasure()
|
D | ActionBarView.java | 844 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 845 if (heightMode != MeasureSpec.AT_MOST) { in onMeasure() 1322 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 1337 switch (heightMode) { in onMeasure()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTitleStrip.java | 423 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 445 if (heightMode == MeasureSpec.EXACTLY) { in onMeasure()
|
D | ViewPager.java | 1394 int heightMode = MeasureSpec.AT_MOST; 1401 heightMode = MeasureSpec.EXACTLY; 1413 heightMode = MeasureSpec.EXACTLY; 1419 final int heightSpec = MeasureSpec.makeMeasureSpec(heightSize, heightMode);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialPickerLayout.java | 152 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 156 MeasureSpec.makeMeasureSpec(minDimension, heightMode)); in onMeasure()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 616 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local 625 if (heightMode != MeasureSpec.EXACTLY) { in onMeasure() 628 heightMode = MeasureSpec.EXACTLY; in onMeasure()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 618 int width, int widthMode, int height, int heightMode) { in measureView() argument 620 int h_spec = MeasureSpec.makeMeasureSpec(height, heightMode); in measureView()
|