Searched defs:startTime (Results 51 - 60 of 60) sorted by relevance

123

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1392 * @param startTime the start time of the animation in uptime milliseconds
1395 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java146 long startTime; // last time this activity was started field in class:ActivityRecord
371 if (displayStartTime != 0 || startTime != 0) {
375 pw.print(" startTime=");
376 if (startTime == 0) pw.print("0");
377 else TimeUtils.formatDuration(startTime, now, pw);
1255 startTime = 0;
H A DActivityManagerService.java3545 long startTime = SystemClock.elapsedRealtime();
3549 checkTime(startTime, "startProcess: after getProcessRecord");
3607 checkTime(startTime, "startProcess: done, added package to proc");
3614 checkTime(startTime, "startProcess: bad proc running, killing");
3617 checkTime(startTime, "startProcess: done killing old proc");
3624 checkTime(startTime, "startProcess: creating new process record");
3632 checkTime(startTime, "startProcess: done creating new process record");
3636 checkTime(startTime, "startProcess: added package to existing proc");
3649 checkTime(startTime, "startProcess: returning with proc on hold");
3653 checkTime(startTime, "startProces
5381 logAppTooSlow(ProcessRecord app, long startTime, String msg) argument
10581 checkTime(long startTime, String where) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h246 int64_t startTime; member in struct:android::gl::vertex_cache_t
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java870 long startTime; field in class:AlarmManagerService.FilterStats
886 long startTime; field in class:AlarmManagerService.BroadcastStats
2870 bs.aggregateTime += nowELAPSED - bs.startTime;
2876 fs.aggregateTime += nowELAPSED - fs.startTime;
3067 bs.startTime = nowELAPSED;
3075 fs.startTime = nowELAPSED;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1140 nsecs_t startTime = now(); local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java4276 * @param startTime the start time of the animations in uptime millis
4280 public void setKeyguardFadingAway(long startTime, long delay, long fadeoutDuration) { argument
4286 startTime + fadeoutDuration
4899 public void appTransitionStarting(long startTime, long duration) { argument
4904 mIconController.appTransitionStarting(startTime, duration);
4907 mIconPolicy.appTransitionStarting(startTime, duration);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java6609 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
6612 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 672 milliseconds

123