Searched refs:getViewHolder (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | FixedViewPagerAdapter.java | 44 final PagerViewHolder viewHolder = getViewHolder(position); in instantiateItem() 56 final PagerViewHolder viewHolder = getViewHolder(position); in destroyItem() 73 public T getViewHolder(final int i) { in getViewHolder() method in FixedViewPagerAdapter 74 return getViewHolder(i, true /* rtlAware */); in getViewHolder() 78 public T getViewHolder(final int i, final boolean rtlAware) { in getViewHolder() method in FixedViewPagerAdapter 95 final Parcelable pageState = getViewHolder(i).saveState(); in saveState() 109 getViewHolder(i).restoreState(pageState); in restoreState() 118 getViewHolder(i).resetState(); in resetState() 123 return getViewHolder(i).getClass().getCanonicalName() + "_savedstate_" + i; in getInstanceStateKeyForPage()
|
D | CustomHeaderViewPagerAdapter.java | 30 return getViewHolder(position, false /* rtlAware */) in getPageTitle()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | VideoItem.java | 156 viewHolder = getViewHolder(view); in getView() 190 renderTiny(getViewHolder(view)); in renderTiny() 198 .into(getViewHolder(view).mVideoView); in renderThumbnail() 206 VideoViewHolder holder = getViewHolder(view); in recycle() 208 Glide.clear(getViewHolder(view).mVideoView); in recycle() 233 private VideoViewHolder getViewHolder(@Nonnull View view) { in getViewHolder() method in VideoItem
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarHeadsUpNotificationManager.java | 319 currentNotification.getViewHolder().bind(statusBarNotification, in showHeadsUp() 334 currentNotification.getViewHolder().bind(statusBarNotification, in showHeadsUp() 349 currentNotification.getViewHolder().bind(statusBarNotification, in showHeadsUp() 366 currentNotification.getViewHolder().bind(statusBarNotification, /* isInGroup= */ in showHeadsUp() 383 currentNotification.getViewHolder().bind(statusBarNotification, in showHeadsUp() 399 ((MessageNotificationViewHolder) currentNotification.getViewHolder()) in showHeadsUp() 403 currentNotification.getViewHolder().bind(statusBarNotification, /* isInGroup= */ in showHeadsUp() 419 currentNotification.getViewHolder().bind(statusBarNotification, in showHeadsUp() 435 currentNotification.getViewHolder().bind(statusBarNotification, in showHeadsUp()
|
D | HeadsUpEntry.java | 108 protected CarNotificationBaseViewHolder getViewHolder() { in getViewHolder() method in HeadsUpEntry
|
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/ |
D | HeadsUpEntryTest.java | 114 assertThat(mHeadsUpEntry.getViewHolder()).isNull(); in setViewHolder_shouldSetViewHolder() 119 assertThat(mHeadsUpEntry.getViewHolder()).isNotNull(); in setViewHolder_shouldSetViewHolder()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/ |
D | ContactPickerFragmentTest.java | 149 .getViewHolder(0).getView(null); in testInitialState()
|