Home
last modified time | relevance | path

Searched refs:calculateItemDecorationsForChild (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java146 public void calculateItemDecorationsForChild(View child, Rect outRect) { in onViewAttached()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DGridLayoutManager.java585 calculateItemDecorationsForChild(view, mDecorInsets); in layoutChunk()
H A DRecyclerView.java8926 public void calculateItemDecorationsForChild(View child, Rect outRect) { in calculateItemDecorationsForChild() method in RecyclerView.LayoutManager
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java716 lm.calculateItemDecorationsForChild(mSelected.itemView, mTmpRect); in scrollIfNecessary()