/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | DotIndicatorDecoration.java | 56 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 D | HorizontalSpacerItemDecoration.kt | 30 override fun getItemOffsets(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | QSCustomizerController.java | 153 mTileAdapter.getMarginItemDecoration().getItemOffsets(outRect, child, in onViewAttached()
|
H A D | TileAdapter.java | 718 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 D | ControlAdapter.kt | 414 override fun getItemOffsets(
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleOverflowContainerView.java | 101 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 D | ItemTouchHelper.java | 894 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 D | RecyclerView.java | 4635 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()
|