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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerSnappingTest.java 227 mLayoutManager.getViewBounds(view).centerX());
230 mLayoutManager.getViewBounds(view).centerY());
237 mLayoutManager.getViewBounds(view).centerX());
240 mLayoutManager.getViewBounds(view).centerY());
StaggeredGridLayoutManagerSnappingTest.java 257 mLayoutManager.getViewBounds(view).centerX());
260 mLayoutManager.getViewBounds(view).centerY());
279 mLayoutManager.getViewBounds(view).centerX());
282 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 532 final Rect bounds = mLayoutManager.getViewBounds(child);
565 Rect bounds = mLayoutManager.getViewBounds(view);
583 Rect newBounds = mLayoutManager.getViewBounds(view);
609 bounds = mLayoutManager.getViewBounds(view);
638 final Rect bounds = mLayoutManager.getViewBounds(child);
    [all...]
BaseWrapContentTest.java 294 mRvSize = getViewBounds(recyclerView);
295 mRvParentSize = getViewBounds((View) recyclerView.getParent());
455 private Rect getViewBounds(View view) {
BaseLinearLayoutManagerTest.java 582 Rect getViewBounds(View view) {
612 Rect childBounds = getViewBounds(child);
BaseGridLayoutManagerTest.java 239 Rect getViewBounds(View view) {
LinearLayoutManagerBaseConfigSetTest.java 128 final Rect bounds = mLayoutManager.getViewBounds(child);
BaseStaggeredGridLayoutManagerTest.java 645 Rect getViewBounds(View view) {
739 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();
209 AnimateableViewBounds getViewBounds() {
330 getViewBounds().reset();
TaskStackView.java     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
BatchTiledMapRenderer.java 90 public Rectangle getViewBounds () {
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]

Completed in 1097 milliseconds