Searched refs:current (Results 51 - 62 of 62) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java561 MediaItem current = mModel.getMediaItem(0);
563 if (current == null) {
569 Path path = current.getPath();
594 activity.startActivityForResult(intent, PicasaSource.isPicasaImage(current)
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java114 int totalCurrent = 0; // current transfer bytes
116 int totalTotal = 0; // total bytes for current transfer
245 int current = cursor.getInt(currentBytesIndex);
276 item.totalCurrent = current;
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java616 // activities due to the current framework design.
1124 int current = mViewImage.mCurrentPosition;
1142 nextImagePos = current - 1;
1153 nextImagePos = current + 1;
1261 // This only works because our current usage is sequential, so we
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java74 private long mContactMethodId; // Id in phone or email Uri returned by provider of current
76 // current contact has phone content://.../phones/20.
138 Thread current = Thread.currentThread();
139 StackTraceElement[] stack = current.getStackTrace();
143 sb.append(current.getId());
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java599 long current = System.currentTimeMillis();
601 Date date = new Date(current);
613 cv.put(MediaStore.Audio.Media.DATE_ADDED, (int) (current / 1000));
/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java56 * cards, each representing the state of a current "call" (ie. an active call,
94 /** Container for info about the current call(s) */
245 * current state of the phone.
250 // Update the onscreen UI based on the current state of the phone.
319 // Based on the current state, update the overall
393 // the current ongoing call and/or the current call on hold.
395 // any info about the current call(s) in progress.)
539 // with the current implementation of getCallerInfo and
547 // make sure that we only make a new query when the current
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c876 loctset->loct.current = 0;
898 word->stem.loc.current = 0;
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java156 * The contents of the current message being edited. This is not always in sync with what's
578 * Whether or not the current message being edited has a source message (i.e. is a reply,
912 * Asynchronously loads a source message (to be replied or forwarded in this current view),
983 * Infers whether or not the current state of the message best reflects either a reply,
1497 * Inserts the selected QuickResponse into the message body at the current cursor position.
1726 * Removes an attachment from the current message.
2239 * @param current the list of active attachments on the current message. Injected for tests.
2243 * current list of active attachments
2244 * @return whether or not the current attachment
2247 processSourceMessageAttachments( List<Attachment> current, List<Attachment> sourceAttachments, boolean include) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java294 * Updates the scroll of the current page immediately to its final scroll position. We use this
308 * Sets the current page.
533 // to the edge of the screen (so it is not visible in the current screen). To
875 * pass that along if it's on the current page.
882 View current = getPageAt(mCurrentPage);
885 if (v == current) {
996 // to scroll the current page
1566 * @return True is long presses are still allowed for the current touch
1693 // Set a new page as the current page if necessary
1705 // Load any pages that are necessary for the current windo
[all...]
H A DWorkspace.java466 * @return The open folder on the current screen, or null if there is none
604 final int current = (mNextPage == INVALID_PAGE) ? mCurrentPage : mNextPage;
608 return LauncherApplication.isScreenLarge() && hitsPage(current - 1, x, y);
615 final int current = (mNextPage == INVALID_PAGE) ? mCurrentPage : mNextPage;
619 return LauncherApplication.isScreenLarge() && hitsPage(current + 1, x, y);
688 // Remove the current widget which is inflated with the wrong orientation
783 // If we are in springloaded mode, then force an event to check if the current touch
1553 // Stop any scrolling, move to the current page right away
1599 // To/from workspace - only show the current page unless the transition is not
1718 // ensure that only the current pag
[all...]
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java408 * should be created, and QUEUE if the "current playlist" was
474 // step 1: remove selected tracks from the current playlist, as well
479 // remove from current playlist
1129 // Set the system setting to make this the current ringtone
1190 static void processTabClick(Activity a, View v, int current) { argument
1192 if (id == current) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java162 * address String The addresses of the recipients in current conversation.
290 private boolean mSendingMessage; // Indicates the current message is sending, and shouldn't send again.
315 Thread current = Thread.currentThread();
316 long tid = current.getId();
317 StackTraceElement[] stack = current.getStackTrace();
319 // Prepend current thread ID and name of calling method to the message.
503 * cache and the code can create a new MessageItem based on the position of the current cursor.
1137 // Discard the current message in progress.
2657 // Calculate the size of the current slide if we're doing a replace so the
2717 // to record some audio) which will eventually replace the content on the current
[all...]

Completed in 198 milliseconds

123