Searched refs:start (Results 651 - 675 of 1131) sorted by relevance

<<21222324252627282930>>

/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java232 public void onTextChanged(CharSequence s, int start, int before, int count) { }
235 public void beforeTextChanged(CharSequence s, int start, int count, int after) { }
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java264 }.start();
406 animator.start();
H A DKeyguardWidgetCarousel.java189 mChildrenTransformsAnimator.start();
270 mChildrenTransformsAnimator.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DScreenPinningRequest.java163 .start();
174 mColorAnim.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java260 anim.start();
287 anim.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java104 animationDrawable.start();
111 animationDrawable.start();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DLockSettingsStorageTests.java144 threads.get(i).start();
181 threads.get(i).start();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java263 long start = System.currentTimeMillis();
266 Log.v("TIMER", "Scene init time: " + (end - start));
/frameworks/base/tools/aidl/
H A DType.cpp1380 size_t start = baseIndex + 1; local
1381 size_t end = start;
1382 while (normalized[start] != '\0') {
1383 end = normalized.find(',', start);
1385 end = normalized.find('>', start);
1387 string s(normalized.c_str()+start, end-start);
1394 start = end+1;
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRRuleTest.java149 long start = System.currentTimeMillis();
155 if (System.currentTimeMillis() - start > tenSeconds) {
254 // if UNTIL date does not match start date, then until date treated as
268 // if the UNTIL date is timed, when the start is not, the time should be
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java188 new Thread(this, "ModelInterpreter").start();
190 mHandlerThread.start();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java164 // Clear the current string, and start formatting again.
191 public void beforeTextChanged(CharSequence s, int start, int count,
196 public void onTextChanged(CharSequence s, int start, int before,
/frameworks/rs/
H A DrsScriptC_LibGL.cpp176 uint32_t start, uint32_t len) {
181 sm->renderPrimitiveRange(rsc, primIndex, start, len);
175 rsrDrawMeshPrimitiveRange(Context *rsc, Mesh *sm, uint32_t primIndex, uint32_t start, uint32_t len) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java169 /** Whether to start activation immediately. */
172 /** Whether to reset the scroller start time on the next animation. */
405 * Specifying a delay of zero will start auto-scrolling immediately after
474 // be, then update the state and start animations.
517 // If we start animating again before the user lifts their finger, we
693 mScroller.start();
762 public void start() { method in class:AutoScrollHelper.ClampedScroller
812 * starting the scroller with {@link #start()}.
819 throw new RuntimeException("Cannot compute scroll delta before calling start()");
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java87 * Defines if layout should be calculated from end to start.
94 * This keeps the final value for how LayoutManager should start laying out views.
148 * @param reverseLayout When set to true, layouts from end to start.
316 * Calculates the view layout order. (e.g. from end to start or start to end)
435 // 2) fill towards start, stacking from bottom
507 // fill towards start
530 // fill towards start
617 + " towards start and " + scrapExtraEnd + " towards end");
663 * start o
1516 findReferenceChild(int start, int end, int itemCount) argument
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java138 mediaPlayer.start();
218 // Java MediaPlayer start/pause
242 mMediaPlayer.start();
248 // native MediaPlayer start/pause
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp76 status_t start();
192 status_t WifiDisplaySource::PlaybackSession::Track::start() { function in class:android::WifiDisplaySource::PlaybackSession::Track
193 ALOGV("Track::start isAudio=%d", mIsAudio);
200 err = mMediaPuller->start();
334 // We've never seen an output buffer queued, but tracks start
450 CHECK_EQ((status_t)OK, mTracks.editValueAt(i)->start());
918 pullLooper->start(
926 codecLooper->start(
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java250 * The start date of the range supported by this picker.
770 * range start of after the range end.
987 * selectable days. It can be configured to display the week number, start
1140 * display the week number, start the week on a given day, or show a reduced
1239 // Now adjust our starting day based on the start day of the week
1323 int start;
1327 start = 0;
1330 start = mShowWeekNumber ? mWidth / mNumCells : 0;
1334 if (x < start || x > end) {
1339 // Selection is (x - start) / (pixel
[all...]
H A DGallery.java70 * Duration in milliseconds from the start of a scroll during which we're
488 int start = 0;
499 start = n;
505 start = 0;
515 start = n;
521 start = 0;
525 detachViewsFromParent(start, count);
H A DSpinner.java749 int start = Math.max(0, getSelectedItemPosition());
750 final int end = Math.min(adapter.getCount(), start + MAX_ITEMS_MEASURED);
751 final int count = end - start;
752 start = Math.max(0, start - (MAX_ITEMS_MEASURED - count));
753 for (int i = start; i < end; i++) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java173 mPeekAnimator.start();
596 animator.start();
725 // better start it now.
870 animator.start();
883 .start();
886 .start();
903 animator.start();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java98 public static void start(Context context) { method in class:SipService
102 if (DBG) slog("start:");
375 mSipKeepAliveProcessCallback.start();
511 mAutoRegistration.start(mSipGroup);
625 public void start() { method in class:SipService.SipKeepAliveProcessCallback
634 // Don't start measurement if the interval is too small
636 if (SKAI_DBG) log("start: measurement aborted; interval=[" +
642 if (SKAI_DBG) log("start: interval=" + mInterval);
791 public void start(SipSessionGroup group) { method in class:SipService.SipAutoReg
800 // start unregistratio
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java543 // Rewind data cursor to the start if it has already advanced.
935 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
956 animator.start();
1015 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
1047 animator.start();
1082 private int calculateTranslate(int start, int startSize, int totalSize, float scale) { argument
1104 return start - scaleFromEdge - blankSize;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java70 final long start = System.currentTimeMillis();
73 mTime += end - start;
82 final long start = System.currentTimeMillis();
85 mTime += end - start;
1008 final long start = System.currentTimeMillis();
1039 final long start = System.currentTimeMillis();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java67 public void start(ViewPropertyAnimatorCompat vpa, View view); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
243 public void start(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
472 public void start(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
473 ViewPropertyAnimatorCompatICS.start(view);
1108 * Starts the currently pending property animations immediately. Calling <code>start()</code>
1109 * is optional because all animations start automatically at the next opportunity. However,
1110 * if the animations are needed to start immediately and synchronously (not at the time when
1116 public void start() { method in class:ViewPropertyAnimatorCompat
1119 IMPL.start(this, view);

Completed in 1718 milliseconds

<<21222324252627282930>>