Searched defs:run (Results 276 - 300 of 319) sorted by relevance

<<111213

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java813 public void run() { method in class:TiledImageRenderer.TileDecoder
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1282 public void run() { method in class:TouchExplorer.ExitGestureDetectionModeDelayed
1317 public void run() { method in class:TouchExplorer.PerformLongPressDelayed
1427 run();
1432 public void run() { method in class:TouchExplorer.SendHoverEnterAndMoveDelayed
1498 run();
1503 public void run() { method in class:TouchExplorer.SendHoverExitDelayed
1545 run();
1551 public void run() { method in class:TouchExplorer.SendAccessibilityEventDelayed
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java87 // a service is killed before it has run for SERVICE_RESET_RUN_DURATION.
101 // allowing the next pending start to run.
329 // can have assumptions about calling startService() for a service to run
937 public void run() { method in class:ActiveServices.ServiceRestarter
1287 // we don't want to allow it to run.
1502 // Are we still explicitly being asked to run?
1884 // would run in this process, now is a good time to start them. It would
1886 // run at this point just because their restart time hasn't come up.
1993 // We always run in the foreground, since this is called as
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java187 mRunner.run(this, args, new Runnable() {
188 @Override public void run() {
294 public void run(Handler handler, TestArgs args, Runnable doneCallback) { method in class:TestService.TestRunner
307 @Override public void run() {
320 @Override public void run() {
399 @Override public void run() {
403 mDoneCallback.run();
422 public void run() { method in class:TestService.RunnerThread
424 mOp.run();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiMonitor.java500 public void run() { method in class:WifiMonitor.MonitorThread
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java747 public void run() { method in class:SipService.SipKeepAliveProcessCallback
962 public void run() { method in class:SipService.SipAutoReg
968 if (SAR_DBG) log("run: registering");
1044 run();
1117 public void run() {
1242 task.run();
1244 loge("run task: " + task, t);
H A DSipSessionGroup.java565 public void run() {
684 public void run() {
1548 // No need to run the first time in a separate thread for now
1549 run();
1583 public void run() { method in class:SipSessionGroup.SipSessionImpl.SipKeepAlive
1805 /** Class to help safely run KeepAliveProcessCallback in a different thread. */
1826 public void run() {
1841 public void run() {
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java514 mRunnable.run();
529 // The animation has been posted, but hasn't run yet. Manually
686 public void run() { method in class:AutoScrollHelper.ScrollAnimationRunnable
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewICS.java342 * @param listener The callback that will run
395 * @param listener The callback that will run
854 public void run() { method in class:AdapterViewICS.SelectionNotifier
993 * 2) we run out of time, or 3) we have looked at every position
H A DListPopupWindow.java923 public void run() {
1374 public void run() { method in class:ListPopupWindow.ListSelectorHider
1381 public void run() { method in class:ListPopupWindow.ResizePopupRunnable
1419 mResizePopupRunnable.run();
H A DProgressBarICS.java402 public void run() { method in class:ProgressBarICS.RefreshProgressRunnable
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h389 int level[24][16], run[24][16]; /* scratch memory */ member in struct:tagEncObject
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h161 uint run; member in struct:tagTcoef
182 uint8 run; member in struct:tagVLCtab2
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream);
144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream);
145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream);
154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
160 Int PutRunCoeff_Inter_Last(Int run, In
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1437 Int run; local
1510 Int run; local
1579 Int run; local
1794 Int run, idx; local
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java106 * loop so that the application can run), you can simply begin your
117 * Create and start a new thread in which to run instrumentation. This new
131 * you to run your instrumentation code in a separate thread than the
341 * @param runner The code to run on the main thread.
356 * starts), and it does not allow you to start activities that run in a
496 * actual activity to run) or allows them to execute normally.
758 public void run() {
821 public void run() {
1253 // waiting for their finalizers to be run.
1370 * if there was no Activity found to run th
1691 public void run() { method in class:Instrumentation.InstrumentationThread
1706 public void run() { method in class:Instrumentation.EmptyRunnable
1718 public void run() { method in class:Instrumentation.SyncRunnable
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java323 * @return true if the action was run
1412 public void run() { method in class:HardwareRenderer.GlRenderer.FunctorsRunnable
1898 public void run() {
2236 action.run();
2252 public void run() {
2281 public void run() {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java89 * to the current input method that is use, causing it to be created and run,
444 // Note that finishComposingText() is allowed to run
1108 public void run() {
1704 p.run();
2009 public void run() { method in class:InputMethodManager.PendingEvent
/frameworks/base/core/java/android/widget/
H A DCalendarView.java1303 public void run() { method in class:CalendarView.ScrollStateRunnable
H A DListPopupWindow.java1029 public void run() {
1362 public void run() { method in class:ListPopupWindow.ForwardingListener.DisallowIntercept
1647 public void run() { method in class:ListPopupWindow.ListSelectorHider
1653 public void run() { method in class:ListPopupWindow.ResizePopupRunnable
1689 mResizePopupRunnable.run();
H A DListView.java1107 public void run() { method in class:ListView.FocusSelector
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java152 * public void run() {
565 * Queue a runnable to be run on the GL rendering thread. This can be used
568 * @param r the runnable to be run on the GL rendering thread.
1233 public void run() { method in class:GLSurfaceView.GLThread
1463 event.run();
1724 * Queue an "event" to be run on the GL rendering thread.
1725 * @param r the runnable to be run on the GL rendering thread.
1866 // Otherwise the device could run out of EGL contexts.
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java1155 public void run() method in class:AlarmManagerService.AlarmThread
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java930 public void run() { method in class:CameraStreamer.CameraRunnable
H A DGraphRunner.java191 public void run() { method in class:GraphRunner.GraphRunLoop
544 * Callback method that is called when the runner completes a run. This method is called
552 * Any exceptions thrown in the GraphRunner's thread will cause the run to abort. The
580 /** Parameters shared between run-thread and GraphRunner frontend. */
691 * used when a graph is run in one-shot mode to compute a result.
1008 public void run() {
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1072 public void run() { method in class:PhotoView.ScaleRunnable
1142 public void run() { method in class:PhotoView.TranslateRunnable
1238 public void run() { method in class:PhotoView.SnapRunnable
1331 public void run() { method in class:PhotoView.RotateRunnable

Completed in 890 milliseconds

<<111213