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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java116 public int getActualHeight() { method in class:NotificationBackgroundView
H A DNotificationSnooze.java225 public int getActualHeight() { method in class:NotificationSnooze
H A DNotificationGuts.java94 public int getActualHeight(); method in interface:NotificationGuts.GutsContent
269 public int getActualHeight() { method in class:NotificationGuts
274 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight();
H A DNotificationInfo.java411 public int getActualHeight() { method in class:NotificationInfo
H A DExpandableView.java142 public int getActualHeight() { method in class:ExpandableView
331 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight());
342 outRect.bottom = outRect.top + getActualHeight();
357 mClipRect.set(0, top, getWidth(), Math.max(getActualHeight() + getExtraBottomPadding()
396 return super.hasOverlappingRendering() && getActualHeight() <= getHeight();
512 * A listener notifying when {@link #getActualHeight} changes.

Completed in 826 milliseconds