OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newmaxheight
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java
287
int
newMaxHeight
= maxHeight - (ignorePadding ? 0 : yPaddingDips);
297
newMaxHeight
!= oldOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT)) {
305
newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT,
newMaxHeight
);
Completed in 442 milliseconds