Home
last modified time | relevance | path

Searched refs:shouldDraw (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DViewGroupFocusHelper.java39 protected boolean shouldDraw(View item) { in shouldDraw() method in ViewGroupFocusHelper
43 return super.shouldDraw(item) && !isInPageTransition(item); in shouldDraw()
45 return super.shouldDraw(item); in shouldDraw()
DItemFocusIndicatorHelper.java181 if (mCurrentItem != null && shouldDraw(mCurrentItem)) { in getDrawRect()
197 protected boolean shouldDraw(T item) { in shouldDraw() method in ItemFocusIndicatorHelper
DFocusIndicatorHelper.java47 protected boolean shouldDraw(View item) { in shouldDraw() method in FocusIndicatorHelper
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderRow.java34 boolean shouldDraw(); in shouldDraw() method
61 return shouldDraw(); in isVisible()
DPluginHeaderRow.java49 public boolean shouldDraw() { in shouldDraw() method in PluginHeaderRow
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java120 public boolean shouldDraw() { in shouldDraw() method in AppsDividerView
139 } else if (row.shouldDraw()) { in updateDividerType()
DPredictionRowView.java149 public boolean shouldDraw() { in shouldDraw() method in PredictionRowView