Home
last modified time | relevance | path

Searched full:icon (Results 1 – 25 of 1155) sorted by relevance

12345678910>>...47

/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
DMainActivity.java51 /** Set the icon that will appear in the notification bar. This icon also appears in sendNotification()
54 * Important note: although you can use any drawable as the small icon, Android in sendNotification()
55 * design guidelines state that the icon should be simple and monochrome. Full-color in sendNotification()
70 * Set the large icon, which appears on the left of the notification. In this in sendNotification()
71 * sample we'll set the large icon to be the same as our app icon. The app icon is a in sendNotification()
72 * reasonable default if you don't have anything more compelling to use as an icon. in sendNotification()
93 * Send the notification. This will immediately display the notification icon in the in sendNotification()
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
DMainActivity.java51 /** Set the icon that will appear in the notification bar. This icon also appears in sendNotification()
54 * Important note: although you can use any drawable as the small icon, Android in sendNotification()
55 * design guidelines state that the icon should be simple and monochrome. Full-color in sendNotification()
70 * Set the large icon, which appears on the left of the notification. In this in sendNotification()
71 * sample we'll set the large icon to be the same as our app icon. The app icon is a in sendNotification()
72 * reasonable default if you don't have anything more compelling to use as an icon. in sendNotification()
93 * Send the notification. This will immediately display the notification icon in the in sendNotification()
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
DAppListFragment.java147 // ImageView to display the application's icon in getView()
148 ImageView imageView = (ImageView) convertView.findViewById(R.id.icon); in getView()
151 Drawable icon = item.drawable != null ? item.drawable.get() : null; in getView() local
153 if (icon != null) { in getView()
154 imageView.setImageDrawable(icon); in getView()
156 // Start a new AsyncTask which will retrieve the application icon and display it in in getView()
232 Drawable icon = null; in doInBackground() local
238 // Load the icon from the PackageManager in doInBackground()
239 icon = item.applicationInfo.loadIcon(mPackageManager); in doInBackground()
241 // Store the icon in a WeakReference so we do not cause a OutOfMemoryError. in doInBackground()
[all …]
/developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
DIconProviderService.java21 import android.graphics.drawable.Icon;
57 Icon.createWithResource( in onComplicationUpdate()
63 // This case includes a burn-in protection icon. If the screen uses burn-in in onComplicationUpdate()
64 // protection, that icon (which avoids solid blocks of color) should be shown in in onComplicationUpdate()
68 .setIcon(Icon.createWithResource(this, R.drawable.ic_battery)) in onComplicationUpdate()
70 Icon.createWithResource( in onComplicationUpdate()
79 Icon.createWithResource( in onComplicationUpdate()
DLongTextProviderService.java21 import android.graphics.drawable.Icon;
69 Icon.createWithResource( in onComplicationUpdate()
77 // provider supplies both title and icon, it is expected that both are displayed. in onComplicationUpdate()
85 .setIcon(Icon.createWithResource(this, R.drawable.ic_battery)) in onComplicationUpdate()
87 Icon.createWithResource( in onComplicationUpdate()
109 .setSmallImage(Icon.createWithResource(this, R.drawable.outdoors)) in onComplicationUpdate()
121 .setSmallImage(Icon.createWithResource(this, R.drawable.aquarium)) in onComplicationUpdate()
/developers/build/prebuilts/gradle/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
DIconProviderService.java21 import android.graphics.drawable.Icon;
57 Icon.createWithResource( in onComplicationUpdate()
63 // This case includes a burn-in protection icon. If the screen uses burn-in in onComplicationUpdate()
64 // protection, that icon (which avoids solid blocks of color) should be shown in in onComplicationUpdate()
68 .setIcon(Icon.createWithResource(this, R.drawable.ic_battery)) in onComplicationUpdate()
70 Icon.createWithResource( in onComplicationUpdate()
79 Icon.createWithResource( in onComplicationUpdate()
DLongTextProviderService.java21 import android.graphics.drawable.Icon;
69 Icon.createWithResource( in onComplicationUpdate()
77 // provider supplies both title and icon, it is expected that both are displayed. in onComplicationUpdate()
85 .setIcon(Icon.createWithResource(this, R.drawable.ic_battery)) in onComplicationUpdate()
87 Icon.createWithResource( in onComplicationUpdate()
109 .setSmallImage(Icon.createWithResource(this, R.drawable.outdoors)) in onComplicationUpdate()
121 .setSmallImage(Icon.createWithResource(this, R.drawable.aquarium)) in onComplicationUpdate()
/developers/build/prebuilts/gradle/WearDrawers/Wearable/src/main/res/menu/
Daction_drawer_menu.xml19 android:icon="@drawable/ic_info_outline_black_18dp"
22 android:icon="@drawable/ic_info_outline_black_18dp"
25 android:icon="@drawable/ic_info_outline_black_18dp"
28 android:icon="@drawable/ic_info_outline_black_18dp"
/developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/res/menu/
Daction_drawer_menu.xml19 android:icon="@drawable/ic_info_outline_black_18dp"
22 android:icon="@drawable/ic_info_outline_black_18dp"
25 android:icon="@drawable/ic_info_outline_black_18dp"
28 android:icon="@drawable/ic_info_outline_black_18dp"
/developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/
DAndroidManifest.xml27 android:icon="@drawable/ic_launcher"
39 android:icon="@drawable/ic_not_interested_vd_theme_24"
49 android:value="SHORT_TEXT,LONG_TEXT,SMALL_IMAGE,ICON,RANGED_VALUE,LARGE_IMAGE"/>
56 android:icon="@drawable/ic_title_vd_theme_24"
73 android:icon="@drawable/ic_image_vd_theme_24"
90 android:icon="@drawable/ic_landscape_vd_theme_24"
107 android:icon="@drawable/ic_face_vd_theme_24"
117 android:value="ICON"/>
124 android:icon="@drawable/ic_short_text_vd_theme_24"
141 android:icon="@drawable/ic_data_usage_vd_theme_24"
/developers/build/prebuilts/gradle/WearComplicationProvidersTestSuite/Wearable/src/main/
DAndroidManifest.xml27 android:icon="@drawable/ic_launcher"
39 android:icon="@drawable/ic_not_interested_vd_theme_24"
49 android:value="SHORT_TEXT,LONG_TEXT,SMALL_IMAGE,ICON,RANGED_VALUE,LARGE_IMAGE"/>
56 android:icon="@drawable/ic_title_vd_theme_24"
73 android:icon="@drawable/ic_image_vd_theme_24"
90 android:icon="@drawable/ic_landscape_vd_theme_24"
107 android:icon="@drawable/ic_face_vd_theme_24"
117 android:value="ICON"/>
124 android:icon="@drawable/ic_short_text_vd_theme_24"
141 android:icon="@drawable/ic_data_usage_vd_theme_24"
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/xml/
Dauthenticator.xml18 android:icon="@drawable/icon"
19 android:smallIcon="@drawable/icon"
/developers/build/prebuilts/gradle/StorageProvider/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/TextSwitcher/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/samples/android/renderScript/BasicRenderScript/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/ActiveNotifications/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/BasicRenderScript/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/ClippingBasic/.google/
Dpackaging.yaml14 icon: screenshots/web-icon.png
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/AutoBackupForApps/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/StorageClient/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/DoneBar/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/DirectBoot/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png
/developers/build/prebuilts/gradle/DirectorySelection/.google/
Dpackaging.yaml14 icon: screenshots/web-icon.png
/developers/build/prebuilts/gradle/Geofencing/.google/
Dpackaging.yaml14 icon: screenshots/icon-web.png

12345678910>>...47