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

  /packages/apps/Camera/src/com/android/camera/
Switcher.java 123 int drawableHeight = drawable.getIntrinsicHeight();
126 - drawableHeight;
128 mPosition = x - getPaddingTop() - drawableHeight / 2;
138 int drawableHeight = drawable.getIntrinsicHeight();
141 if (drawableWidth == 0 || drawableHeight == 0) {
146 - getPaddingBottom() - drawableHeight;
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 339 int drawableHeight;
355 drawableHeight = drawable.getIntrinsicHeight();
362 assertEquals(drawableHeight, bounds.bottom);
370 assertEquals(viewHeight - drawableHeight, bounds.top);
379 assertEquals( (viewHeight - drawableHeight) / 2, bounds.top);
380 assertEquals( (viewHeight - drawableHeight) / 2 + drawableHeight, bounds.bottom);
  /frameworks/base/core/java/android/widget/
ProgressBar.java 430 int drawableHeight = d.getMinimumHeight();
431 if (mMaxHeight < drawableHeight) {
432 mMaxHeight = drawableHeight;

Completed in 41 milliseconds