HomeSort by relevance Sort by last modified time
    Searched refs:ViewBounds (Results 1 - 6 of 6) sorted by null

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
ViewBoundsCheckTest.java 119 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = ViewBoundsCheck.FLAG_CVS_GT_PVS
122 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = 0;
134 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = ViewBoundsCheck.FLAG_CVS_GT_PVS
137 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = 0;
150 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE
152 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE
166 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE
168 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE
182 @ViewBoundsCheck.ViewBounds int preferredBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PVE
184 @ViewBoundsCheck.ViewBounds int acceptableBoundsFlag = (ViewBoundsCheck.FLAG_CVS_LT_PV
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ViewBoundsCheck.java 129 public @interface ViewBounds {}
147 void setFlags(@ViewBounds int flags, int mask) {
151 void addFlags(@ViewBounds int flags) {
215 @ViewBounds int preferredBoundFlags,
216 @ViewBounds int acceptableBoundFlags) {
251 boolean isViewWithinBoundFlags(View child, @ViewBounds int boundsFlags) {
LinearLayoutManager.java     [all...]
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 85 private static final Property<ViewBounds, PointF> TOP_LEFT_PROPERTY =
86 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {
88 public void set(ViewBounds viewBounds, PointF topLeft) {
89 viewBounds.setTopLeft(topLeft);
93 public PointF get(ViewBounds viewBounds) {
98 private static final Property<ViewBounds, PointF> BOTTOM_RIGHT_PROPERTY =
99 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
101 public void set(ViewBounds viewBounds, PointF bottomRight)
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 86 private static final Property<ViewBounds, PointF> TOP_LEFT_PROPERTY =
87 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {
89 public void set(ViewBounds viewBounds, PointF topLeft) {
90 viewBounds.setTopLeft(topLeft);
94 public PointF get(ViewBounds viewBounds) {
99 private static final Property<ViewBounds, PointF> BOTTOM_RIGHT_PROPERTY =
100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
102 public void set(ViewBounds viewBounds, PointF bottomRight)
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 126 milliseconds