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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java 116 public int getActualHeight() {
NotificationInfo.java 411 public int getActualHeight() {
NotificationGuts.java 94 public int getActualHeight();
269 public int getActualHeight() {
274 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight();
NotificationSnooze.java 225 public int getActualHeight() {
ExpandableView.java 142 public int getActualHeight() {
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 76 milliseconds