Searched refs:run (Results 151 - 175 of 1559) sorted by path

1234567891011>>

/frameworks/base/core/java/android/os/
H A DUpdateEngine.java116 public void run() {
130 public void run() {
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java140 public void run() {
H A DPreferenceGroupAdapter.java91 public void run() {
/frameworks/base/core/java/android/provider/
H A DFontsContract.java317 public void run() {
H A DSearchRecentSuggestions.java125 * database. Note, this value should not change from run to run, because when it does change,
171 public void run() {
H A DSettings.java766 * greatly run the risk of showing to the user as high power consumers on their device.</p>
1743 mErrorHandler.run();
1755 mErrorHandler.run();
2996 * starting user code. If 0, it will run normally.
3473 * Whether the setup wizard has been run before (on first boot), or if
3474 * it still needs to be run.
3476 * nonzero = it has been run in the past
3477 * 0 = it has not been run in the past
6871 * Whether or not the automatic storage manager is enabled and should run on the device.
6903 * Last run tim
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java915 * Must run on mHandler.
943 * Must run on mHandler.
1018 public void run() {
1109 public void run() {
1119 public void run() {
1129 public void run() {
/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java416 mUnlockRunnable.run();
/frameworks/base/core/java/android/service/resolver/
H A DResolverRankerService.java152 public void run() {
176 public void run() {
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java417 public void run() {
618 mPendingGrantTrustTask.run();
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java253 public void run() {
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java119 public void run() { method in class:AudioPlaybackHandler.MessageLoop
131 // will be run anyway.
134 item.run();
H A DAudioPlaybackQueueItem.java52 public void run() { method in class:AudioPlaybackQueueItem
H A DPlaybackQueueItem.java26 public abstract void run(); method in class:PlaybackQueueItem
H A DSilencePlaybackQueueItem.java32 public void run() { method in class:SilencePlaybackQueueItem
H A DSynthesisPlaybackQueueItem.java90 public void run() { method in class:SynthesisPlaybackQueueItem
H A DTextToSpeech.java852 public Void run(ITextToSpeechService service) throws RemoteException {
1100 public Integer run(ITextToSpeechService service) throws RemoteException {
1173 public Integer run(ITextToSpeechService service) throws RemoteException {
1237 public Integer run(ITextToSpeechService service) throws RemoteException {
1297 public Set<String> run(ITextToSpeechService service) throws RemoteException {
1329 public Boolean run(ITextToSpeechService service) throws RemoteException {
1344 public Integer run(ITextToSpeechService service) throws RemoteException {
1441 public Locale run(ITextToSpeechService service) throws RemoteException {
1468 public Integer run(ITextToSpeechService service) throws RemoteException {
1576 public Locale run(ITextToSpeechServic
2315 R run(ITextToSpeechService service) throws RemoteException; method in interface:TextToSpeech.Action
[all...]
H A DTextToSpeechService.java426 * Synthesizer thread. This thread is used to run {@link SynthHandler}.
563 public void run() {
624 public void run() {
647 public void run() {
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java269 public void run() { method in class:MultiTapKeyListener.Timeout
H A DPasswordTransformationMethod.java245 public void run() { method in class:PasswordTransformationMethod.Visible
/frameworks/base/core/java/android/transition/
H A DScene.java28 * configured to automatically run a Transition when it is applied, which will
152 mExitAction.run();
163 * combination of the these. No transition will be run when the
183 mEnterAction.run();
224 * @param action The runnable whose {@link Runnable#run() run()} method will
/frameworks/base/core/java/android/view/
H A DBatchedInputEventReceiver.java77 public void run() { method in class:BatchedInputEventReceiver.BatchedInputRunnable
H A DChoreographer.java73 * post callbacks to run on the choreographer but they will run on the {@link Looper}
280 * run off of a single timing loop.
299 * run off of a single timing loop.
325 * we might still wait 6ms before posting an animation callback that we want to run
357 * Posts a callback to run on the next frame.
363 * @param action The callback action to run during the next frame.
374 * Posts a callback to run on the next frame after the specified delay.
380 * @param action The callback action to run during the next frame after the specified delay.
459 * Posts a frame callback to run o
895 public void run() { method in class:Choreographer.FrameDisplayEventReceiver
907 public void run(long frameTimeNanos) { method in class:Choreographer.CallbackRecord
[all...]
H A DRenderNodeAnimator.java98 // If this is true, we will run any start delays on the UI thread. This is
461 public void run() { method in class:RenderNodeAnimator.DelayedAnimationHelper
H A DSurfaceHolder.java145 drawingFinished.run();

Completed in 243 milliseconds

1234567891011>>