Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/recycler/
DHorizontalSpacerItemDecoration.kt36 val position: Int = parent.getChildAdapterPosition(view) in getItemOffsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java268 int childAdapterPosition = getChildAdapterPosition(view); in updateCardView()
272 mCenteredAdapterPosition = getChildAdapterPosition(view); in updateCardView()
466 scrollToPosition(getChildAdapterPosition(view)); in onRequestSendAccessibilityEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlAdapter.kt420 val position = parent.getChildAdapterPosition(view) in getItemOffsets()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2023 consumed = getChildAdapterPosition(firstChild) > 0 in fling()
2028 consumed = getChildAdapterPosition(lastChild) < mAdapter.getItemCount() - 1 in fling()
4349 return getChildAdapterPosition(child); in getChildPosition()
4358 public int getChildAdapterPosition(View child) { in getChildAdapterPosition() method