Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java646 public boolean shouldTextBeVisible() { in shouldTextBeVisible() method in BubbleTextView
677 float toAlpha = shouldTextBeVisible() && fadeIn ? 1 : 0; in createTextAlphaAnimator()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java485 mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());