Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DDotIndicatorDecoration.java56 public void getItemOffsets( in getItemOffsets() method in DotIndicatorDecoration
58 super.getItemOffsets(rect, view, recyclerView, state); in getItemOffsets()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DDividerItemDecoration.java121 public void getItemOffsets( in getItemOffsets() method in DividerItemDecoration
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizerController.java152 mTileAdapter.getMarginItemDecoration().getItemOffsets(outRect, child, in onViewAttached()
DTileAdapter.java691 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets() method in TileAdapter.MarginTileDecoration
699 super.getItemOffsets(outRect, view, parent, state); in getItemOffsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlAdapter.kt384 override fun getItemOffsets( in getItemOffsets() method in MarginItemDecorator
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java894 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets() method in ItemTouchHelper
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4635 mItemDecorations.get(i).getItemOffsets(mTempRect, child, this, mState); in getItemDecorInsetsForChild()
9837 public void getItemOffsets(Rect outRect, int itemPosition, RecyclerView parent) { in getItemOffsets() method in RecyclerView.ItemDecoration
9861 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, State state) { in getItemOffsets() method in RecyclerView.ItemDecoration
9862 getItemOffsets(outRect, ((LayoutParams) view.getLayoutParams()).getViewLayoutPosition(), in getItemOffsets()