Searched refs:end (Results 251 - 275 of 277) sorted by relevance

<<1112

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java716 mDetailOutAnimator.end();
762 mDetailOutAnimator.end();
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java791 // Set marginEnd as well because setTvViewPosition uses both start/end margin.
803 private static int interpolate(int start, int end, float fraction) { argument
804 return (int) (start + (end - start) * fraction);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Settings/src/com/android/settings/datausage/
H A DAppDataUsage.java368 mEnd = cycle.end;
/packages/services/Mms/src/com/android/mms/service/
H A DMmsHttpClient.java403 nextStart = matcher.end();
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java1089 public static String formatDateRange(Context context, long start, long end) { argument
1094 return DateUtils.formatDateRange(context, sFormatter, start, end, flags, null)
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1306 // Add the warning at the end of the name, and remove the address. The alternate
1352 final int end = spannable.getSpanEnd(span);
1355 spannable.setSpan(span, start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
1399 // If we reached the end of the message body, exit.
1435 // If we reached the end of the message body, exit.
H A DConversationCursor.java456 final long end = SystemClock.uptimeMillis();
457 LogUtils.i(LOG_TAG, "*** ConversationCursor pre-loading took %sms n=%s", (end-start),
1222 // Return false if we're past the end of the cursor
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java246 // Cache the start and end millis so that we limit the number
260 // Also update the end time to keep the duration constant.
267 // The end time was changed.
272 // Move to the start time if the end time is before the start
277 // Call populateTimezone if we support end time zone as well
344 // Cache the start and end millis so that we limit the number
360 // Also update the end date to keep the duration constant.
372 // The end date was changed.
379 // Do not allow an event to have an end time before the start
385 // Call populateTimezone if we support end tim
[all...]
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java1000 * 2) how far out the view should be before flying back out, 3) end position.
1844 mAnimatorSet.end();
1882 mAnimatorSet.end();
2150 // Post mode selection runnable to the end of the message queue
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h90 const Ch* name; //!< Name of the token. It has null character at the end but it can contain null character.
420 v = &(--v->MemberEnd())->value; // Assumes AddMember() appends at the end
950 \param end Past-the-end of the stream.
952 PercentDecodeStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), valid_(true) {} argument
982 const Ch* end_; //!< Past-the-end position.
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java216 // Characters that were recently entered at the end of the display that have not yet
399 // If there's an animation in progress, end it immediately, so the user interaction can
402 mCurrentAnimator.end();
778 // formula and result displays back at the end of the animation. We no longer do that,
925 * Add input characters to the end of the expression.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java871 * Check to see if a given screen id exists. If not, create it at the end, return the new id.
2957 oa.end();
3646 * Bind the items start-end from the list.
3651 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end, argument
3655 bindItems(shortcuts, start, end, forceAnimateIcons);
3668 for (int i = start; i < end; i++) {
H A DWorkspace.java1515 // different effects based on device performance. On at least one relatively high-end
2022 int end = getChildCount() - 1;
2025 range[1] = Math.max(0, end);
3654 * Called at the end of a drag which originated on the workspace.
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp150 it != attributeMap->end(); ++it) {
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java1294 final int end = Math.min(start + MAX_IDS_PER_QUERY, totalIds); // excluding
1295 final int count = end - start;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java67 * synchronize these two animations with scroller animation; so you will end up with situation that
414 grow_anim.end();
427 shrink_anim.end();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java630 final long end = System.currentTimeMillis();
632 (end - start) + " ms");
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java166 anim.animator.end();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2680 // toView should appear right at the end of the workspace shrink
3478 * Bind the items start-end from the list.
3482 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end) { argument
3485 bindItems(shortcuts, start, end);
3496 for (int i = start; i < end; i++) {
H A DLauncherModel.java161 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end); argument
1169 // Clear out this reference, otherwise we end up holding it until all of the
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java468 mEndSound = mSoundPool.load(mContext, R.raw.end, 1);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java925 // Fill the end with new items.
934 // Remove from the end of the buffer
980 // Stop at the end.
1393 // The end of the filmstrip might have been changed.
1479 // at the end.
2077 mZoomAnimator.end();
2079 // Calculate end scale
2212 // Duration T should be long enough so that at the end of the fling,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2357 // end it. Unlike the Contacts DB yield (which re-starts a transaction at its
2905 // Trigger creation of a Contact based on this RawContact at the end of transaction.
7564 final long end = System.currentTimeMillis();
7565 final int time = (int) (end - start);
9027 * Async task that monitors the given file descriptor (the read end of a pipe) for
9670 final long end = SystemClock.elapsedRealtime();
9672 + (success ? (" in " + (end - start) + "ms") : " failed"));
10068 // DB queries may be blocked and timed out, so do it at the end.

Completed in 1035 milliseconds

<<1112