/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
TabletStatusBar.java | 145 ViewGroup mFeedbackIconArea; // notification icons, IME icon, compat icon 272 // network icons: either a combo icon that switches between mobile and data, or distinct 273 // mobile and data icons 451 if (DEBUG) Slog.d(TAG, "max notification icons: " + mMaxNotificationIcons); 495 // where the icons go 496 mIconLayout = (NotificationIconArea.IconLayout) sb.findViewById(R.id.icons); 504 // The icons 530 // don't wait for these transitions; we just want icons to fade in/out, not move around [all...] |
/frameworks/base/docs/html/design/patterns/ |
notifications.jd | 158 <h4>Use distinct icons</h4> 163 <li>Look at the notification icons the Android apps already provide and create notification icons for 168 <li>Use color to distinguish your app from others. Notification icons should generally be monochrome.</li> 181 <p>Notifications are indicated by icons in the notification area and can be accessed by opening the
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 148 ArrayList<ShortcutIconResource> icons = local 151 if (labels != null && icons != null && labels.size() == icons.size()) { 158 ShortcutIconResource iconResource = icons.get(i); 317 * Utility class to resize icons to match default icon size. Code is mostly
|
/external/chromium/chrome/browser/ |
cookies_tree_model.cc | 559 // Returns the set of icons for the nodes in the tree. You only need override 560 // this if you don't want to use the default folder icons. 561 void CookiesTreeModel::GetIcons(std::vector<SkBitmap>* icons) { 562 icons->push_back(*ResourceBundle::GetSharedInstance().GetBitmapNamed( 564 icons->push_back(*ResourceBundle::GetSharedInstance().GetBitmapNamed( 566 icons->push_back(*ResourceBundle::GetSharedInstance().GetBitmapNamed( 571 // default icon. The index is relative to the list of icons returned from
|
background_application_list_model.h | 59 // NOTE: All icons are currently sized as Extension::EXTENSION_ICON_BITTY.
|
browser_main_win.cc | 248 // This method handles the --hide-icons and --show-icons command line options 250 // HideIconsCommand & ShowIconsCommand. Chrome doesn't support hide icons 272 // We don't hide icons so we shouldn't do anything special to show them
|
custom_home_pages_table_model.h | 91 // Profile used to load titles and icons.
|
defaults.h | 71 // Are touch icons enabled? False by default.
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
CommandParamsFactory.java | 44 // loading icons state parameters. 202 Bitmap[] icons = null; local 213 icons = (Bitmap[]) data; 215 for (Bitmap icon : icons) { 350 // load icons only when text exist. 594 // Load icons data if needed. 605 // Create a new array for all the icons (title and items). [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.h | 85 // Returns a set of icons tinted for different GtkStateTypes based on the 269 // Colors used to tint certain icons. 285 // A GtkIconSet that has the tinted icons for the NORMAL and PRELIGHT states
|
/external/sonivox/arm-wt-22k/misc/ |
MMAPI.zip | |
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SharePopup.java | 64 // A view that contains a list of application icons and the share view. 66 // The list of the application icons. 252 // On phone UI, we have to know how many icons in the grid view before
|
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabase.cpp | 69 // Icons expire once every 4 days 183 LOG(IconDatabase, "Requesting background thread to remove all icons"); 1469 Vector<IconRecord*> icons; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarMechanics.java | 61 // These icons are shown without a text description, and therefore should
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 209 file_name = malloc (strlen (directory) + strlen ("/mime/icons") + 1); 210 strcpy (file_name, directory); strcat (file_name, "/mime/icons"); 214 file_name = malloc (strlen (directory) + strlen ("/mime/generic-icons") + 1); 215 strcpy (file_name, directory); strcat (file_name, "/mime/generic-icons");
|
/external/chromium/chrome/browser/extensions/ |
extension_icon_manager_unittest.cc | 18 // extension icons, and waiting for those loads to happen.
|
extension_toolbar_model.h | 116 // The number of icons visible (the rest should be hidden in the overflow
|
image_loading_tracker.h | 23 // The views need to load their icons asynchronously but might be deleted before
|
/external/chromium/chrome/browser/importer/ |
safari_importer.h | 67 // actually loading the icons.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_controller.h | 41 // The model that tracks the order of the toolbar icons. Weak.
|
/external/chromium/chrome/browser/ui/views/ |
create_application_shortcut_view.h | 108 // Unprocessed icons from the WebApplicationInfo passed in.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_uninstall_dialog_view.cc | 39 // Scale down to icon size, but allow smaller icons (don't scale up).
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_icon_win.cc | 68 // pressed status icons.
|
/external/chromium/chrome/common/ |
autofill_messages.h | 51 std::vector<string16> /* icons */,
|
/external/chromium/chrome/common/extensions/ |
extension_constants.cc | 25 const char* kIcons = "icons"; 49 const char* kPageActionIcons = "icons"; 175 "Invalid value for 'icons[\"*\"]'."; 177 "Invalid value for 'icons'.";
|