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

/frameworks/base/core/java/android/view/
H A DView.java8468 void onLayoutChange(View v, int left, int top, int right, int bottom, method in interface:View.OnLayoutChangeListener
13763 listenersCopy.get(i).onLayoutChange(this, l, t, r, b, oldL, oldT, oldR, oldB);

Completed in 71 milliseconds