Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java125 private TextView mPopupView; field in RecyclerViewFastScroller
194 mPopupView = popupView; in setRecyclerView()
195 mPopupView.setBackground( in setRecyclerView()
325 mPopupView.setText(sectionName); in updateFastScrollSectionNameAndThumbOffset()
420 mPopupView.animate().cancel(); in animatePopupVisibility()
421 mPopupView.animate().alpha(visible ? 1f : 0f).setDuration(visible ? 200 : 150).start(); in animatePopupVisibility()
426 int height = mPopupView.getHeight(); in updatePopupY()
432 mPopupView.setTranslationY(top); in updatePopupY()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A 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()