Searched defs:run (Results 251 - 259 of 259) sorted by relevance

<<11

/frameworks/base/core/java/android/app/
H A DActivityThread.java1766 + " to be run in process "
1803 msg = msg + " to be run in process "
2243 // onResume() the first time they run, before their window
3048 @Override public void run() { method in class:ActivityThread.StopInfo
4456 // provider since it might take a long time to run and it could also potentially
4899 public void run() {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1325 // rest of this function we will catch it and re-run a full
1981 public void run() {
1986 public void run() {
4350 public void run() { method in class:ViewRootImpl.TraversalRunnable
4381 public void run() { method in class:ViewRootImpl.ConsumeBatchedInputRunnable
4431 public void run() { method in class:ViewRootImpl.InvalidateOnAnimationRunnable
5212 * The run queue is used to enqueue pending work from Views when no Handler is
5460 public void run() { method in class:ViewRootImpl.SendWindowContentChangedAccessibilityEvent
H A DView.java2130 * view to force the quickReject test to run again.
4056 * @param l The callback that will run.
4139 * @param l The callback that will run
4163 * @param l The callback that will run
4178 * @param l The callback that will run
8222 mUnsetPressedState.run();
10223 // Schedule our fader to run, unscheduling any old ones first
10542 * The runnable will be run on the user interface thread.</p>
10564 * <p>Causes the Runnable to be added to the message queue, to be run
10566 * The runnable will be run o
17316 public void run() { method in class:View.CheckForLongPress
17331 public void run() { method in class:View.CheckForTap
17339 public void run() { method in class:View.PerformClick
17563 public void run() { method in class:View.UnsetPressedState
18044 public void run() { method in class:View.ScrollabilityCache
18078 public void run() { method in class:View.SendViewScrolledAccessibilityEvent
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java747 public void run() { method in class:WebViewCore.WebCoreThread
H A DWebViewClassic.java2172 public void run() { method in class:WebViewClassic.DestroyNativeRunnable
2300 public void run() {
2363 public void run() {
2371 public void run() {
4846 public void run() { method in class:WebViewClassic.RequestFormData
8295 public void run() { method in class:WebViewClassic.InvokeListBox
/frameworks/base/core/java/android/widget/
H A DAbsListView.java2735 public void run() { method in class:AbsListView.PerformClick
2756 public void run() { method in class:AbsListView.CheckForLongPress
2779 public void run() { method in class:AbsListView.CheckForKeyLongPress
2953 public void run() { method in class:AbsListView.CheckForTap
3418 public void run() {
3423 performClick.run();
3435 performClick.run();
3892 * initiate a fling. Each frame of the fling is handled in {@link #run()}.
3908 public void run() {
4029 public void run() { method in class:AbsListView.FlingRunnable
4418 public void run() { method in class:AbsListView.PositionScroller
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java489 // then release the synchronization lock to actually run
588 (new PerformClearTask(params.transport, params.packageInfo)).run();
602 (new PerformInitializeTask(queue)).run();
876 // Don't run backups now if we're disabled or not yet
1916 // directly and use a synthetic BackupRequest. We always run this pass
1918 // step even if we're selecting among various transports at run time.
1938 // If we've succeeded so far, invokeAgentForBackup() will have run the PM
2240 // it for the next time we run a backup pass.
2345 public void run() { method in class:BackupManagerService.PerformFullBackupTask.FullBackupRunner
2407 public void run() { method in class:BackupManagerService.PerformFullBackupTask
2969 public void run() { method in class:BackupManagerService.PerformFullRestoreTask.RestoreFileRunnable
2981 public void run() { method in class:BackupManagerService.PerformFullRestoreTask
4714 public void run() { method in class:BackupManagerService.PerformClearTask
4749 public void run() { method in class:BackupManagerService.PerformInitializeTask
5770 public void run() { method in class:BackupManagerService.ActiveRestoreSession.EndRestoreRunnable
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java1735 public void run() { method in class:AudioService.SoundPoolListenerThread
3077 public void run() { method in class:AudioService.AudioSystemThread
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java246 // How long we allow a receiver to run before giving up on it.
444 * Which uses have been started, so are allowed to run code.
470 * Packages that the user has asked to have run in screen size
1282 @Override public void run() {
1453 public void run() { method in class:ActivityManagerService.AThread
1616 public void run() {
1910 // The system gets to run in any process. If there are multiple
3408 public void run() {
3414 public void run() {
4245 // See if the top visible activity is waiting to run i
[all...]

Completed in 350 milliseconds

<<11