Searched refs:mLayoutListener (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUI.java51 private final View.OnLayoutChangeListener mLayoutListener; field in class:CaptureModuleUI
94 if (mLayoutListener != null) {
95 mLayoutListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, oldRight,
131 mLayoutListener = layoutListener;
H A DCaptureModule.java114 private final OnLayoutChangeListener mLayoutListener = new OnLayoutChangeListener() { field in class:CaptureModule
321 mLayoutListener);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java56 private OnLayoutListener mLayoutListener; field in class:NavTabScroller
160 mLayoutListener = l;
231 if (mLayoutListener != null) {
232 mLayoutListener.onLayout(l, t, r, b);
233 mLayoutListener = null;

Completed in 108 milliseconds