Searched refs:postInvalidateOnAnimation (Results 1 - 24 of 24) sorted by relevance

/frameworks/support/transition/api14/android/support/transition/
H A DGhostViewApi14.java127 ViewCompat.postInvalidateOnAnimation(GhostViewApi14.this);
130 ViewCompat.postInvalidateOnAnimation(mStartParent);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeProgressBar.java103 ViewCompat.postInvalidateOnAnimation(
232 ViewCompat.postInvalidateOnAnimation(
H A DNestedScrollView.java733 ViewCompat.postInvalidateOnAnimation(this);
859 ViewCompat.postInvalidateOnAnimation(this);
872 ViewCompat.postInvalidateOnAnimation(this);
881 ViewCompat.postInvalidateOnAnimation(this);
1338 ViewCompat.postInvalidateOnAnimation(this);
1489 ViewCompat.postInvalidateOnAnimation(this);
1756 ViewCompat.postInvalidateOnAnimation(this);
1825 ViewCompat.postInvalidateOnAnimation(this);
1839 ViewCompat.postInvalidateOnAnimation(this);
H A DSlidingPaneLayout.java1048 ViewCompat.postInvalidateOnAnimation(this);
1062 ViewCompat.postInvalidateOnAnimation(this);
1479 ViewCompat.postInvalidateOnAnimation(parent, child.getLeft(), child.getTop(),
H A DDrawerLayout.java1261 ViewCompat.postInvalidateOnAnimation(this);
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java546 postInvalidateOnAnimation();
657 postInvalidateOnAnimation();
674 postInvalidateOnAnimation();
692 postInvalidateOnAnimation();
1209 postInvalidateOnAnimation();
1334 postInvalidateOnAnimation();
1618 postInvalidateOnAnimation();
1669 postInvalidateOnAnimation();
1683 postInvalidateOnAnimation();
H A DScrollView.java595 postInvalidateOnAnimation();
721 postInvalidateOnAnimation();
736 postInvalidateOnAnimation();
746 postInvalidateOnAnimation();
1223 postInvalidateOnAnimation();
1356 postInvalidateOnAnimation();
1632 postInvalidateOnAnimation();
1763 postInvalidateOnAnimation();
1789 postInvalidateOnAnimation();
H A DProgressBar.java1803 postInvalidateOnAnimation();
H A DEditor.java5746 mTextView.postInvalidateOnAnimation(
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java79 ViewCompat.postInvalidateOnAnimation(ScrimInsetsFrameLayout.this);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java512 public void postInvalidateOnAnimation(View view) { method in class:ViewCompat.ViewCompatBaseImpl
516 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { method in class:ViewCompat.ViewCompatBaseImpl
1044 public void postInvalidateOnAnimation(View view) { method in class:ViewCompat.ViewCompatApi16Impl
1045 view.postInvalidateOnAnimation();
1048 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { method in class:ViewCompat.ViewCompatApi16Impl
1049 view.postInvalidateOnAnimation(left, top, right, bottom);
2052 public static void postInvalidateOnAnimation(View view) { method in class:ViewCompat
2053 IMPL.postInvalidateOnAnimation(view);
2069 public static void postInvalidateOnAnimation(View view, int left, int top, method in class:ViewCompat
2071 IMPL.postInvalidateOnAnimation(vie
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java632 ViewCompat.postInvalidateOnAnimation(mToolbar);
635 ViewCompat.postInvalidateOnAnimation(CollapsingToolbarLayout.this);
663 ViewCompat.postInvalidateOnAnimation(this);
730 ViewCompat.postInvalidateOnAnimation(this);
1297 ViewCompat.postInvalidateOnAnimation(CollapsingToolbarLayout.this);
H A DCollapsingTextHelper.java373 ViewCompat.postInvalidateOnAnimation(mView);
542 ViewCompat.postInvalidateOnAnimation(mView);
H A DTabLayout.java1807 ViewCompat.postInvalidateOnAnimation(this);
1814 ViewCompat.postInvalidateOnAnimation(this);
1959 ViewCompat.postInvalidateOnAnimation(this);
H A DCoordinatorLayout.java286 ViewCompat.postInvalidateOnAnimation(this);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java372 ViewCompat.postInvalidateOnAnimation(this);
423 ViewCompat.postInvalidateOnAnimation(this);
550 ViewCompat.postInvalidateOnAnimation(this);
562 ViewCompat.postInvalidateOnAnimation(this);
592 ViewCompat.postInvalidateOnAnimation(this);
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java431 postInvalidateOnAnimation();
465 postInvalidateOnAnimation();
515 postInvalidateOnAnimation();
H A DViewPager.java803 postInvalidateOnAnimation();
1634 postInvalidateOnAnimation();
1889 postInvalidateOnAnimation();
2065 postInvalidateOnAnimation();
2281 postInvalidateOnAnimation();
H A DRecyclerView.java2094 postInvalidateOnAnimation();
2117 postInvalidateOnAnimation();
2140 postInvalidateOnAnimation();
2162 postInvalidateOnAnimation();
3870 postInvalidateOnAnimation();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java203 postInvalidateOnAnimation();
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java996 ViewCompat.postInvalidateOnAnimation(this);
1801 ViewCompat.postInvalidateOnAnimation(this);
2099 ViewCompat.postInvalidateOnAnimation(this);
2279 ViewCompat.postInvalidateOnAnimation(this);
2454 ViewCompat.postInvalidateOnAnimation(this);
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java533 ViewCompat.postInvalidateOnAnimation(this);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2233 ViewCompat.postInvalidateOnAnimation(this);
2256 ViewCompat.postInvalidateOnAnimation(this);
2279 ViewCompat.postInvalidateOnAnimation(this);
2301 ViewCompat.postInvalidateOnAnimation(this);
4068 ViewCompat.postInvalidateOnAnimation(this);
/frameworks/base/core/java/android/view/
H A DView.java15241 postInvalidateOnAnimation();
15397 postInvalidateOnAnimation();
15994 public void postInvalidateOnAnimation() { method in class:View
16018 public void postInvalidateOnAnimation(int left, int top, int right, int bottom) { method in class:View

Completed in 485 milliseconds