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

12

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DLeakTest.java87 getActivity().getWindow().getDecorView().postOnAnimation(watcher);
98 getActivity().getWindow().getDecorView().postOnAnimation(watcher);
H A DBasicBindingTest.java90 root.postOnAnimation(waitForRun);
105 root.postOnAnimation(waitForRun);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java52 postOnAnimation(this);
70 postOnAnimation(mUpdateAction);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DFullWidthDetailsOverviewSharedElementHelper.java138 mViewHolder.getDetailsDescriptionFrame().postOnAnimation(new Runnable() {
H A DDetailsOverviewSharedElementHelper.java240 mViewHolder.mRightPanel.postOnAnimation(new Runnable() {
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DViewAutoScroller.java253 ViewCompat.postOnAnimation(mRecyclerView, r);
/frameworks/base/core/tests/coretests/src/android/transition/
H A DFadeTransitionTest.java192 mActivity.getWindow().getDecorView().postOnAnimation(new Runnable() {
197 mActivity.getWindow().getDecorView().postOnAnimation(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
H A DFingerprintDialogView.java218 postOnAnimation(mShowAnimationRunnable);
250 postOnAnimation(new Runnable() {
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4629 postOnAnimation(this);
4648 postOnAnimation(this);
4662 postOnAnimation(this);
4684 postOnAnimation(this);
4695 postOnAnimation(this);
4797 postOnAnimation(this);
4838 postOnAnimation(this);
7304 postOnAnimation(this);
7383 postOnAnimation(this);
7441 postOnAnimation(thi
[all...]
/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java423 decorView.postOnAnimation(new Runnable() {
431 decorView.postOnAnimation(this);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DAutoScrollHelper.java727 ViewCompat.postOnAnimation(mTarget, this);
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java429 mDecorToolbar.getViewGroup().postOnAnimation(mMenuInvalidator);
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java713 mTarget.postOnAnimation(this);
H A DRecyclerView.java3174 postOnAnimation(mItemAnimatorRunner);
4632 // When set to true, postOnAnimation callbacks are delayed until the run method completes
4743 postOnAnimation();
4769 postOnAnimation();
4773 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
4778 RecyclerView.this.postOnAnimation(this);
4787 postOnAnimation();
4843 postOnAnimation();
4921 RecyclerView.this.postOnAnimation(mUpdateChildViewsRunnable);
7267 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
H A DViewPager.java1780 postOnAnimation(mEndScrollRunnable);
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java312 postOnAnimation(new Runnable() {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DToolbarActionBar.java434 ViewCompat.postOnAnimation(mDecorToolbar.getViewGroup(), mMenuInvalidator);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java188 postOnAnimation(mPostCollapseRunnable);
499 postOnAnimation(mPostCollapseRunnable);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3509 ViewCompat.postOnAnimation(this, mItemAnimatorRunner);
4981 // When set to true, postOnAnimation callbacks are delayed until the run method completes
5094 postOnAnimation();
5120 postOnAnimation();
5124 void postOnAnimation() { method in class:RecyclerView.ViewFlinger
5129 ViewCompat.postOnAnimation(RecyclerView.this, this);
5138 postOnAnimation();
5200 postOnAnimation();
5278 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable);
7831 public void postOnAnimation(Runnabl method in class:RecyclerView.LayoutManager
[all...]
H A DItemTouchHelper.java261 ViewCompat.postOnAnimation(mRecyclerView, this);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java973 mView.postOnAnimation(mAnimationStarter);
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java946 public static void postOnAnimation(@NonNull View view, Runnable action) { method in class:ViewCompat
948 view.postOnAnimation(action);
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
H A DSlidingPaneLayout.java982 ViewCompat.postOnAnimation(this, dlr);
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java257 mRecyclerView.postOnAnimation(this);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java988 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
2666 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);

Completed in 543 milliseconds

12