Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/recycler/
DHorizontalSpacerItemDecoration.kt30 override fun getItemOffsets( in getItemOffsets() method in com.android.systemui.util.recycler.HorizontalSpacerItemDecoration
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DDotIndicatorDecoration.java58 public void getItemOffsets( in getItemOffsets() method in DotIndicatorDecoration
60 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.java158 mTileAdapter.getMarginItemDecoration().getItemOffsets(outRect, child, in onViewAttached()
DTileAdapter.java756 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets() method in TileAdapter.MarginTileDecoration
764 super.getItemOffsets(outRect, view, parent, state); in getItemOffsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlAdapter.kt414 override fun getItemOffsets( in getItemOffsets() method in MarginItemDecorator
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflowContainerView.java103 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets() method in BubbleOverflowContainerView.OverflowItemDecoration
/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()