HomeSort by relevance Sort by last modified time
    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