Searched refs:end (Results 151 - 175 of 277) sorted by relevance

1234567891011>>

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java28 float end = (float) (points[points.length - 1][0]);
40 double x = start + i * (end - start) / (curve.length - 1);
/packages/apps/TV/src/com/android/tv/menu/
H A DMenu.java172 * Call this method to end the lifetime of the menu.
193 mHideAnimator.end();
225 mHideAnimator.end();
H A DMenuLayoutManager.java374 // Do not cancel the animation here. The property values should be set to the end values
376 mAnimatorSet.end();
481 // The maximum is to the top of the end position of mTempTitleViewForCurrent.
569 // The property values which are different from the end values and need to be
691 // Do not cancel the animation here. The property values should be set to the end values
693 mAnimatorSet.end();
696 mTitleFadeOutAnimator.end();
736 // The property values which are different from the end values and need to be
769 private ObjectAnimator createAlphaAnimator(View view, float from, float to, float end, argument
774 mPropertyValuesAfterAnimation.add(new ViewPropertyValueHolder(View.ALPHA, view, end));
[all...]
/packages/apps/TV/src/com/android/tv/ui/
H A DBlockScreenView.java235 mFadeIn.end();
238 mFadeOut.end();
/packages/apps/TV/usbtuner/jni/
H A DDvbManager.cpp185 if (mPidFilters.find(pid) != mPidFilters.end() || (mPatFilterFd != -1 && pid == PAT_PID)) {
236 it != mPidFilters.end(); it++) {
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Dmisctest.cpp901 const char* end = internal::i32toa(i, buffer); local
902 os_->Pop(11 - (end - buffer));
909 const char* end = internal::u32toa(u, buffer); local
910 os_->Pop(10 - (end - buffer));
917 const char* end = internal::i64toa(i64, buffer); local
918 os_->Pop(21 - (end - buffer));
925 const char* end = internal::u64toa(u, buffer); local
926 os_->Pop(20 - (end - buffer));
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationTipView.java42 * Supports two-line text and start/end icons.
241 final int end = 0;
244 ObjectAnimator.ofInt(this, "animatedHeight", start, end);
H A DLeaveBehindItem.java209 final float end = OPAQUE;
210 final ObjectAnimator fadeIn = ObjectAnimator.ofFloat(view, "alpha", start, end);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dbigram_dict_content.cpp150 it != terminalIdMap->end(); ++it) {
199 if (it == terminalIdMap->end()) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dlanguage_model_dict_content.h102 EntryIterator end() const { function in class:latinime::LanguageModelDictContent::EntryRange
103 return EntryIterator(mTrieMapRange.end(), mHasHistoricalInfo);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_node_writer.cpp247 if (it != dictPositionRelocationMap->mPtNodePositionRelocationMap.end()) {
264 if (it != dictPositionRelocationMap->mPtNodeArrayPositionRelocationMap.end()) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
H A DUserHistoryDictionaryTests.java179 final long end = System.currentTimeMillis();
181 + (end - start) + " ms");
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java380 * an early end of the URL. Once this function reaches an early terminator byte 0xfe,
396 // Look for optional URI terminator (0xfe), used to indicate the end of a URI prior to
397 // the end of the full NfcBarcode payload. No terminator means that the URI occupies the
400 int end = 2;
401 for (; end < tagId.length - 2; end++) {
402 if (tagId[end] == (byte) 0xfe) {
406 byte[] payload = new byte[end - 1]; // Skip also first byte (manufacturer ID)
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageList.java293 final long end = mChart.getInspectEnd();
300 entry = mChartData.network.getValues(start, end, now, null);
305 SummaryForAllUidLoader.buildArgs(mTemplate, start, end), mSummaryCallbacks);
496 Log.d(TAG, "showing cycle " + cycle + ", start=" + cycle.start + ", end="
497 + cycle.end + "]");
502 mChart.setVisibleRange(cycle.start, cycle.end);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java120 private final int end; field in class:ContactListItemView.HighlightSequence
122 HighlightSequence(int start, int end) { argument
124 this.end = end;
684 // Place the video call button at the end of the list (e.g. take into account RTL mode).
1050 * @param end The end position of the highlight sequence.
1052 public void addNameHighlightSequence(int start, int end) { argument
1053 mNameHighlightSequence.add(new HighlightSequence(start, end));
1059 * @param end Th
1061 addNumberHighlightSequence(int start, int end) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java100 * cursor or selection start may end up after all the keyboard-triggered updates have passed. We
108 * The expected selection end. Only differs from mExpectedSelStart if a non-empty selection is
226 * @param newSelEnd the new position of the selection end, as received from the system.
321 // We have to adjust the end of the span to include an additional character.
493 // delete. Only delete what is there, and update the end with the amount deleted.
562 public void setComposingRegion(final int start, final int end) { argument
566 getTextBeforeCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE + (end - start), 0);
569 // The cursor is not necessarily at the end of the composing text, but we have its
572 // text starts (mExpectedSelStart - start) characters before the end of textBeforeCursor
581 mIC.setComposingRegion(start, end);
611 setSelection(final int start, final int end) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekAdapter.java265 int end = start + v.mNumDays;
266 if (start < 0 || end > mEventDayList.size()) {
274 v.setEvents(mEventDayList.subList(start, end), mEvents);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java291 private void runAnimation(float begin, float end) { argument
295 if (begin == end) {
300 mFilmstripAnimator.setFloatValues(begin, end);
H A DPeekView.java167 * Stops the animation. See {@link android.animation.Animator#end()}.
171 mPeekAnimator.end();
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncMessageBatch.java367 final int end = Math.min(start + MmsUtils.MAX_IDS_PER_QUERY, totalIds); //excluding
368 final int count = end - start;
374 final String[] batchSelectionArgs = Arrays.copyOfRange(ids, start, end);
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramItemView.java351 private static int getProgress(long start, long end) { argument
355 } else if (currentTime >= end) {
358 return (int) (((currentTime - start) * MAX_PROGRESS) / (end - start));
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarAlarmManager.java311 final long end = start + (24 * 60 * 60 * 1000);
330 long nextAlarmTime = end;
342 // Also, ignore events whose end time is already in the past.
402 // expand this range by a day on either end to account for all day
405 start - DateUtils.DAY_IN_MILLIS, end + DateUtils.DAY_IN_MILLIS, false /*
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java185 * start and end time, whether it is an all-day event, and so on) are
304 long end; field in class:CalendarProvider2Test.DumpInstances
311 end = time.toMillis(false /* use isDst */);
315 Cursor cursor = queryInstances(begin, end);
328 long end; field in class:CalendarProvider2Test.QueryNumInstances
335 end = time.toMillis(false /* use isDst */);
340 Cursor cursor = queryInstances(begin, end);
356 long end; field in class:CalendarProvider2Test.VerifyAllInstances
363 end = time.toMillis(false /* use isDst */);
380 Cursor cursor = queryInstances(begin, end);
443 long end; field in class:CalendarProvider2Test.VerifyInstance
2683 queryInstances(ContentResolver cr, String[] projection, long begin, long end, String selection, String[] selectionArgs, String orderBy) argument
2724 queryInstances(ContentResolver cr, String[] projection, long begin, long end, String searchQuery, String selection, String[] selectionArgs, String orderBy) argument
2747 queryInstances(long begin, long end) argument
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java164 int end = policyString.indexOf(POLICY_STRING_DELIMITER, start);
165 if (end > start) {
166 policyList.add(policyString.substring(start, end));
167 start = end + 1;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DSpline.java157 int end = 256;
162 end = (int) (points[points.length - 1].x * 256);
167 for (int i = end; i < 256; i++) {
170 for (int i = start; i < end; i++) {

Completed in 817 milliseconds

1234567891011>>