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

  /frameworks/base/graphics/java/android/graphics/drawable/
MipmapDrawable.java 246 final int drawableHeight = drawable.getIntrinsicHeight();
252 if (drawableHeight < previousIntrinsicHeight) {
257 mMipmapHeights[pos-1] = drawableHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 119 Rect getIconRect(int itemWidth, int itemHeight, int drawableWidth, int drawableHeight) {
126 int height = drawableHeight;
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 249 int drawableHeight;
266 drawableHeight = drawable.getIntrinsicHeight();
273 assertEquals(drawableHeight, bounds.bottom);
281 assertEquals(viewHeight - drawableHeight, bounds.top);
290 assertEquals( (viewHeight - drawableHeight) / 2, bounds.top);
291 assertEquals( (viewHeight - drawableHeight) / 2 + drawableHeight, bounds.bottom);
  /frameworks/base/core/java/android/widget/
ProgressBar.java 522 int drawableHeight = d.getMinimumHeight();
523 if (mMaxHeight < drawableHeight) {
524 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 284 milliseconds