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

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 135 Processes requests to edit contact's avatar. GET is used to fetch
136 a page that displays the contact's current avatar and allows the user
137 to specify a file containing a new avatar image. POST is used to
138 submit the form which will change the contact's avatar.
145 'avatar': contact.avatar,
155 #avatar = images.resize(self.request.get("avatar"), 128, 128)
156 avatar = self.request.get("avatar")
    [all...]
web_services.py 375 contact['a'] = host_url + "/avatar?id=" + str(obj.key().id())
  /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...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 33 avatar = db.BlobProperty() variable in class:Contact
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 817 Bitmap avatar = null; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 91 mAvatarView = (QuickContactBadge) findViewById(R.id.avatar);
MessageListItem.java 150 mAvatar = (QuickContactDivot) findViewById(R.id.avatar);
    [all...]

Completed in 1504 milliseconds