Searched refs:mPopupView (Results 1 – 2 of 2) sorted by relevance
124 private TextView mPopupView; field in RecyclerViewFastScroller176 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()
275 private var mPopupView: View? = null variable508 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()