Home
last modified time | relevance | path

Searched refs:views (Results 1 – 11 of 11) sorted by relevance

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DWordWidget.java102 RemoteViews views = null; in buildUpdate() local
106 views = new RemoteViews(context.getPackageName(), R.layout.widget_word); in buildUpdate()
109 views.setTextViewText(R.id.word_title, wordTitle); in buildUpdate()
110 views.setTextViewText(R.id.word_type, matcher.group(2)); in buildUpdate()
111 views.setTextViewText(R.id.definition, matcher.group(3).trim()); in buildUpdate()
119 views.setOnClickPendingIntent(R.id.widget, pendingIntent); in buildUpdate()
123 views = new RemoteViews(context.getPackageName(), R.layout.widget_message); in buildUpdate()
124 views.setTextViewText(R.id.message, context.getString(R.string.widget_error)); in buildUpdate()
126 return views; in buildUpdate()
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleAppWidgetProvider.java114 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.appwidget_provider); in updateAppWidget() local
115 views.setTextViewText(R.id.appwidget_text, text); in updateAppWidget()
118 appWidgetManager.updateAppWidget(appWidgetId, views); in updateAppWidget()
/development/samples/browseable/CustomNotifications/
D_index.jd8 This sample demonstrates notifications with custom content views.
/development/samples/browseable/ElevationDrag/
D_index.jd9 z-translation are used to render the shadows and the views are clipped using different
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd8 This sample demonstrates how data can be moved between views within an
/development/build/
Dsdk.atree337 …radle/NavigationDrawer samples/${PLATFORM_NAME}/ui/views/NavigationDrawer
338 …le/ElevationBasic samples/${PLATFORM_NAME}/ui/views/Elevation/Elevatio…
339 …le/ElevationDrag samples/${PLATFORM_NAME}/ui/views/Elevation/Elevatio…
340 …le/ClippingBasic samples/${PLATFORM_NAME}/ui/views/Clipping/ClippingB…
347 …ts/gradle/RecyclerView samples/${PLATFORM_NAME}/ui/views/RecyclerView
348 …builts/gradle/CardView samples/${PLATFORM_NAME}/ui/views/CardView
353 …le/FloatingActionButtonBasic samples/${PLATFORM_NAME}/ui/views/FloatingActionButt…
354 …le/RevealEffectBasic samples/${PLATFORM_NAME}/ui/views/RevealEffect/Revea…
/development/samples/UiAutomator/
DREADME14 This demos how we can scroll list views and verify data in list view
/development/samples/SkeletonApp/
Dreadme.txt53 here is used as the image to display in one of the views in
/development/tools/repo_diff/service/repodiff/
DREADME.md104 little to no learning curve (for developers especially), and views are simple
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt269 discussion - n. an exchange of views on some topic
412 fringe - n. a social group holding marginal or extreme views
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv495 …670957,platform/cts,fake_T0EB_1A9Rp6aK97GwPCORw@fakeemail.com,Tests for non-visible fragment views.
847 …form/cts,fake_fSmAToHUQgqYOoNTm3k6RQ@fakeemail.com,Add support for remote views backed auto-fill U…
896 …HgA5W1wS4iSfC9myhPErQ@fakeemail.com,Test pointer icon dispatch for invisible and overlapping views.
1506 …ake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Added tests for filtering on authenticated autofill views.
1587 …d1434,platform/cts,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Improved virtual views boundary check.
1931 …fake_iHgA5W1wS4iSfC9myhPErQ@fakeemail.com,Test tooltip handling for invisible and overlapping views
2031 …a95250e28795ade9df,platform/cts,fake_aNJti98xSw2ex-9KnoHOEQ@fakeemail.com,Modify views on UI thread
2491 …fb,platform/cts,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Added tests for views that should be ign…
3526 …,fake_T0EB_1A9Rp6aK97GwPCORw@fakeemail.com,Tests for slow exit transition having views end visible.
21295 …ps/TvSettings,fake_q7EsIx3VTwiOzTp4jIM6hw@fakeemail.com,Don't twiddle the views of a destroyed act…
[all …]