HomeSort by relevance Sort by last modified time
    Searched refs:newMaxHeight (Results 1 - 2 of 2) 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);
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 492 milliseconds