HomeSort by relevance Sort by last modified time
    Searched defs:avatar (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 65 // The avatar label can just be there if there is also an avatar button.
78 gfx::Image avatar; local
82 avatar = rb.GetImageNamed(browser_view_->GetOTRIconResourceID());
93 avatar = cache.GetAvatarIconOfProfileAtIndex(index);
97 avatar_button_->SetAvatarIcon(avatar, is_gaia_picture);
102 // For popups and panels which don't have the avatar button, we still
106 AvatarMenuModel::ShouldShowAvatarMenu() ? &avatar : NULL);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 33 avatar = db.BlobProperty() variable in class:Contact
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 221 * Download the avatar image from the server.
223 * @param avatarUrl the URL pointing to the avatar image
224 * @return a byte array with the raw JPEG avatar image
227 // If there is no avatar, we're done
233 Log.i(TAG, "Downloading avatar: " + avatarUrl);
234 // Request the avatar image from the server, and create a bitmap
241 final Bitmap avatar = BitmapFactory.decodeStream(connection.getInputStream(), local
246 // not resizing the avatar - we assume that the image we get from
248 Log.i(TAG, "Converting avatar to JPEG");
250 avatar.getWidth() * avatar.getHeight() * 4)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 77 // There are 2 px on each side of the avatar (between the frame border and
333 // Create the Avatar button and listen for notifications. It must always be
857 gfx::Image avatar; local
    [all...]
gtk_util.cc 139 // Returns the avatar icon for |profile|.
233 // |profile|'s avatar.
249 const GdkPixbuf* avatar = GetAvatarIcon(profile); local
250 if (avatar) {
251 AddEmblem(avatar, icon_16);
252 AddEmblem(avatar, icon_32);
253 AddEmblem(avatar, icon_64);
593 const GdkPixbuf* avatar = GetAvatarIcon(profile); local
594 if (avatar) AddEmblem(avatar, icon)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 89 Drawable avatar; field in class:QuickSettingsModel.UserState
334 void setUserTileInfo(String name, Drawable avatar) {
336 mUserState.avatar = avatar;
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 851 Bitmap avatar = null; local
    [all...]

Completed in 115 milliseconds