Home
last modified time | relevance | path

Searched refs:CarNotificationBaseViewHolder (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DDismissAnimationHelper.java30 import com.android.car.notification.template.CarNotificationBaseViewHolder;
75 void onDismiss(CarNotificationBaseViewHolder viewHolder); in onDismiss()
86 void animateDismiss(CarNotificationBaseViewHolder viewHolder, in animateDismiss()
93 CarNotificationBaseViewHolder viewHolder, in animateDismiss()
115 void animateRestore(CarNotificationBaseViewHolder viewHolder, float velocityX) { in animateRestore()
132 float calculateAlphaValue(CarNotificationBaseViewHolder viewHolder, float translateX) { in calculateAlphaValue()
142 float calculateTranslateDistance(CarNotificationBaseViewHolder viewHolder, float moveDeltaX) { in calculateTranslateDistance()
H A DHeadsUpEntry.java25 import com.android.car.notification.template.CarNotificationBaseViewHolder;
36 private CarNotificationBaseViewHolder mCarNotificationBaseViewHolder;
66 void setViewHolder(CarNotificationBaseViewHolder viewHolder) { in setViewHolder()
70 CarNotificationBaseViewHolder getViewHolder() { in getViewHolder()
H A DCarNotificationTypeItem.java23 import com.android.car.notification.template.CarNotificationBaseViewHolder;
125 public CarNotificationBaseViewHolder getViewHolder(View view, in getViewHolder()
163 CarNotificationBaseViewHolder holder) { in bind()
H A DCarNotificationItemTouchListener.java36 import com.android.car.notification.template.CarNotificationBaseViewHolder;
103 private CarNotificationBaseViewHolder mViewHolder;
193 checkArgument(viewHolderAtPoint instanceof CarNotificationBaseViewHolder); in onInterceptTouchEvent()
194 mViewHolder = (CarNotificationBaseViewHolder) viewHolderAtPoint; in onInterceptTouchEvent()
H A DCarNotificationViewAdapter.java34 import com.android.car.notification.template.CarNotificationBaseViewHolder;
184 ((CarNotificationBaseViewHolder) holder).setHideDismissButton(true); in onBindViewHolderImpl()
197 carNotificationTypeItem.bind(alertEntry, false, (CarNotificationBaseViewHolder) holder); in onBindViewHolderImpl()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationTypeItemTest.java33 import com.android.car.notification.template.CarNotificationBaseViewHolder;
244 CarNotificationBaseViewHolder viewHolder = item.getViewHolder(viewTemplate, in assertProperties()
H A DCarNotificationViewAdapterTest.java45 import com.android.car.notification.template.CarNotificationBaseViewHolder;
552 assertThat(((CarNotificationBaseViewHolder) vh).shouldHideDismissButton()).isFalse(); in onBindViewHolder_groupExpanded_shouldNotHideDismissButton()
569 assertThat(((CarNotificationBaseViewHolder) vh).shouldHideDismissButton()).isFalse(); in onBindViewHolder_groupCollapsed_shouldNotHideDismissButton()
585 assertThat(((CarNotificationBaseViewHolder) vh).shouldHideDismissButton()).isTrue(); in onBindViewHolder_groupSummary_shouldHideDismissButton()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DBasicNotificationViewHolder.java29 public class BasicNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DCallNotificationViewHolder.java29 public class CallNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DInboxNotificationViewHolder.java30 public class InboxNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DNavigationNotificationViewHolder.java29 public class NavigationNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DCarNotificationBaseViewHolder.java43 public abstract class CarNotificationBaseViewHolder extends RecyclerView.ViewHolder { class
107 CarNotificationBaseViewHolder(View itemView, in CarNotificationBaseViewHolder() method in CarNotificationBaseViewHolder
H A DEmergencyNotificationViewHolder.java32 public class EmergencyNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DGroupSummaryNotificationViewHolder.java36 public class GroupSummaryNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DProgressNotificationViewHolder.java34 public class ProgressNotificationViewHolder extends CarNotificationBaseViewHolder {
H A DGroupNotificationViewHolder.java55 public class GroupNotificationViewHolder extends CarNotificationBaseViewHolder
H A DMessageNotificationViewHolder.java46 public class MessageNotificationViewHolder extends CarNotificationBaseViewHolder {