Searched refs:now (Results 201 - 210 of 210) sorted by relevance

123456789

/frameworks/base/core/java/android/widget/
H A DEditor.java4146 final long now = SystemClock.uptimeMillis();
4150 while (i < iMax && (now - mPreviousOffsetsTimes[index]) < TOUCH_UP_FILTER_DELAY_AFTER) {
4156 (now - mPreviousOffsetsTimes[index]) > TOUCH_UP_FILTER_DELAY_BEFORE) {
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java416 Slog.v(TAG, " => now " + this);
708 static long maxTriggerTime(long now, long triggerAtTime, long interval) { argument
710 // [for a periodic alarm] or of the time from now to the desired delivery time,
714 ? (triggerAtTime - now)
823 // And send a TIME_TICK right now, since it is important to get the UI updated.
925 // now that we have initied the driver schedule the alarm
1167 // have just been broken. Move it to where it now belongs.
2108 // We will (re)schedule some alarms now; don't let that interfere
2502 n++; // number of now-stale entries at the list head
2526 // now delive
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp686 // // now thread is hung
1283 // Reject any effect on Direct output threads for now, since the format of
3230 // is now local to this block, but will keep it for now (at least until merge done).
3713 // BLOCK_UNTIL_PUSHED would be insufficient, as we need it to stop doing I/O now
4144 // now apply the master volume and stream type volume
4152 // vl and vr are now in U8.24 format
4329 // if the fast mixer was active, but now there are no fast tracks, then put it in cold idle
5970 // thread mutex is now unlocked, mActiveTracks unknown, activeTracks.size() > 0
6021 // now ru
6191 nsecs_t now = systemTime(); local
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1806 final long now = SystemClock.uptimeMillis();
1807 MotionEvent cancelEvent = MotionEvent.obtain(now, now,
2790 // now we can get the width and height from the children.
2801 // now we can get the width and height from the children.
2939 * Returns true if an accessibility event should not be dispatched now. This happens when an
3282 // Step 3: Find out where things are now, and process change animations.
3719 holder + " now at position " + (holder.mPosition + itemCount));
3739 " holder " + holder + " now at position " +
3747 " holder " + holder + " now REMOVE
[all...]
/frameworks/base/core/java/android/view/
H A DView.java1841 * PLEASE NOTE: This flag is now unused as we now send onVisibilityChanged
3165 * Indicates that the screen has changed state and is now off.
3172 * Indicates that the screen has changed state and is now on.
5035 // framework usage now uses initializeScrollbarsInternal and we grab a default
10169 * @param hasFocus True if the window containing this view now has focus,
10183 * @param hasWindowFocus True if the window containing this view now has
11114 // state now (before scheduling the click) to ensure
11145 // If the post failed, unpress right now
11361 * Tell the view system that we are now availabl
[all...]
H A DViewRootImpl.java1505 // However, windows are now always 32 bits by default, so choose 32 bits
1624 // what mode to use now.
1670 // Clear this now, so that if anything requests a layout in the
2232 // was (1, 1 - 1, 1) and was translated to say (2, 2 - 2, 2), now the new
2611 // hardware animations that are now dangling
2781 // Stage the content drawn size now. It will be transferred to the renderer
3199 Log.v(mTag, "Request child focus: focus now " + focused);
5514 // for now.
5851 * @param immediate True, do now if not in traversal. False, put on queue and do later.
6187 // We are done processing all input events that we can process right now
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java241 // XXX For now we keep around information about all packages we have
2076 final long now = SystemClock.uptimeMillis();
2078 // + "m now=" + now);
2079 if ((BinderInternal.getLastGcTime()+MIN_TIME_BETWEEN_GCS) < now) {
3102 // tell the OS that we're live now
3503 // The window is now visible if it has been added, we are not
3638 // Make sure any pending writes are now committed.
3811 // For now, don't create the thumbnail here; we are
3894 // Make sure any pending writes are now committe
[all...]
/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. ...
/frameworks/base/core/java/android/os/
H A DBatteryStats.java856 // For now we'll do a simple average across all steps.
5418 long now = getHistoryBaseTime() + SystemClock.elapsedRealtime();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1954 // Remove the replaced package's older resources safely now
2361 // NOTE: For now, we're compiling these system "shared libraries"
4159 // normal runtime permissions. For now they apply to all users.
4269 // normal runtime permissions. For now they apply to all users.
6032 // If the caller didn't request filter information, drop it now
6053 // drop them now so we don't have to
7124 * data, hide the system app now and let the /data/app scan pick it up
7254 // Note: we also handle devices that are upgrading to N right now as if it is their
7400 // if the package can now be considered up to date for the given filter.
8258 // fix up the new package's name now
[all...]

Completed in 843 milliseconds

123456789