HomeSort by relevance Sort by last modified time
    Searched defs:resolveSize (Results 1 - 5 of 5) sorted by null

  /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/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 104 setMeasuredDimension(resolveSize(maxWidth, widthMeasureSpec),
105 resolveSize(maxHeight, heightMeasureSpec));
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 496 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0),
498 assertEquals(2.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 2.0f, 0, 0),
501 assertEquals(6.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_SELF, 3.0f, 2, 0),
503 assertEquals(9.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_SELF, 3.0f, 3, 0),
506 assertEquals(18.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_PARENT, 3.0f, 0, 6),
508 assertEquals(12.0f, myAnimation.resolveSize(Animation.RELATIVE_TO_PARENT, 3.0f, 0, 4),
512 assertEquals(8.0f, myAnimation.resolveSize(unknownType, 8.0f, 3, 4), COMPARISON_DELTA);
513 assertEquals(10.0f, myAnimation.resolveSize(unknownType, 10.0f, 3, 4), COMPARISON_DELTA);
730 protected float resolveSize(int type, float value, int size, int parentSize) {
731 return super.resolveSize(type, value, size, parentSize)
    [all...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 562 milliseconds