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.java108 private TextView mPopupView; field in RecyclerViewFastScroller
174 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()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java344 private View mPopupView; field in DayView
864 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()