Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollBar.java90 private TextView mPopupView; field in BaseRecyclerViewFastScrollBar
114 mPopupView = (TextView) popup; in setPopupView()
252 mPopupView.setText(sectionName); in updateFastScrollSectionNameAndThumbOffset()
312 mPopupView.animate().cancel(); in animatePopupVisibility()
313 mPopupView.animate().alpha(visible ? 1f : 0f).setDuration(visible ? 200 : 150).start(); in animatePopupVisibility()
318 int height = mPopupView.getHeight(); in updatePopupY()
321 mPopupView.setTranslationY(top); in updatePopupY()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java347 private View mPopupView; field in DayView
881 mPopupView = inflater.inflate(R.layout.bubble_event, null); in init()
882 mPopupView.setLayoutParams(new ViewGroup.LayoutParams( in init()
886 mPopup.setContentView(mPopupView); in init()
895 mPopupView.setOnClickListener(this); in init()
919 if (v == mPopupView) { in onClick()
3646 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails()
3649 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon); in updateEventDetails()
3652 imageView = (ImageView) mPopupView.findViewById(R.id.repeat_icon); in updateEventDetails()
3669 TextView timeView = (TextView) mPopupView.findViewById(R.id.time); in updateEventDetails()
[all …]