Home
last modified time | relevance | path

Searched refs:childAdapterPosition (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java368 int childAdapterPosition = getChildAdapterPosition(childView); in updateInputLogo() local
370 .updateInputLogo(childAdapterPosition, true); in updateInputLogo()
374 .updateInputLogo(childAdapterPosition, false); in updateInputLogo()
375 childAdapterPosition = getChildAdapterPosition(childView); in updateInputLogo()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletCardCarousel.java246 int childAdapterPosition = getChildAdapterPosition(view); in updateCardView()
247 if (childAdapterPosition == RecyclerView.NO_POSITION) { in updateCardView()