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

<<11121314151617181920>>

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java635 public void run() { method in class:SelectPrinterActivity.AnnounceFilterResult
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java147 public void run() { method in class:RecentsActivity.LaunchHomeRunnable
308 public void run() {
435 mSendEnterWindowAnimationCompleteRunnable.run();
790 public void run() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java146 public void run() { method in class:BackgroundTaskLoader
218 public void run() {
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java419 public void run() { method in class:BlockingGLTextureView.RenderThread
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java189 * Callback invoked by the server thread to indicate we can now run
219 public void run() { method in class:AssetAtlasService.Renderer
365 new ComputeWorker(MIN_SIZE, MAX_SIZE, STEP, bitmaps, pixelCount, results, null).run();
664 public void run() { method in class:AssetAtlasService.ComputeWorker
H A DNativeDaemonConnector.java131 public void run() { method in class:NativeDaemonConnector
360 public void run() {
H A DWatchdog.java173 public void run() { method in class:Watchdog.HandlerChecker
349 public void run() { method in class:Watchdog
371 // to timeout on is asleep as well and won't have a chance to run, causing a false
446 public void run() {
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java613 public void run() { method in class:TaskPersister.LazyTaskWriterThread
/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java248 new ReadJobMapFromDiskRunnable(jobSet).run();
257 public void run() { method in class:JobStore.WriteJobsMapToDiskRunnable
427 * Runnable that reads list of persisted job from xml. This is run once at start up, so doesn't
442 public void run() { method in class:JobStore.ReadJobMapFromDiskRunnable
608 // As a sanity check, cap the recreated run time to be no later than flex+period
618 String.format("Periodic job for uid='%d' persisted run-time is" +
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java211 public void run() { method in class:TwilightService.TwilightListenerRecord
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java89 public void run(TestResult result) { method in class:TestRunner.JunitTestSuite
91 super.run(result);
233 public void run(String[] classes) { method in class:TestRunner
235 run(cl);
279 test classes to a test suite for run
281 public void run(String className) { method in class:TestRunner
288 run(children);
306 //Need a way to mark a test to be run in profiling mode or not.
308 test.run();
311 test.run();
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java188 public void run() { method in class:MediaDecoder
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java252 public synchronized void run() { method in class:TestWebServer.AcceptThread
256 // Log.d(LOGTAG, "TestWebServer run() calling accept()");
384 public synchronized void run() { method in class:TestWebServer.Worker
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java201 public void run() {
220 public void run() {
445 public void run() {
474 public void run() {
601 public void run() { method in class:SurfaceCompositionMeasuringActivity.UIExecutor
602 mTask.run();
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java163 public void run() {
208 public void run() {
388 public void run() { method in class:FrameSequenceDrawable
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java242 public void run() {
302 public void run() { method in class:DayPickerView.ScrollStateRunnable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java198 public void run() method in class:ModelInterpreter
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java30 * To run the test, please use command
69 public void run() { method in class:ImageProcessingTest.TestAction
82 // Set the benchmark thread to run on ui thread
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java304 startAction.run();
311 endAction.run();
328 public void run() { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl.Starter
545 startAction.run();
569 endAction.run();
764 * run if the animation ends normally; if the ViewPropertyAnimator is canceled during
765 * that animation, the runnable will not run.
773 * public void run() {
780 * <p>Prior to API 14, this method will run the action immediately.</p>
782 * <p>For API 14 and 15, this method will run b
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java140 public void run() {
144 postRun.run();
218 public void run() throws Throwable {
322 public void run() {
334 public void run() {
345 public void run() {
357 public void run() {
370 public void run() {
381 public void run() {
441 void run() throw method in interface:DefaultItemAnimatorTest.ThrowingRunnable
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java95 exitCode = new Pm().run(args);
106 public int run(String[] args) throws RemoteException { method in class:Pm
/frameworks/base/core/java/android/app/
H A DAlarmManager.java40 * to schedule your application to be run at some point in the future. When
59 * your application code run at a specific time, even if your application is
142 * run. Note that this means the actual time this alarm goes off can be inconsistent
220 public void run() { method in class:AlarmManager.ListenerWrapper
361 * callback, or {@code null} to run that callback on the main looper.
H A DPendingIntent.java233 run();
238 public void run() { method in class:PendingIntent.FinishedDispatcher
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java103 * Create a separate looper/thread for the camera to run on; open the camera.
138 public void run() { method in class:CameraDeviceUserShim.CameraLooper
351 * (e.g. in CTS which run its own default looper only after tests)
/frameworks/base/core/java/android/view/
H A DChoreographer.java69 * post callbacks to run on the choreographer but they will run on the {@link Looper}
254 * run off of a single timing loop.
273 * run off of a single timing loop.
299 * we might still wait 6ms before posting an animation callback that we want to run
331 * Posts a callback to run on the next frame.
337 * @param action The callback action to run during the next frame.
348 * Posts a callback to run on the next frame after the specified delay.
354 * @param action The callback action to run during the next frame after the specified delay.
433 * Posts a frame callback to run o
855 public void run() { method in class:Choreographer.FrameDisplayEventReceiver
867 public void run(long frameTimeNanos) { method in class:Choreographer.CallbackRecord
[all...]

Completed in 1127 milliseconds

<<11121314151617181920>>