Home
last modified time | relevance | path

Searched defs:actualHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java182 int actualHeight = decodeOptions.outHeight; in doParse() local
233 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowContainer.java74 protected int getContentHeightFromActualHeight(int actualHeight) { in getContentHeightFromActualHeight()
DExpandableOutlineView.java58 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight()
DNotificationGuts.java84 public void setActualHeight(int actualHeight) { in setActualHeight()
DNotificationBackgroundView.java106 public void setActualHeight(int actualHeight) { in setActualHeight()
DActivatableNotificationView.java494 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight()
635 final int actualHeight = getActualHeight(); in updateAppearRect() local
DExpandableView.java167 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight()
DExpandableNotificationRow.java277 protected int calculateContentHeightFromActualHeight(int actualHeight) { in calculateContentHeightFromActualHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java850 int actualHeight = changingView.getActualHeight(); in processAnimationEvents() local