Searched defs:oldLeft (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DAutoTransitionTest.java102 int oldLeft, int oldTop, int oldRight, int oldBottom) {
101 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/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, argument
90 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingPropertyAnimator.java58 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java222 int oldLeft, int oldTop, int oldRight, int oldBottom) {
221 onLayoutChange(View view, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java372 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java866 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java158 int oldLeft, int oldTop, int oldRight, int oldBottom) {
157 onContainerLayout(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
H A DWearableDrawerLayout.java576 int oldLeft,
570 onLayoutChange( View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/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, argument
/frameworks/base/core/java/android/view/
H A DView.java14330 * @param oldLeft The previous value of the view's left property.
14336 int oldLeft, int oldTop, int oldRight, int oldBottom);
14335 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
[all...]

Completed in 275 milliseconds