Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java477 public boolean shouldTextBeVisible() { in shouldTextBeVisible() method in BubbleTextView
506 float toAlpha = shouldTextBeVisible() && fadeIn ? 1 : 0; in createTextAlphaAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java577 mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());