Searched refs:time (Results 201 - 225 of 253) sorted by relevance

1234567891011

/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java288 out.startTag(null, "max-time-to-unlock");
290 out.endTag(null, "max-time-to-unlock");
378 } else if ("max-time-to-unlock".equals(tag)) {
564 // Selecting the next alarm time: Roll forward to the next 24 hour multiple before
565 // the expiration time.
1274 * Return a single admin's expiration cycle time, or the min of all cycle times.
1300 * Return a single admin's expiration date/time, or the min (soonest) for all admins.
1777 // would allow bypassing of the maximum time to lock.
1797 long time = 0;
1801 return admin != null ? admin.maximumTimeToUnlock : time;
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java663 // the screen all-the-time. Good for profiling our drawing code
678 // true means redraw the screen all-the-time. Only with AUTO_REDRAW_HACK
795 * Time of the last time sending touch event to WebViewCore
800 * The minimum elapsed time before sending another ACTION_MOVE event to
874 // But system time out is 100ms, which is too short for the browser.
881 // But system time out is 500ms, which is too short for the browser.
916 // time than large distances, but we cap the duration, so that very large
919 // time for the longest scroll animation
978 // SetBaseLayer time and to pause when WebView paused.
1682 // down two keys at a time (shif
6668 doTrackball(long time, int metaState) argument
8447 letPageHandleNavKey(int keyCode, long time, boolean down, int metaState) argument
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java300 INetworkManagementService networkManagement, TrustedTime time, File systemDir,
307 mTime = checkNotNull(time, "missing TrustedTime");
1130 final Time time = new Time();
1131 time.setToNow();
1133 final int cycleDay = time.monthDay;
1134 final String cycleTimezone = time.timezone;
298 NetworkPolicyManagerService(Context context, IActivityManager activityManager, IPowerManager powerManager, INetworkStatsService networkStats, INetworkManagementService networkManagement, TrustedTime time, File systemDir, boolean suppressDefaultPolicy) argument
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java648 * that you can keep active all at once, less time will be spent in layout for
896 // on creating views from the time the user releases their finger to
1850 * The only time we want to intercept motion events is if we are in the
2207 final long time = SystemClock.uptimeMillis();
2208 final MotionEvent ev = MotionEvent.obtain(time, time, MotionEvent.ACTION_DOWN, 0, 0, 0);
2211 mFakeDragBeginTime = time;
2286 final long time = SystemClock.uptimeMillis();
2287 final MotionEvent ev = MotionEvent.obtain(mFakeDragBeginTime, time, MotionEvent.ACTION_MOVE,
/frameworks/base/core/java/android/view/
H A DKeyEvent.java53 * at the same time and each will have its own key character map.
1363 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1365 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1386 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1388 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1411 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1413 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1440 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1442 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1471 * @param downTime The time (i
1513 KeyEvent(long time, String characters, int deviceId, int flags) argument
[all...]
H A DViewRootImpl.java123 * Maximum time we allow the user to roll the trackball enough to generate
367 mFirst = true; // true for the first time the view is added
1173 // For the very first time, tell the view hierarchy that it
1217 // shown for the first time the next time it gets focus.
1514 mLayoutRequested = true; // ask wm for a new surface next time.
1547 mLayoutRequested = true; // ask wm for a new surface next time.
1808 // The first time we relayout the window, if the system is
1904 // time around, to ensure the window has the correct format.
2013 // because it down not account for the intervening idle time
5027 collect(float off, long time, String axis) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.h144 // Gets the amount of time to disable virtual keys after the screen is touched
162 // Quiet time between certain pointer gesture transitions.
172 // Tap gesture delay time.
173 // The time between down and up must be less than this to be considered a tap.
176 // Tap drag gesture delay time.
177 // The time between the previous tap's up and the next down must be less than
190 // This is intended to be enough time to handle cases where the user puts down two
191 // fingers at almost but not quite exactly the same time.
354 virtual void disableVirtualKeysUntil(nsecs_t time) = 0;
423 virtual void disableVirtualKeysUntil(nsecs_t time);
[all...]
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp24 #include <time.h>
51 // maximum time since last capture buffer update before resetting capture buffer. This means
336 // update last buffer update time stamp
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java35 Utility class for producing strings with formatted date/time.
46 The format methods in this class takes as inputs a format string and a representation of a date/time.
218 * @return true if 24 hour time format is selected, false otherwise.
262 * Returns a {@link java.text.DateFormat} object that can format the time according
265 * @return the {@link java.text.DateFormat} object that properly formats the time.
418 * Given a format string and a time in milliseconds since Jan 1, 1970 GMT, returns a
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp19 #include <time.h>
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp19 #include <time.h>
/frameworks/rs/
H A DrsScriptGroup.cpp18 #include <time.h>
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.cpp18 #include <time.h>
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp42 #include <sys/time.h>
435 SLuint32 timeOutIndex = 50; // time out prefetching after 5s
443 fprintf(stderr, "Failure to prefetch data in time, exiting\n");
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp23 #include <sys/time.h>
403 fprintf(stdout, "playback rate each time.\n\n");
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c24 #include <time.h>
74 // This callback is called each time a buffer finishes playing
410 // get the initial time
/frameworks/base/core/java/android/widget/
H A DProgressBar.java1071 long time = getDrawingTime();
1073 mAnimation.getTransformation(time, mTransformation);
1246 * are sent at most one in a given time frame to save
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java63 /** Stores user time and system time in 100ths of a second. */
65 /** Stores user time and system time in 100ths of a second. */
104 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user time
105 PROC_SPACE_TERM|PROC_OUT_LONG, // 2: nice time
106 PROC_SPACE_TERM|PROC_OUT_LONG, // 3: sys time
107 PROC_SPACE_TERM|PROC_OUT_LONG, // 4: idle time
108 PROC_SPACE_TERM|PROC_OUT_LONG, // 5: iowait time
109 PROC_SPACE_TERM|PROC_OUT_LONG, // 6: irq time
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp61 ALOGD("Initialization is done - Start time = %lld", mCacheStartTime);
154 " - Compute time %0.6f ms - Put time %0.6f ms - Text = '%s'",
165 " - Compute time %0.6f ms - Text = '%s'",
182 "- Compute time %0.6f ms - "
183 "Cache get time %0.6f ms - Gain in percent: %2.2f - Text = '%s'",
321 void TextLayoutValue::setElapsedTime(uint32_t time) { argument
322 mElapsedTime = time;
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp49 // Minimum time difference between consecutive samples before attempting to resample.
52 // Maximum time to predict forward from the last known state, to avoid predicting too
53 // far into the future. This time is further bounded by 50% of the last time delta.
577 // touch, then use the resampled time and coordinates instead.
715 ALOGD("Not resampled, delta time is %lld ns.", delta);
727 ALOGD("Not resampled, delta time is %lld ns.", delta);
734 ALOGD("Sample time is too far in the future, adjusting prediction "
942 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { argument
946 && batch.samples.itemAt(index).body.motion.eventTime <= time) {
[all...]
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp26 #include <sys/time.h>
27 #include <time.h>
74 // packet for a preiod of time, and a proxy might wait for incoming packets from
80 // + We use elapsedRealtime() to get the time. Since we use 32bit variables
208 // the first time we successfully decode an incoming packet.
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py33 import time namespace
392 time.sleep(retry_delay)
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java150 // The maximum screen dim time expressed as a ratio relative to the screen
152 // dim timeout to also be quite short so that most of the time is spent on.
153 // Otherwise the user won't get much screen on time before dimming occurs.
213 // Timestamp of the last time the device was awoken or put to sleep.
234 // The time the screen was last turned off, in elapsedRealtime() timebase.
269 // The battery level percentage at the time the dream started.
794 // Once upon a time applications could call userActivity().
811 throw new IllegalArgumentException("event time must not be in the future");
870 throw new IllegalArgumentException("event time must not be in the future");
933 throw new IllegalArgumentException("event time mus
[all...]
/frameworks/native/opengl/libagl/
H A Darray.cpp403 nsecs_t time = systemTime(SYSTEM_TIME_THREAD) - startTime; local
417 " prims=%5u, time=%6u us, prims/s=%d, v/t=%f\n",
419 prim_count, int(ns2us(time)), int(prim_count*float(seconds(1))/time),
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp628 time_t now = time(NULL);

Completed in 883 milliseconds

1234567891011