Home
last modified time | relevance | path

Searched refs:ViewBoundsCheck (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DViewBoundsCheckTest.java59 private final ViewBoundsCheck.Callback mBoundCheckCallback =
60 new ViewBoundsCheck.Callback() {
97 ViewBoundsCheck mBoundCheck = new ViewBoundsCheck(mBoundCheckCallback);
119 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = ViewBoundsCheck.FLAG_CVS_GT_PVS in firstFullyVisibleChildFromStart()
120 | ViewBoundsCheck.FLAG_CVS_EQ_PVS | ViewBoundsCheck.FLAG_CVE_LT_PVE in firstFullyVisibleChildFromStart()
121 | ViewBoundsCheck.FLAG_CVE_EQ_PVE; in firstFullyVisibleChildFromStart()
122 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = 0; in firstFullyVisibleChildFromStart()
134 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = ViewBoundsCheck.FLAG_CVS_GT_PVS in firstFullyVisibleChildFromEnd()
135 | ViewBoundsCheck.FLAG_CVS_EQ_PVS | ViewBoundsCheck.FLAG_CVE_LT_PVE in firstFullyVisibleChildFromEnd()
136 | ViewBoundsCheck.FLAG_CVE_EQ_PVE; in firstFullyVisibleChildFromEnd()
[all …]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DLinearLayoutManager.java1925 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = 0; in findOneVisibleChild()
1926 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = 0; in findOneVisibleChild()
1928 preferredBoundsFlag = (ViewBoundsCheck.FLAG_CVS_GT_PVS | ViewBoundsCheck.FLAG_CVS_EQ_PVS in findOneVisibleChild()
1929 | ViewBoundsCheck.FLAG_CVE_LT_PVE | ViewBoundsCheck.FLAG_CVE_EQ_PVE); in findOneVisibleChild()
1931 preferredBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE in findOneVisibleChild()
1932 | ViewBoundsCheck.FLAG_CVE_GT_PVS); in findOneVisibleChild()
1935 acceptableBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE in findOneVisibleChild()
1936 | ViewBoundsCheck.FLAG_CVE_GT_PVS); in findOneVisibleChild()
1951 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = 0; in findOnePartiallyOrCompletelyInvisibleChild()
1952 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = 0; in findOnePartiallyOrCompletelyInvisibleChild()
[all …]
DViewBoundsCheck.java30 class ViewBoundsCheck { class
131 ViewBoundsCheck(Callback callback) { in ViewBoundsCheck() method in ViewBoundsCheck
DRecyclerView.java7258 private final ViewBoundsCheck.Callback mHorizontalBoundCheckCallback =
7259 new ViewBoundsCheck.Callback() {
7304 private final ViewBoundsCheck.Callback mVerticalBoundCheckCallback =
7305 new ViewBoundsCheck.Callback() {
7354 ViewBoundsCheck mHorizontalBoundCheck = new ViewBoundsCheck(mHorizontalBoundCheckCallback);
7355 ViewBoundsCheck mVerticalBoundCheck = new ViewBoundsCheck(mVerticalBoundCheckCallback);
9637 int boundsFlag = (ViewBoundsCheck.FLAG_CVS_GT_PVS | ViewBoundsCheck.FLAG_CVS_EQ_PVS in isViewPartiallyVisible()
9638 | ViewBoundsCheck.FLAG_CVE_LT_PVE | ViewBoundsCheck.FLAG_CVE_EQ_PVE); in isViewPartiallyVisible()
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.config221 "from": "android/support/v7/widget/ViewBoundsCheck(.*)",
222 "to": "androidx/recyclerview/widget/ViewBoundsCheck{0}"
Ddefault.generated.config215 "from": "android/support/v7/widget/ViewBoundsCheck(.*)",
216 "to": "androidx/recyclerview/widget/ViewBoundsCheck{0}"
3944 "android/support/v7/widget/ViewBoundsCheck": "androidx/recyclerview/widget/ViewBoundsCheck",
/frameworks/support/jetifier/jetifier/source-transformer/
Ddefault.config216 "from": "android/support/v7/widget/ViewBoundsCheck(.*)",
217 "to": "androidx/recyclerview/widget/ViewBoundsCheck{0}"