Home
last modified time | relevance | path

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

12345678910>>...23

/developers/samples/android/ui/notifications/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/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/menu/
Dmain.xml34 android:icon="@drawable/ic_action_refresh"
40 android:icon="@drawable/ic_action_location"
46 android:icon="@drawable/ic_action_settings"
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/menu/
Dmain.xml34 android:icon="@drawable/ic_action_refresh"
40 android:icon="@drawable/ic_action_location"
46 android:icon="@drawable/ic_action_settings"
/developers/samples/android/ui/notifications/LNotifications/Application/tests/src/com/example/android/lnotifications/
DVisibilityMetadataFragmentTest.java47 assertEquals(R.drawable.ic_public_notification, notification.icon); in testCreateNotification_publicVisibility()
55 assertEquals(R.drawable.ic_private_notification, notification.icon); in testCreateNotification_privateVisibility()
63 assertEquals(R.drawable.ic_secret_notification, notification.icon); in testCreateNotification_secretVisibility()
/developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
DVisibilityMetadataFragmentTest.java47 assertEquals(R.drawable.ic_public_notification, notification.icon); in testCreateNotification_publicVisibility()
55 assertEquals(R.drawable.ic_private_notification, notification.icon); in testCreateNotification_privateVisibility()
63 assertEquals(R.drawable.ic_secret_notification, notification.icon); in testCreateNotification_secretVisibility()
/developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
DSpeedPickerLayout.java59 // Get references to the icon and text in the item layout definiton
83 // Scale the icon for WearableListView animations
91 // Change color of the icon, remove fading from the text
98 // Change the color of the icon, fade the text
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/layout/
Dactivity_setup.xml39 android:id="@+id/icon"
43 android:contentDescription="@string/icon"/>
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/res/layout/
Dactivity_setup.xml39 android:id="@+id/icon"
43 android:contentDescription="@string/icon"/>
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/menu/
Dmain.xml7 android:icon="@drawable/ic_action_info"
/developers/samples/android/media/HdrViewfinder/Application/src/main/res/menu/
Dmain.xml7 android:icon="@drawable/ic_action_info"
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/res/values/
Dstrings.xml20 Tap the button below to send a notification.\n\nThe notification\'s icon will immediately
23 notification will display an icon and two or three lines of text.
/developers/samples/android/ui/notifications/BasicNotifications/Application/src/main/res/values/
Dstrings.xml20 Tap the button below to send a notification.\n\nThe notification\'s icon will immediately
23 notification will display an icon and two or three lines of text.
/developers/build/prebuilts/gradle/ElevationDrag/
Dpackaging.yaml14 icon: ElevationDragSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/build/prebuilts/gradle/DrawableTinting/
Dpackaging.yaml14 icon: DrawableTintingSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/samples/android/ui/views/Elevation/ElevationDrag/
Dpackaging.yaml14 icon: ElevationDragSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/build/prebuilts/gradle/HdrViewfinder/
Dpackaging.yaml14 icon: media/HdrViewfinder/big_icon.png
/developers/build/prebuilts/gradle/Camera2Basic/
Dpackaging.yaml14 icon: Camera2BasicSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/build/prebuilts/gradle/ElevationBasic/
Dpackaging.yaml14 icon: ElevationBasicSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/samples/android/admin/BasicManagedProfile/
Dpackaging.yaml14 icon: BasicManagedProfileSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/samples/android/ui/Interpolator/
Dpackaging.yaml14 icon: InterpolatorSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/samples/android/background/JobScheduler/
Dpackaging.yaml14 icon: JobSchedulerSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/samples/android/media/Camera2Video/
Dpackaging.yaml14 icon: Camera2VideoSample/src/main/res/drawable-xxhdpi/ic_launcher.png
/developers/build/prebuilts/gradle/Camera2Video/
Dpackaging.yaml14 icon: Camera2VideoSample/src/main/res/drawable-xxhdpi/ic_launcher.png

12345678910>>...23