Searched refs:postOnAnimation (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java45 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompatJB
46 view.postOnAnimation(action);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DLeakTest.java85 getActivity().getWindow().getDecorView().postOnAnimation(watcher);
96 getActivity().getWindow().getDecorView().postOnAnimation(watcher);
H A DBasicBindingTest.java90 root.postOnAnimation(waitForRun);
105 root.postOnAnimation(waitForRun);
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderBehavior.java248 ViewCompat.postOnAnimation(layout, mFlingRunnable);
303 ViewCompat.postOnAnimation(mLayout, this);
H A DSwipeDismissBehavior.java265 ViewCompat.postOnAnimation(child, new SettleRunnable(child, dismiss));
376 ViewCompat.postOnAnimation(mView, this);
H A DBottomSheetBehavior.java377 ViewCompat.postOnAnimation(child, new SettleRunnable(child, targetState));
500 ViewCompat.postOnAnimation(child, new SettleRunnable(child, state));
624 ViewCompat.postOnAnimation(releasedChild,
678 ViewCompat.postOnAnimation(mView, this);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFullWidthDetailsOverviewSharedElementHelper.java134 mViewHolder.getDetailsDescriptionFrame().postOnAnimation(new Runnable() {
H A DDetailsOverviewSharedElementHelper.java228 mViewHolder.mRightPanel.postOnAnimation(new Runnable() {
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4595 postOnAnimation(this);
4613 postOnAnimation(this);
4626 postOnAnimation(this);
4648 postOnAnimation(this);
4657 postOnAnimation(this);
4757 postOnAnimation(this);
4798 postOnAnimation(this);
7237 postOnAnimation(this);
7316 postOnAnimation(this);
7374 postOnAnimation(thi
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java377 void postOnAnimation(View view, Runnable action); method in interface:ViewCompat.ViewCompatImpl
536 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.BaseViewCompatImpl
1414 public void postOnAnimation(View view, Runnable action) { method in class:ViewCompat.JBViewCompatImpl
1415 ViewCompatJB.postOnAnimation(view, action);
2043 public static void postOnAnimation(View view, Runnable action) { method in class:ViewCompat
2044 IMPL.postOnAnimation(view, action);
/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java411 decorView.postOnAnimation(new Runnable() {
419 decorView.postOnAnimation(this);
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java714 ViewCompat.postOnAnimation(mTarget, this);
H A DSlidingPaneLayout.java994 ViewCompat.postOnAnimation(this, dlr);
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java427 mDecorToolbar.getViewGroup().postOnAnimation(mMenuInvalidator);
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java713 mTarget.postOnAnimation(this);
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java292 postOnAnimation(new Runnable() {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2988 ViewCompat.postOnAnimation(this, mItemAnimatorRunner);
4316 // When set to true, postOnAnimation callbacks are delayed until the run method completes
4426 postOnAnimation();
4449 postOnAnimation();
4453 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
4458 ViewCompat.postOnAnimation(RecyclerView.this, this);
4467 postOnAnimation();
4518 postOnAnimation();
4601 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable);
6600 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java972 mView.postOnAnimation(mAnimationStarter);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DToolbarActionBar.java433 ViewCompat.postOnAnimation(mDecorToolbar.getViewGroup(), mMenuInvalidator);
H A DAppCompatDelegateImplV7.java1601 ViewCompat.postOnAnimation(mWindow.getDecorView(), mInvalidatePanelMenuRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java175 postOnAnimation(mPostCollapseRunnable);
H A DNotificationPanelView.java1638 postOnAnimation(new Runnable() {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java1032 mView.postOnAnimation(r);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java262 ViewCompat.postOnAnimation(mRecyclerView, this);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java968 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
2680 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);

Completed in 5499 milliseconds

12