Searched refs:mPopupView (Results 1 – 2 of 2) sorted by relevance
108 private TextView mPopupView; field in RecyclerViewFastScroller174 mPopupView = popupView; in setRecyclerView()175 mPopupView.setBackground( in setRecyclerView()291 mPopupView.setText(sectionName); in updateFastScrollSectionNameAndThumbOffset()369 mPopupView.animate().cancel(); in animatePopupVisibility()370 mPopupView.animate().alpha(visible ? 1f : 0f).setDuration(visible ? 200 : 150).start(); in animatePopupVisibility()378 int height = mPopupView.getHeight(); in updatePopupY()384 mPopupView.setTranslationY(top); in updatePopupY()
344 private View mPopupView; field in DayView864 mPopupView = inflater.inflate(R.layout.bubble_event, null); in init()865 mPopupView.setLayoutParams(new ViewGroup.LayoutParams( in init()869 mPopup.setContentView(mPopupView); in init()878 mPopupView.setOnClickListener(this); in init()902 if (v == mPopupView) { in onClick()