Home
last modified time | relevance | path

Searched defs:OnHeightChangedListener (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/
H A DToolbar.java29 public interface OnHeightChangedListener { interface in Toolbar
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java149 public interface OnHeightChangedListener { interface in NotificationGuts
H A DExpandableView.java807 public interface OnHeightChangedListener { interface in ExpandableView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java4053 private class OnHeightChangedListener implements ExpandableView.OnHeightChangedListener { class in NotificationPanelViewController