Searched defs:autoAdvanceViewId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java163 * <p>This field corresponds to the <code>android:autoAdvanceViewId</code> attribute in
166 public int autoAdvanceViewId; field in class:AppWidgetProviderInfo
221 this.autoAdvanceViewId = in.readInt();
249 out.writeInt(this.autoAdvanceViewId);
269 that.autoAdvanceViewId = this.autoAdvanceViewId;

Completed in 72 milliseconds