Home
last modified time | relevance | path

Searched defs:OnLayoutChangeListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java1377 public class OnLayoutChangeListener implements View.OnLayoutChangeListener { class in PanelViewController
DNotificationPanelViewController.java4523 private class OnLayoutChangeListener extends PanelViewController.OnLayoutChangeListener { class in NotificationPanelViewController
/frameworks/base/core/java/android/view/
DView.java16600 public interface OnLayoutChangeListener { interface in View