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

/frameworks/base/core/java/android/view/
H A DView.java8733 * @param oldBottom The previous value of the view's bottom property.
8736 int oldLeft, int oldTop, int oldRight, int oldBottom);
8735 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument

Completed in 104 milliseconds