Searched defs:getActualHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java89 public int getActualHeight() { method in class:NotificationGuts
H A DNotificationBackgroundView.java114 public int getActualHeight() { method in class:NotificationBackgroundView
H A DExpandableView.java185 public int getActualHeight() { method in class:ExpandableView
350 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight());
357 outRect.bottom = outRect.top + getActualHeight();
378 if (top >= getActualHeight()) {
379 top = getActualHeight() - 1;
381 mClipRect.set(0, top, getWidth(), getActualHeight());
417 * A listener notifying when {@link #getActualHeight} changes.

Completed in 71 milliseconds