Searched defs:oldBottom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java90 int oldTop, int oldRight, int oldBottom) {
91 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
89 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/frameworks/base/core/java/android/view/
H A DView.java9800 * @param oldBottom The previous value of the view's bottom property.
9803 int oldLeft, int oldTop, int oldRight, int oldBottom);
9802 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument

Completed in 332 milliseconds