Home
last modified time | relevance | path

Searched refs:onBindViewHolder (Results 1 – 3 of 3) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationsPanelAdapter.java81 public void onBindViewHolder(NotificationPanelViewHolder holder, in onBindViewHolder() method in NotificationsPanelAdapter
86 onBindViewHolder(holder, mCursor); in onBindViewHolder()
115 public void onBindViewHolder(NotificationPanelViewHolder viewHolder, Cursor cursor) { in onBindViewHolder() method in NotificationsPanelAdapter
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DBluetoothDeviceInfoPreference.java50 public void onBindViewHolder(final PreferenceViewHolder holder) { in onBindViewHolder() method in BluetoothDeviceInfoPreference
51 super.onBindViewHolder(holder); in onBindViewHolder()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DAppFragment.java284 public void onBindViewHolder(AppViewHolder holder, int position) { in onBindViewHolder() method in AppFragment.AppAdapter