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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 89 public int getActualHeight() {
NotificationBackgroundView.java 113 public int getActualHeight() {
ExpandableView.java 147 public int getActualHeight() {
281 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight());
286 * A listener notifying when {@link #getActualHeight} changes.

Completed in 89 milliseconds