HomeSort by relevance Sort by last modified time
    Searched refs:mPopupView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/views/
RecyclerViewFastScroller.java 99 private TextView mPopupView;
165 mPopupView = popupView;
166 mPopupView.setBackground(
282 mPopupView.setText(sectionName);
350 mPopupView.animate().cancel();
351 mPopupView.animate().alpha(visible ? 1f : 0f).setDuration(visible ? 200 : 150).start();
356 int height = mPopupView.getHeight();
361 mPopupView.setTranslationY(top);
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 347 private View mPopupView;
    [all...]

Completed in 532 milliseconds