OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autoadvanceviewid
(Results
1 - 25
of
29
) sorted by null
1
2
/development/samples/StackWidget/res/xml/
stackwidgetinfo.xml
23
android:
autoAdvanceViewId
="@id/stack_view">
/frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java
163
* <p>This field corresponds to the <code>android:
autoAdvanceViewId
</code> attribute in
166
public int
autoAdvanceViewId
;
221
this.
autoAdvanceViewId
= in.readInt();
249
out.writeInt(this.
autoAdvanceViewId
);
269
that.
autoAdvanceViewId
= this.
autoAdvanceViewId
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-complation76.txt
55
?android:
autoAdvanceViewId
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.appwidget.AppWidgetProviderInfo.html
87
<A NAME="android.appwidget.AppWidgetProviderInfo.
autoAdvanceViewId
"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#
autoAdvanceViewId
" target="_top"><code>
autoAdvanceViewId
</code></A></nobr>
android.R.attr.html
276
<A NAME="android.R.attr.
autoAdvanceViewId
"></A>
277
<nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#
autoAdvanceViewId
" target="_top"><code>
autoAdvanceViewId
</code></A></nobr>
[
all
...]
fields_index_additions.html
147
<i>
autoAdvanceViewId
</i><br>
149
<A HREF="android.R.attr.html#android.R.attr.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.R.attr</A>
152
<A HREF="android.appwidget.AppWidgetProviderInfo.html#android.appwidget.AppWidgetProviderInfo.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.appwidget.AppWidgetProviderInfo</A>
[
all
...]
fields_index_all.html
149
<i>
autoAdvanceViewId
</i><br>
151
<A HREF="android.R.attr.html#android.R.attr.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.R.attr</A>
154
<A HREF="android.appwidget.AppWidgetProviderInfo.html#android.appwidget.AppWidgetProviderInfo.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.appwidget.AppWidgetProviderInfo</A>
[
all
...]
alldiffs_index_additions.html
264
<!-- Field
autoAdvanceViewId
-->
265
<i>
autoAdvanceViewId
</i><br>
267
<A HREF="android.R.attr.html#android.R.attr.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.R.attr</A>
269
<!-- Field
autoAdvanceViewId
-->
271
<A HREF="android.appwidget.AppWidgetProviderInfo.html#android.appwidget.AppWidgetProviderInfo.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.appwidget.AppWidgetProviderInfo</A>
[
all
...]
alldiffs_index_all.html
399
<!-- Field
autoAdvanceViewId
-->
400
<i>
autoAdvanceViewId
</i><br>
402
<A HREF="android.R.attr.html#android.R.attr.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.R.attr</A>
404
<!-- Field
autoAdvanceViewId
-->
406
<A HREF="android.appwidget.AppWidgetProviderInfo.html#android.appwidget.AppWidgetProviderInfo.
autoAdvanceViewId
" class="hiddenlink" target="rightframe">android.appwidget.AppWidgetProviderInfo</A>
[
all
...]
/frameworks/base/docs/html/guide/topics/appwidgets/
host.jd
291
<p>Android 3.0 (API Level 11) introduces the ability for a widget to specify {@link android.appwidget.AppWidgetProviderInfo#
autoAdvanceViewId
autoAdvanceViewId
()}.
index.jd
264
<li>The <code>
autoAdvanceViewId
</code> attribute specifies the view ID of the
[
all
...]
/frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java
351
pw.print("
autoAdvanceViewId
=");
352
pw.print(info.
autoAdvanceViewId
);
[
all
...]
/frameworks/base/docs/html/about/versions/
android-3.0.jd
261
android.appwidget.AppWidgetProviderInfo#
autoAdvanceViewId
} and {@link
263
android.appwidget.AppWidgetProviderInfo#
autoAdvanceViewId
} field lets you specify the view ID of the
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java
[
all
...]
/frameworks/base/core/res/res/values/
public.xml
[
all
...]
/development/sdk/
api-versions.xml
307
<field name="
autoAdvanceViewId
" since="11" />
[
all
...]
/frameworks/base/api/
current.txt
301
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
/prebuilts/sdk/api/
14.txt
254
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
15.txt
256
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
16.txt
262
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
17.txt
281
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
18.txt
286
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
19.txt
301
field public static final int
autoAdvanceViewId
= 16843535; // 0x101030f
[
all
...]
/prebuilts/sdk/current/
android.jar
Completed in 531 milliseconds
1
2