Searched defs:run (Results 1 - 25 of 511) sorted by last modified time

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java450 public void run() {
1158 public void run() { method in class:BackgroundManager.ChangeBackgroundRunnable
H A DBrowseFragment.java199 public void run() { method in class:BrowseFragment.SetSelectionRunnable
907 public void run() {
934 // don't run transition
1166 public void run() {
1172 public void run() {
1178 public void run() {
1526 callback.run();
1714 mCallback.run();
H A DBrowseSupportFragment.java201 public void run() { method in class:BrowseSupportFragment.SetSelectionRunnable
909 public void run() {
936 // don't run transition
1168 public void run() {
1174 public void run() {
1180 public void run() {
1528 callback.run();
1716 mCallback.run();
H A DDetailsFragment.java80 public void run() { method in class:DetailsFragment.SetSelectionRunnable
195 public void run() {
H A DDetailsSupportFragment.java82 public void run() { method in class:DetailsSupportFragment.SetSelectionRunnable
197 public void run() {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
H A DStateMachine.java24 * STATUS_ZERO, STATUS_INVOKED, STATUS_EXECUTED. We allow client to run a State, which will
37 * Somebody wants to run the state but not yet executed because either the condition is
42 * Somebody wants to run the State and the State was executed.
54 public void run() { method in class:StateMachine.State
58 * Returns true if State can run, false otherwise. Subclass may override.
59 * @return True if State can run, false otherwise. Subclass may override.
71 run();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java175 * Returns optional task to run when the item is selected, null for no task.
176 * @return Optional task to run when the item is selected, null for no task.
183 * Sets task to run when the item is selected, null for no task.
184 * @param itemTask Optional task to run when the item is selected, null for no task.
191 public void run(Presenter.ViewHolder holder) { method in class:ListRowPresenter.SelectItemViewHolderTask
199 public void run(RecyclerView.ViewHolder rvh) {
201 itemTask.run(ibvh.getViewHolder());
H A DPresenter.java112 public void run(Presenter.ViewHolder holder) { method in class:Presenter.ViewHolderTask
H A DViewHolderTask.java22 public void run(RecyclerView.ViewHolder viewHolder); method in interface:ViewHolderTask
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java658 public void run() { method in class:BackStackRecord
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java33 * Used to write apps that run on platforms prior to Android 3.0. When running
97 public void run() { method in class:AsyncTaskLoader.LoadTask
/frameworks/support/v4/java/android/support/v4/os/
H A DResultReceiver.java55 public void run() { method in class:ResultReceiver.MyRunnable
/frameworks/support/v4/java/android/support/v4/view/
H A DAsyncLayoutInflater.java172 public void run() { method in class:AsyncLayoutInflater.InflateThread
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/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
H A DSlidingPaneLayout.java441 dlr.run();
1648 public void run() { method in class:SlidingPaneLayout.DisableLayerRunnable
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java795 public void run() { method in class:ActionMenuPresenter.OpenOverflowRunnable
H A DForwardingListener.java294 public void run() { method in class:ForwardingListener.DisallowIntercept
302 public void run() { method in class:ForwardingListener.TriggerLongPress
H A DListPopupWindow.java58 * Used to write apps that run on platforms prior to Android L. When running
1129 public void run() {
1306 public void run() { method in class:ListPopupWindow.ListSelectorHider
1312 public void run() { method in class:ListPopupWindow.ResizePopupRunnable
1349 mResizePopupRunnable.run();
/frameworks/support/v7/mediarouter/jellybean-mr1/android/support/v7/media/
H A DMediaRouterJellybeanMr1.java114 public void run() { method in class:MediaRouterJellybeanMr1.ActiveScanWorkaround
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java60 TestAdapter mPreProcessClone; // we clone adapter pre-process to run operations to see result
67 public void run(TestResult result) { method in class:AdapterHelperTest
68 super.run(result);
/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/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java355 public void run() {
492 final public void run(TestAdapter adapter) throws Throwable { method in class:BaseRecyclerViewAnimationsTest.AdapterOps
580 assertEquals("should run all validates", expectedValidate, mValidateCount);
H A DBaseRecyclerViewInstrumentationTest.java117 public void run() {
139 public void run() {
150 public void run() {
171 public void run() {
247 public void run() {
249 // do not run validation if we already have an error
270 public void run() {
289 public void run() {
314 public void run() {
378 public void run() {
992 public void run() { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter.AddRemoveRunnable
[all...]
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...]

Completed in 1810 milliseconds

1234567891011>>