Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DDotIndicatorDecoration.java56 public void getItemOffsets( in getItemOffsets() method in DotIndicatorDecoration
58 super.getItemOffsets(rect, view, recyclerView, state); in getItemOffsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/recycler/
H A DHorizontalSpacerItemDecoration.kt30 override fun getItemOffsets(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java153 mTileAdapter.getMarginItemDecoration().getItemOffsets(outRect, child, in onViewAttached()
H A DTileAdapter.java718 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets() method in TileAdapter.MarginTileDecoration
726 super.getItemOffsets(outRect, view, parent, state); in getItemOffsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlAdapter.kt414 override fun getItemOffsets(
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java101 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets() method in BubbleOverflowContainerView.OverflowItemDecoration
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java894 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets() method in ItemTouchHelper
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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()