Home
last modified time | relevance | path

Searched refs:mAllowRequestLayout (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewWidgetImageView.java25 public boolean mAllowRequestLayout = true; field in PagedViewWidgetImageView
32 if (mAllowRequestLayout) { in requestLayout()
DPagedViewWidget.java152 image.mAllowRequestLayout = false; in applyPreview()
164 image.mAllowRequestLayout = true; in applyPreview()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedViewWidgetImageView.java25 public boolean mAllowRequestLayout = true; field in PagedViewWidgetImageView
32 if (mAllowRequestLayout) { in requestLayout()
DPagedViewWidget.java168 image.mAllowRequestLayout = false; in applyPreview()
180 image.mAllowRequestLayout = true; in applyPreview()