HomeSort by relevance Sort by last modified time
    Searched full:drawableheight (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 339 int drawableHeight;
356 drawableHeight = drawable.getIntrinsicHeight();
363 assertEquals(drawableHeight, bounds.bottom);
371 assertEquals(viewHeight - drawableHeight, bounds.top);
380 assertEquals( (viewHeight - drawableHeight) / 2, bounds.top);
381 assertEquals( (viewHeight - drawableHeight) / 2 + drawableHeight, bounds.bottom);
  /frameworks/base/graphics/java/android/graphics/drawable/
MipmapDrawable.java 246 final int drawableHeight = drawable.getIntrinsicHeight();
252 if (drawableHeight < previousIntrinsicHeight) {
257 mMipmapHeights[pos-1] = drawableHeight;
  /frameworks/base/core/java/android/widget/
ProgressBar.java 518 int drawableHeight = d.getMinimumHeight();
519 if (mMaxHeight < drawableHeight) {
520 mMaxHeight = drawableHeight;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 518 int drawableHeight = d.getMinimumHeight();
519 if (mMaxHeight < drawableHeight) {
520 mMaxHeight = drawableHeight;
    [all...]

Completed in 576 milliseconds