Home
last modified time | relevance | path

Searched refs:drawableHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DButtonDropTarget.java119 Rect getIconRect(int itemWidth, int itemHeight, int drawableWidth, int drawableHeight) { in getIconRect() argument
126 int height = drawableHeight; in getIconRect()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java518 int drawableHeight = d.getMinimumHeight(); in setProgressDrawable() local
519 if (mMaxHeight < drawableHeight) { in setProgressDrawable()
520 mMaxHeight = drawableHeight; in setProgressDrawable()