Searched refs:when (Results 26 - 50 of 68) sorted by relevance

123

/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java136 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
138 getCallback().scheduleDrawable(this, what, when);
H A DDrawable.java136 * will draw when its draw() method is called.
154 * will draw when its draw() method is called.
162 * by the caller). The bounds specify where this will draw when its draw()
238 * Set to true to have the drawable dither its colors when drawn to a device
245 * Set to true to have the drawable filter its bitmap when scaled or rotated
247 * this call is ignored. This can improve the look when scaled or rotated,
262 * Called when the drawable needs to be redrawn. A view at this point
274 * the parameters <var>(what, who, when)</var> to perform the
279 * @param when The time (in milliseconds) to run. The timebase is
282 public void scheduleDrawable(Drawable who, Runnable what, long when); argument
364 scheduleSelf(Runnable what, long when) argument
[all...]
H A DAnimatedRotateDrawable.java172 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
175 callback.scheduleDrawable(this, what, when);
H A DRotateDrawable.java126 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
129 callback.scheduleDrawable(this, what, when);
H A DDrawableContainer.java128 * Change the global fade duration when a new drawable is entering
137 * Change the global fade duration when a new drawable is leaving
245 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
247 getCallback().scheduleDrawable(this, what, when);
H A DLayerDrawable.java324 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
327 callback.scheduleDrawable(this, what, when);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java270 void sendEvent(int action, int flags, long when) { argument
272 final KeyEvent ev = new KeyEvent(mDownTime, when, action, mCode, repeatCount,
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk1 # These are the functions which clang needs when it is targetting a previous
H A Ddarwin_fat.mk11 # UniveralArchs - A list of architectures to build for, when using universal build
/frameworks/base/tools/aapt/
H A DZipEntry.h106 * Application-defined "mark". Can be useful when synchronizing the
191 void setModWhen(time_t when);
H A DZipEntry.cpp101 * can defer worrying about that to when we're extracting data.
357 void ZipEntry::setModWhen(time_t when) argument
368 even = (time_t)(((unsigned long)(when) + 1) & (~1));
H A DCommand.cpp157 time_t when; local
159 when = entry->getModWhen();
161 localtime(&when));
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java99 * Mark when service state is in emergency call only mode
293 // Signal strength polling stops when radio is off
309 // This callback is called when signal strength is polled
313 // Polling will continue when radio turns back on and not CDMA
787 // Add an event log when connection state changes
804 // Add an event log when network type switched
968 private TimeZone getNitzTimeZone(int offset, boolean dst, long when) { argument
969 TimeZone guess = findTimeZone(offset, dst, when);
972 guess = findTimeZone(offset, !dst, when);
978 private TimeZone findTimeZone(int offset, boolean dst, long when) { argument
[all...]
/frameworks/base/services/input/
H A DEventHub.cpp567 event->when = now;
589 event->when = now;
601 event->when = now;
684 event->when = nsecs_t(iev.time.tv_sec) * 1000000000LL
686 LOGV("event time %lld, now %lld", event->when, now);
688 event->when = now;
742 // when this happens, the EventHub holds onto its own user wake lock while the client
H A DEventHub.h50 nsecs_t when; member in struct:android::RawEvent
126 * when devices are added or removed.
139 // Synthetic raw event type codes produced when devices are added or removed.
141 // Sent when a device is added.
143 // Sent when a device is removed.
145 // Sent when all added/removed devices from the most recent scan have been reported.
H A DInputDispatcher.h125 * It is used to transmute ACTION_MOVE into ACTION_CANCEL when a touch slips
130 * It is used to transmute ACTION_MOVE into ACTION_DOWN when a touch slips
203 virtual void notifyConfigurationChanged(nsecs_t when) = 0;
242 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) = 0;
255 virtual void notifySwitch(nsecs_t when,
558 // Set to the resolved action and flags when the event is enqueued.
595 // the dispatcher lock at will. Initially when the command starts running, the
712 * synthesized when events are dropped. */
824 nsecs_t lastEventTime; // the time when the event was originally captured
825 nsecs_t lastDispatchTime; // the time when th
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java232 * @param what what code of message when delivered
278 // Signal strength polling stops when radio is off.
288 // Non Volatile. Here when Non-Volatile is ready, we can poll the CDMA
293 // Signal strength polling stops when radio is off.
308 // This callback is called when signal strength is polled
312 // Polling will continue when radio turns back on.
913 // Add an event log when connection state changes
1028 private TimeZone getNitzTimeZone(int offset, boolean dst, long when) { argument
1029 TimeZone guess = findTimeZone(offset, dst, when);
1032 guess = findTimeZone(offset, !dst, when);
1038 findTimeZone(int offset, boolean dst, long when) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java44 * The notification that is shown when a USB mass storage host
52 * The notification that is shown when the following media events occur:
300 mUsbStorageNotification.when = 0;
387 mMediaStorageNotification.when = 0;
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java262 // Used when logging number and duration of touch-down cycles
375 // users find it disconcerting when they unplug the device
377 // to avoid turning on the screen when unplugging, we only trigger
378 // user activity when screen was already on.
380 // even when the keyguard is on.
412 * Set the setting that determines whether the device stays on when plugged in.
414 * when the device is connected to that source, causes the device to stay on.
452 // STAY_ON_WHILE_PLUGGED_IN, default to when plugged into AC
491 // XXX remove this when the kernel doesn't timeout wake locks
1224 long when
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java172 not.when = System.currentTimeMillis()-(1000*60*60*24);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java87 // We often get rapid connect/disconnect events when enabling USB functions,
353 // State transition is done when sys.usb.state is set to the new configuration
497 // restore defaults when USB is disconnected
564 notification.when = 0;
597 notification.when = 0;
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java122 * The notification that is shown when a network-initiated notification
154 // when the user opens the notification message
170 // a default response should be sent when time out.
175 // However, the UI should at least close the dialog when timeout. Further,
199 mNiNotification.when = 0;
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s36 ; * equal to predQP especially when the current block and
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s36 ; * equal to predQP especially when the current block and
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp817 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec; local
818 return (jlong) nanoseconds_to_milliseconds(when);

Completed in 791 milliseconds

123