HomeSort by relevance Sort by last modified time
    Searched defs:updateAppWidgetSize (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 261 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
263 updateAppWidgetSize(newOptions, minWidth, minHeight, maxWidth, maxHeight, false);
269 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 490 awhv.updateAppWidgetSize(null, width, height, width, height, true);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 343 widgetView.updateAppWidgetSize(null, mTmpRect.left, mTmpRect.top,
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 106 milliseconds