OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsLargeLayout
(Results
1 - 2
of
2
) sorted by null
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
WeatherWidgetProvider.java
75
private boolean
mIsLargeLayout
= true;
210
RemoteViews layout = buildLayout(context, appWidgetIds[i],
mIsLargeLayout
);
227
mIsLargeLayout
= false;
229
mIsLargeLayout
= true;
231
layout = buildLayout(context, appWidgetId,
mIsLargeLayout
);
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java
75
private boolean
mIsLargeLayout
= true;
210
RemoteViews layout = buildLayout(context, appWidgetIds[i],
mIsLargeLayout
);
227
mIsLargeLayout
= false;
229
mIsLargeLayout
= true;
231
layout = buildLayout(context, appWidgetId,
mIsLargeLayout
);
Completed in 73 milliseconds