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

1 2

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
StackLayout.java 44 setMeasuredDimension(resolveSize(width, widthMeasureSpec),
45 resolveSize(height, heightMeasureSpec));
  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 165 mFromXDelta = resolveSize(mFromXType, mFromXValue, width, parentWidth);
166 mToXDelta = resolveSize(mToXType, mToXValue, width, parentWidth);
167 mFromYDelta = resolveSize(mFromYType, mFromYValue, height, parentHeight);
168 mToYDelta = resolveSize(mToYType, mToYValue, height, parentHeight);
RotateAnimation.java 180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth);
181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
ScaleAnimation.java 286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth);
287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
Animation.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 70 setMeasuredDimension(resolveSize(mCellWidth * minCount, widthMeasureSpec),
71 resolveSize(mCellHeight * minCount, heightMeasureSpec));
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 81 setMeasuredDimension(resolveSize(mCellWidth*count, widthMeasureSpec),
82 resolveSize(mCellHeight*count, heightMeasureSpec));
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 39 final int width = resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec);
40 final int height = resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec);
CameraFragment.java 216 final int width = resolveSize(getSuggestedMinimumWidth(),
218 final int height = resolveSize(getSuggestedMinimumHeight(),
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 118 resolveSize(width, widthMeasureSpec), resolveSize(height, heightMeasureSpec));
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 490 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0));
491 assertEquals(2.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 2.0f, 0, 0));
493 assertEquals(6.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_SELF, 3.0f, 2, 0));
494 assertEquals(9.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_SELF, 3.0f, 3, 0));
496 assertEquals(18.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_PARENT, 3.0f, 0, 6));
497 assertEquals(12.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_PARENT, 3.0f, 0, 4));
500 assertEquals(8.0f, myAnimation.resolveSize(unknownType, 8.0f, 3, 4));
501 assertEquals(10.0f, myAnimation.resolveSize(unknownType, 10.0f, 3, 4));
654 protected float resolveSize(int type, float value, int size, int parentSize) {
655 return super.resolveSize(type, value, size, parentSize)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 104 setMeasuredDimension(resolveSize(maxWidth, widthMeasureSpec),
105 resolveSize(maxHeight, heightMeasureSpec));
CameraPreview.java 210 final int width = resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec);
211 final int height = resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 134 resolveSize(screenWidth, widthMeasureSpec),
135 resolveSize(screenHeight, heightMeasureSpec));
ContactDetailTabCarousel.java 197 resolveSize(screenWidth, widthMeasureSpec),
198 resolveSize(tabHeight, heightMeasureSpec));
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 65 setMeasuredDimension(resolveSize(width, widthMeasureSpec),
66 resolveSize(height, heightMeasureSpec));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 99 View.resolveSize(0, 0);
104 View.resolveSize(0, 0);
111 View.resolveSize(0, 0);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 138 int measuredWidth = resolveSize(50, widthMeasureSpec);
149 resolveSize(desiredHeight, heightMeasureSpec));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LoadAverageService.java 172 setMeasuredDimension(resolveSize(mNeededWidth, widthMeasureSpec),
173 resolveSize(mNeededHeight, heightMeasureSpec));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsSpinnerICS.java 213 heightSize = resolveSize(preferredHeight, heightMeasureSpec);
214 widthSize = resolveSize(preferredWidth, widthMeasureSpec);
ProgressBarICS.java 816 setMeasuredDimension(resolveSize(dw, widthMeasureSpec),
817 resolveSize(dh, heightMeasureSpec));
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 275 resolveSize(width, widthMeasureSpec), resolveSize(height, heightMeasureSpec));
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 407 int measuredWidth = resolveSize(Integer.MAX_VALUE, widthMeasureSpec);
419 resolveSize(desiredHeight, heightMeasureSpec));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 101 int width = resolveSize(0, widthMeasureSpec);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 283 resolveSize(minChartSize + getPaddingLeft() + mMaxLabelWidth
287 resolveSize(minChartSize + getPaddingTop() + mLabelHeight
    [all...]

Completed in 792 milliseconds

1 2