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

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LinearLayoutManagerSnappingTest.java 223 mLayoutManager.getViewBounds(view).centerX());
226 mLayoutManager.getViewBounds(view).centerY());
233 mLayoutManager.getViewBounds(view).centerX());
236 mLayoutManager.getViewBounds(view).centerY());
StaggeredGridLayoutManagerSnappingTest.java 250 mLayoutManager.getViewBounds(view).centerX());
253 mLayoutManager.getViewBounds(view).centerY());
272 mLayoutManager.getViewBounds(view).centerX());
275 mLayoutManager.getViewBounds(view).centerY());
PagerSnapHelperTest.java 254 mLayoutManager.getViewBounds(view).centerX());
257 mLayoutManager.getViewBounds(view).centerY());
264 - mLayoutManager.getViewBounds(view).centerX());
267 - mLayoutManager.getViewBounds(view).centerY());
GridLayoutManagerSnappingTest.java 217 return Math.abs(mRecyclerView.getWidth() / 2 - mGlm.getViewBounds(view).centerX());
219 return Math.abs(mRecyclerView.getHeight() / 2 - mGlm.getViewBounds(view).centerY());
StaggeredGridLayoutManagerBaseConfigSetTest.java 534 final Rect bounds = mLayoutManager.getViewBounds(child);
567 Rect bounds = mLayoutManager.getViewBounds(view);
585 Rect newBounds = mLayoutManager.getViewBounds(view);
611 bounds = mLayoutManager.getViewBounds(view);
640 final Rect bounds = mLayoutManager.getViewBounds(child);
    [all...]
BaseWrapContentTest.java 288 mRvSize = getViewBounds(recyclerView);
289 mRvParentSize = getViewBounds((View) recyclerView.getParent());
449 private Rect getViewBounds(View view) {
BaseLinearLayoutManagerTest.java 583 Rect getViewBounds(View view) {
613 Rect childBounds = getViewBounds(child);
BaseGridLayoutManagerTest.java 240 Rect getViewBounds(View view) {
LinearLayoutManagerBaseConfigSetTest.java 129 final Rect bounds = mLayoutManager.getViewBounds(child);
BaseStaggeredGridLayoutManagerTest.java 669 Rect getViewBounds(View view) {
762 items.put(vh.mBoundItem, getViewBounds(child));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewTransform.java 74 viewOutlineAlpha = tv.getViewBounds().getAlpha();
195 v.getViewBounds().setClipBottom(0);
TaskView.java 120 tv.getViewBounds().setAlpha(alpha);
125 return tv.getViewBounds().getAlpha();
216 AnimateableViewBounds getViewBounds() {
336 getViewBounds().reset();
TaskStackView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseDraggingActivity.java 138 public Rect getViewBounds(View v) {
170 intent.setSourceBounds(getViewBounds(v));
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
SystemShortcut.java 78 Rect sourceBounds = activity.getViewBounds(view);

Completed in 189 milliseconds