OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllowRequestLayout
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidgetImageView.java
25
public boolean
mAllowRequestLayout
= true;
32
if (
mAllowRequestLayout
) {
PagedViewWidget.java
152
image.
mAllowRequestLayout
= false;
164
image.
mAllowRequestLayout
= true;
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWidgetImageView.java
25
public boolean
mAllowRequestLayout
= true;
32
if (
mAllowRequestLayout
) {
PagedViewWidget.java
166
image.
mAllowRequestLayout
= false;
178
image.
mAllowRequestLayout
= true;
Completed in 57 milliseconds