Searched defs:run (Results 501 - 511 of 511) sorted by relevance

<<21

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1559 public void run() { method in class:WifiNative.MonitorThread
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java273 * application is run on a new device. This mode allows the runtime to
333 // There is a race condition here. The calling code may be run
1010 // There is a race condition here. The calling code may be run
1129 * rsSendToClient}, the data fields will be filled, and the run
1141 public void run() { method in class:RenderScript.RSMessageHandler
1174 * the fields in this class will be filled, and the run method will be called.
1180 public void run() { method in class:RenderScript.RSErrorHandler
1264 public void run() { method in class:RenderScript.MessageThread
1288 mRS.mMessageCallback.run();
1305 mRS.mErrorCallback.run();
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1671 // rest of this function we will catch it and re-run a full
2382 public void run() {
5383 public void run() {
5920 public void run() {
6300 public void run() { method in class:ViewRootImpl.TraversalRunnable
6335 public void run() { method in class:ViewRootImpl.ConsumeBatchedInputRunnable
6345 public void run() { method in class:ViewRootImpl.ConsumeBatchedInputImmediatelyRunnable
6395 public void run() { method in class:ViewRootImpl.InvalidateOnAnimationRunnable
7435 public void run() { method in class:ViewRootImpl.SendWindowContentChangedAccessibilityEvent
7468 run();
[all...]
H A DView.java2375 * view to force the quickReject test to run again.
4027 // modes, so we always need to run an additional EXACTLY pass.
5371 * @param l The callback that will run.
5454 * @param l The callback that will run
5478 * @param l The callback that will run
5493 * @param l The callback that will run
5507 * @param l The callback that will run
11146 mUnsetPressedState.run();
13447 // Schedule our fader to run, unscheduling any old ones first
13831 * The runnable will be run o
22225 public void run() { method in class:View.CheckForLongPress
22249 public void run() { method in class:View.CheckForTap
22258 public void run() { method in class:View.PerformClick
22547 public void run() { method in class:View.UnsetPressedState
23148 public void run() { method in class:View.ScrollabilityCache
23182 public void run() { method in class:View.SendViewScrolledAccessibilityEvent
23497 public void run() { method in class:View.SendViewStateChangedAccessibilityEvent
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java285 public void run() {
2128 public void run() {
2321 public void run() { method in class:Editor.Blink
2703 public void run() {
4461 // Prepare and schedule the single tap runnable to run exactly after the double tap
4470 public void run() {
4488 public void run() {
4901 // Don't minimize the selection, but keep the handle at the run boundary.
5575 // Update in case text is edited while the animation is run
5801 // the initial input filters run (
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java699 // 2. they run as a system-level uid but do not supply their own backup agent
770 // then release the synchronization lock to actually run
893 (new PerformClearTask(params.transport, params.packageInfo)).run();
915 (new PerformInitializeTask(queue)).run();
1241 // Don't run backups now if we're disabled or not yet
1481 @Override public void run() {
2768 // directly and use a synthetic BackupRequest. We always run this pass
2770 // step even if we're selecting among various transports at run time.
2795 // If we've succeeded so far, invokeAgentForBackup() will have run the PM
2872 // receive broadcasts, we won't run i
3638 public void run() { method in class:BackupManagerService.FullBackupEngine.FullBackupRunner
4128 public void run() { method in class:BackupManagerService.PerformAdbBackupTask
4428 public void run() { method in class:BackupManagerService.PerformFullTransportBackupTask
4821 public void run() { method in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupRunner
5323 public void run() { method in class:BackupManagerService.FullRestoreEngine.RestoreFileRunnable
6517 public void run() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreFinishedRunnable
6579 public void run() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreFileRunnable
6591 public void run() { method in class:BackupManagerService.PerformAdbRestoreTask
8550 public void run() { method in class:BackupManagerService.PerformUnifiedRestoreTask.StreamFeederThread
8730 public void run() { method in class:BackupManagerService.PerformUnifiedRestoreTask.EngineThread
9003 public void run() { method in class:BackupManagerService.PerformClearTask
9038 public void run() { method in class:BackupManagerService.PerformInitializeTask
10364 public void run() { method in class:BackupManagerService.ActiveRestoreSession.EndRestoreRunnable
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java375 public void run() {
868 public void run() {
1336 public void run() {
1353 public void run() { method in class:PhoneWindowManager.ScreenshotRunnable
1489 public void run() {
3724 public void run() {
5162 public void run() {
5186 public void run() {
5346 // This dance forces the code in setHdmiPlugged to run.
5356 @Override public void run() {
6865 public void run() { method in class:PhoneWindowManager.ScreenLockTimeout
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java291 public void run() {
339 * In that case, we cannot run any animations since we don't know what happened.
421 public void run() {
1254 * be run/queried/drawn first for their effects on item views. Padding added to views
1285 * be run/queried/drawn first for their effects on item views. Padding added to views
2983 * Post a runnable to the next frame to run pending item animations. Only the first such
2998 * Consumes adapter updates and calculates which type of animations we want to run.
3013 // If layout supports predictive animations, pre-process to decide if we want to run them
3072 // First 2 steps are done in onMeasure but looks like we have to run again due to
3155 * - decide which animation should run
4327 public void run() { method in class:RecyclerView.ViewFlinger
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java469 // How long we allow a receiver to run before giving up on it.
691 public void run() { method in class:ActivityManagerService.PendingAssistExtras
846 * Packages that the user has asked to have run in screen size
1402 * perform synchronization with the thread (notifying it to run).
1936 @Override public void run() {
2661 public void run() {
3399 // The system gets to run in any process. If there are multiple
5391 public void run() {
5397 public void run() {
6537 // See if the top visible activity is waiting to run i
[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/opt/setupwizard/tools/docs/
H A Djsilver.jar ... 7.0.0_r1/s?defs= " () public void run () } org/clearsilver/jni/JNI.class JNI.java package ...

Completed in 1265 milliseconds

<<21