Searched defs:onLayoutChange (Results 1 - 9 of 9) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java13571 void onLayoutChange(View v, int left, int top, int right, int bottom, method in interface:View.OnLayoutChangeListener
19677 listenersCopy.get(i).onLayoutChange(this, l, t, r, b, oldL, oldT, oldR, oldB);
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1985 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, method in class:Cea708CCWidget.CCWindowLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java361 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, method in class:QSAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java783 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, method in class:NotificationShelf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DUserGridView.java358 public void onLayoutChange(View v, int left, int top, int right, int bottom, method in class:UserGridView.Adapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java88 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, method in class:KeyguardUserSwitcherScrim
/frameworks/support/design/src/android/support/design/widget/
H A DBaseTransientBottomBar.java211 void onLayoutChange(View view, int left, int top, int right, int bottom); method in interface:BaseTransientBottomBar.OnLayoutChangeListener
481 public void onLayoutChange(View view, int left, int top, int right, int bottom) {
694 mOnLayoutChangeListener.onLayoutChange(this, l, t, r, b);
/frameworks/support/transition/tests/src/android/support/transition/
H A DAutoTransitionTest.java101 public void onLayoutChange(View v, int left, int top, int right, int bottom, method in class:AutoTransitionTest.LayoutCounter
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java571 public void onLayoutChange( method in class:WearableDrawerLayout

Completed in 272 milliseconds