HomeSort by relevance Sort by last modified time
    Searched refs:heightMode (Results 1 - 25 of 61) 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) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintDialogFrame.java 55 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
56 switch (heightMode) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwLayoutSizer.java 153 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
168 mHeightMeasurementIsFixed = (heightMode == MeasureSpec.EXACTLY);
170 (heightMode == MeasureSpec.AT_MOST) && (contentHeightPix > heightSize);
  /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/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 179 final int heightMode = MeasureSpec.getMode(heightSpec);
184 if (DEBUG && heightMode != MeasureSpec.AT_MOST) {
212 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 391 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
400 if (heightMode != MeasureSpec.UNSPECIFIED) {
408 if (heightMode == MeasureSpec.EXACTLY) {
433 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 125 final int heightMode = MeasureSpec.getMode(heightMeasureSpec);
132 final int itemHeightSpec = heightMode == MeasureSpec.EXACTLY
331 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 602 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
606 if (widthMode != MeasureSpec.EXACTLY || heightMode != MeasureSpec.EXACTLY) {
618 if (heightMode == MeasureSpec.AT_MOST) {
619 heightMode = MeasureSpec.EXACTLY;
621 else if (heightMode == MeasureSpec.UNSPECIFIED) {
622 heightMode = MeasureSpec.EXACTLY;
    [all...]
SlidingPaneLayout.java 434 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
452 } else if (heightMode == MeasureSpec.UNSPECIFIED) {
457 if (heightMode == MeasureSpec.UNSPECIFIED) {
458 heightMode = MeasureSpec.AT_MOST;
468 switch (heightMode) {
533 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) {
  /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 152 int heightMode = MeasureSpec.getMode(heightMeasureSpec);
156 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 969 milliseconds

1 2 3