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

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
ScrollToPositionWithAutoMeasure.java 96 Rect viewBounds = new Rect();
97 llm.getDecoratedBoundsWithMargins(viewHolder.itemView, viewBounds);
99 assertThat(rvBounds + " vs " + viewBounds, rvBounds.contains(viewBounds), is(true));
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 1036 HIRect viewBounds; // Placement and size for HIView
1062 HIViewGetBounds(_hiviewRef, &viewBounds);
1063 HIViewConvertRect(&viewBounds, _hiviewRef, NULL);
1072 _lastViewBounds.origin.x = viewBounds.origin.x;
1073 _lastViewBounds.origin.y = viewBounds.origin.y;
1074 _lastViewBounds.size.width = viewBounds.size.width;
1075 _lastViewBounds.size.height = viewBounds.size.height;
1089 if (_lastViewBounds.origin.x != viewBounds.origin.x ||
1090 _lastViewBounds.origin.y != viewBounds.origin.y ||
1091 _lastViewBounds.size.width != viewBounds.size.width |
    [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...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 

Completed in 237 milliseconds