HomeSort by relevance Sort by last modified time
    Searched refs:widgetCategory (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 126 * see {@link #widgetCategory}.
193 * <p>This field corresponds to the <code>widgetCategory</code> attribute in
196 public int widgetCategory;
223 this.widgetCategory = in.readInt();
251 out.writeInt(this.widgetCategory);
271 that.widgetCategory = this.widgetCategory;
  /packages/apps/Settings/src/com/android/settings/
AppWidgetLoader.java 123 if (!ignoreFilter && (info.widgetCategory & categoryFilter) == 0) {
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 347 pw.print(info.widgetCategory);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 63 milliseconds