Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java124 private TextView mPopupView; field in RecyclerViewFastScroller
176 mPopupView = popupView; in setPopupView()
177 mPopupView.setBackground( in setPopupView()
315 mPopupView.setText(sectionName); in updateFastScrollSectionNameAndThumbOffset()
424 mPopupView.animate().cancel(); in animatePopupVisibility()
425 mPopupView.animate().alpha(visible ? 1f : 0f).setDuration(visible ? 200 : 150).start(); in animatePopupVisibility()
430 int height = mPopupView.getHeight(); in updatePopupY()
436 mPopupView.setTranslationY(top); in updatePopupY()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt275 private var mPopupView: View? = null variable
508 mPopupView = inflater.inflate(R.layout.bubble_event, null) in init()
509 mPopupView?.setLayoutParams( in init()
516 mPopup?.setContentView(mPopupView) in init()
528 mPopupView?.setOnClickListener(this) in init()
550 if (v === mPopupView) { in onClick()