HomeSort by relevance Sort by last modified time
    Searched refs:heightMode (Results 1 - 25 of 59) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/photos/views/
SquareImageView.java 41 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
42 if (widthMode == MeasureSpec.EXACTLY && heightMode != MeasureSpec.EXACTLY) {
45 if (heightMode == MeasureSpec.AT_MOST) {
GalleryThumbnailView.java 127 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
135 if (heightMode != MeasureSpec.EXACTLY) {
  /packages/apps/Email/src/com/android/email/view/
SizeBoundingFrameLayout.java 84 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
102 switch (heightMode) {
107 heightMode = MeasureSpec.AT_MOST;
113 MeasureSpec.makeMeasureSpec(heightSize, heightMode));
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 129 int heightMode = MeasureSpec.getMode(heightSpec);
138 if (heightMode == MeasureSpec.UNSPECIFIED) {
140 } else if (heightMode == MeasureSpec.AT_MOST) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityViewFlipper.java 180 final int heightMode = MeasureSpec.getMode(heightSpec);
185 if (DEBUG && heightMode != MeasureSpec.AT_MOST) {
213 int height = heightMode == MeasureSpec.EXACTLY ? heightSize : 0;
  /frameworks/base/core/java/android/widget/
AnalogClock.java 138 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
148 if (heightMode != MeasureSpec.UNSPECIFIED && heightSize < mDialHeight) {
LinearLayout.java 642 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
673 if (heightMode == MeasureSpec.EXACTLY && lp.height == 0 && lp.weight > 0) {
683 // heightMode is either UNSPECIFIED or AT_MOST, and this
767 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) {
834 if ((lp.height != 0) || (heightMode != MeasureSpec.EXACTLY)) {
    [all...]
RelativeLayout.java 413 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
422 if (heightMode != MeasureSpec.UNSPECIFIED) {
430 if (heightMode == MeasureSpec.EXACTLY) {
455 final boolean isWrapContentHeight = heightMode != MeasureSpec.EXACTLY;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 190 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
218 if (heightMode != MeasureSpec.UNSPECIFIED &&
228 if (heightMode == MeasureSpec.UNSPECIFIED || heightSize > tallestViewSize) {
ActionBarContextView.java 330 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
331 if (heightMode == MeasureSpec.UNSPECIFIED) {
ActionBarView.java     [all...]
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 167 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
170 if (widthMode != MeasureSpec.EXACTLY || heightMode != MeasureSpec.EXACTLY) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 146 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
156 if (heightMode != MeasureSpec.UNSPECIFIED && heightSize < mDialHeight) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 391 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
414 || heightMode == MeasureSpec.AT_MOST) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 126 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
133 final int itemHeightSpec = heightMode == MeasureSpec.EXACTLY
332 if (heightMode != MeasureSpec.EXACTLY) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 126 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
133 final int itemHeightSpec = heightMode == MeasureSpec.EXACTLY
354 if (heightMode != MeasureSpec.EXACTLY) {
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 586 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
590 if (widthMode != MeasureSpec.EXACTLY || heightMode != MeasureSpec.EXACTLY) {
602 if (heightMode == MeasureSpec.AT_MOST) {
603 heightMode = MeasureSpec.EXACTLY;
605 else if (heightMode == MeasureSpec.UNSPECIFIED) {
606 heightMode = MeasureSpec.EXACTLY;
    [all...]
SlidingPaneLayout.java 427 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
445 } else if (heightMode == MeasureSpec.UNSPECIFIED) {
450 if (heightMode == MeasureSpec.UNSPECIFIED) {
451 heightMode = MeasureSpec.AT_MOST;
461 switch (heightMode) {
526 if (heightMode == MeasureSpec.AT_MOST && childHeight > layoutHeight) {
    [all...]
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 335 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
357 switch (heightMode) {
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 423 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
445 if (heightMode == MeasureSpec.EXACTLY) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 301 final int heightMode = View.MeasureSpec.getMode(heightMeasureSpec);
302 if (heightMode == View.MeasureSpec.UNSPECIFIED) {
ActionBarView.java 834 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
835 if (heightMode != MeasureSpec.AT_MOST) {
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 425 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
447 switch (heightMode) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 153 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
157 MeasureSpec.makeMeasureSpec(minDimension, heightMode));
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 616 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
625 if (heightMode != MeasureSpec.EXACTLY) {
628 heightMode = MeasureSpec.EXACTLY;
    [all...]

Completed in 671 milliseconds

1 2 3