Searched refs:Widget (Results 1 – 25 of 35) sorted by relevance
12
11 <li><a href="#Manifest">Declaring an App Widget in the Manifest</a></li>13 <li><a href="#CreatingLayout">Creating the App Widget Layout</a></li>16 <li><a href="#ProviderBroadcasts">Receiving App Widget broadcast20 <li><a href="#Configuring">Creating an App Widget Configuration23 <li><a href="#UpdatingFromTheConfiguration">Updating the App Widget61 and you can publish one with an App Widget provider. An application component63 able to hold other App Widgets is called an App Widget host. The screenshot65 the Music App Widget.</p>69 <p>This document describes how to publish an App Widget using an App Widget72 App Widget Host</a>.</p>[all …]
1 page.title=App Widget Host50 <li><strong>App Widget Host</strong>— 58 <li><strong>App Widget ID</strong>—68 <li><strong>App Widget Host View</strong>— 183 App Widget Configuration Activity</a>.</p>225 an App Widget Configuration Activity</a>.</p>253 <p>Widget developers can specify a number of configuration settings271 Updating the App Widget
165 private final ArrayList<Widget> mWidgets = new ArrayList<>();506 ArrayList<Widget> instances = host.widgets; in startListening()510 Widget widget = instances.get(i); in startListening()570 Widget widget = new Widget(); in allocateAppWidgetId()604 Widget widget = lookupWidgetLocked(appWidgetId, in deleteAppWidgetId()692 Widget widget = lookupWidgetLocked(appWidgetId, in createAppWidgetConfigIntentSender()758 Widget widget = lookupWidgetLocked(appWidgetId, in bindAppWidgetId()904 Widget widget = lookupWidgetLocked(appWidgetId, in bindRemoteViewsService()989 Widget widget = lookupWidgetLocked(appWidgetId, in unbindRemoteViewsService()1088 Widget widget = lookupWidgetLocked(appWidgetId, in getAppWidgetInfo()[all …]
1 page.title=App Widget Design Guidelines13 <li>App Widget layouts should be flexible, resizing to fit their parent container</li>23 <li><a href="#anatomy">Standard Widget Anatomy</a></li>24 <li><a href="#design">Designing Widget Layouts and Background Graphics</a></li>25 <li><a href="#templates">Using the App Widget Templates Pack</a></li>31 <li><a href="{@docRoot}shareables/app_widget_templates-v4.0.zip">App Widget Templates Pack,77 <h2 id="anatomy">Standard Widget Anatomy</h2>83 App Widget Layout</a> section in the <em>Developer's Guide</em>. Well-designed widgets leave some117 <code>minHeight</code> constraints.</strong> As we discuss in <a href="#design">Designing Widget227 <h2 id="design">Designing Widget Layouts and Background Graphics</h2>[all …]
36 <dt><a href="{@docRoot}guide/practices/ui_guidelines/widget_design.html">Widget Design
19 import android.annotation.Widget;45 @Widget
19 import android.annotation.Widget;35 @Widget
20 import android.annotation.Widget;47 @Widget
19 import android.annotation.Widget;57 @Widget
19 import android.annotation.Widget;61 @Widget
19 import android.annotation.Widget;62 @Widget
20 import android.annotation.Widget;92 @Widget
36 public @interface Widget { annotation
155 parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">187 parent="@style/Widget.<strong>AppCompat</strong>.Light.ActionBar.Solid.Inverse">218 TextAppearance.Holo.Widget.ActionBar.Title} as the parent style.</p>245 parent="@style/Widget.Holo.ActionBar">251 parent="@style/TextAppearance.Holo.Widget.ActionBar.Title">257 parent="@style/Widget.Holo.ActionBar.TabText">289 parent="@style/Widget.<strong>AppCompat</strong>.ActionBar">298 parent="@style/TextAppearance.<strong>AppCompat</strong>.Widget.ActionBar.Title">305 parent="@style/Widget.<strong>AppCompat</strong>.ActionBar.TabText">401 parent="@style/Widget.Holo.ActionBar.TabView">[all …]
15 <h2>Widget types</h2>58 <h2>Widget limitations</h2>71 …re information on layout restrictions, please refer to the "Creating App Widget Layouts" section i…75 <h3>Widget content</h3>79 <h3>Widget navigation</h3>89 <h3>Widget resizing</h3>118 <h3>Widget configuration</h3>
19 import android.annotation.Widget;48 @Widget
32 import android.annotation.Widget;54 @Widget
1268 Widget.AppCompat.ActionBar}, which is what you should use as the parent style.</p>1282 Widget.AppCompat.ActionButton}, which is what you should use as the parent style.</p>1288 Widget.AppCompat.ActionButton.Overflow}, which is what you should use as the parent style.</p>1300 TextAppearance.AppCompat.Widget.ActionBar.Title}, which is what you should use as the parent1353 Widget.AppCompat.ActionButton}, which is what you should use as the parent style.</p></dd>1394 Widget.AppCompat.ActionBar.TabView}, which is what you should use as the parent style.</p></dd>1401 Widget.AppCompat.ActionBar.TabBar}, which is what you should use as the parent style.</p></dd>1408 Widget.AppCompat.ActionBar.TabText}, which is what you should use as the parent style.</p></dd>1420 Widget.AppCompat.Spinner.DropDown.ActionBar}, which is what you should use as the parent1454 parent="@style/Widget.AppCompat.ActionBar">[all …]
150 <dd>Your <a href="{@docRoot}guide/topics/appwidgets/index.html">App Widget</a> will be removed151 from the home screen. When external storage is remounted, your App Widget will <em>not</em> be
20 import android.annotation.Widget;249 @Widget
253 <p>Related: <a href="#viewgroup">Viewgroup</a>, <a href="#widget">Widget266 <dt id="widget">Widget</dt>
146 …sers can sync attachments for later viewing and keep track of email using a home screen Widget.</p>180 …me screen. Applications written for earlier versions can inherit the new Widget designs and themes…
271 application called "Widget Preview." To create a preview image, launch this application, select the276 href="{@docRoot}resources/samples/StackWidget/index.html">StackView App Widget</a> and <a277 href="{@docRoot}resources/samples/WeatherListWidget/index.html">Weather List Widget</a>894 creating an App Widget that uses {@link android.widget.RemoteViewsService} to populate a
348 <li>Widget</li>