Searched refs:now (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java412 // exclude it for now.
836 * TODO: Some of this is now unnecessary as it is handled by
2359 // now update the bundle
2417 // Nothing we can do now.
7895 long now = System.currentTimeMillis();
7896 long diff = now - mLastSwapTime;
7899 mLastSwapTime = now;
/frameworks/base/core/java/android/app/
H A DActivityThread.java202 // XXX For now we keep around information about all packages we have
1988 final long now = SystemClock.uptimeMillis();
1990 // + "m now=" + now);
1991 if ((BinderInternal.getLastGcTime()+MIN_TIME_BETWEEN_GCS) < now) {
2516 // tell the OS that we're live now
2869 // The window is now visible if it has been added, we are not
2999 // Make sure any pending writes are now committed.
3158 // For now, don't create the thumbnail here; we are
3244 // Make sure any pending writes are now committe
[all...]
/frameworks/base/core/java/android/view/
H A DView.java2539 * Indicates that the screen has changed state and is now off.
2546 * Indicates that the screen has changed state and is now on.
7574 * @param hasFocus True if the window containing this view now has focus,
7588 * @param hasWindowFocus True if the window containing this view now has
8337 // state now (before scheduling the click) to ensure
8368 // If the post failed, unpress right now
8549 * Tell the view system that we are now available to take focus
12145 // If nobody has evaluated the drawable state yet, then do it now.
14854 * the background, so now it won't draw anything
16126 * Start the specified animation now
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java847 // Remove the replaced package's older resources safely now
1182 // Gross hack for now: we know this file doesn't contain any
2422 // but for now we impact all users.
2897 // If the caller didn't request filter information, drop it now
2918 // drop them now so we don't have to
3562 * data, hide the system app now and let the /data/app scan pick it up
4125 // fix up the new package's name now. We need to do this after
4292 // And now re-install the app.
4477 // we made such as through app install filtering would now
5306 // permissions we have now selecte
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp755 virtual bool shouldDropVirtualKey(nsecs_t now, argument

Completed in 353 milliseconds

123456