Home
last modified time | relevance | path

Searched refs:marquee (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsItem.java51 public void setMarquee(boolean marquee) { in setMarquee() argument
53 text.setSingleLine(marquee); in setMarquee()
54 text.setEllipsize(marquee ? TextUtils.TruncateAt.MARQUEE : TextUtils.TruncateAt.END); in setMarquee()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaControlPanel.java702 mPlayerViewHolder.marquee(false, mMediaViewController.GUTS_ANIMATION_DURATION);
704 mRecommendationViewHolder.marquee(false, mMediaViewController.GUTS_ANIMATION_DURATION);
720 mPlayerViewHolder.marquee(true, mMediaViewController.GUTS_ANIMATION_DURATION);
723 mRecommendationViewHolder.marquee(true, mMediaViewController.GUTS_ANIMATION_DURATION);
H A DRecommendationViewHolder.kt83 fun marquee(start: Boolean, delay: Long) { regex
H A DPlayerViewHolder.kt96 fun marquee(start: Boolean, delay: Long) { regex
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java721 public void setMarquee(int marquee) { in setMarquee() argument
722 mManager.setMarquee(marquee); in setMarquee()
1139 for (MarqueeSpan marquee : marquees) { in onRefreshStyles()
1140 marquee.resetColor(mEST.getBackgroundColor()); in onRefreshStyles()
1207 public void setMarquee(int marquee) { in setMarquee() argument
1209 addMarquee(marquee); in setMarquee()
1721 private void addMarquee(int marquee) { in addMarquee() argument
1723 Log.d(LOG_TAG, "--- addMarquee:" + marquee); in addMarquee()
1725 setLineStyledTextSpan(new MarqueeSpan(marquee, mEST.getBackgroundColor())); in addMarquee()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java11318 final Marquee marquee = mMarquee; in getLeftFadingEdgeStrength() local
11319 if (marquee.shouldDrawLeftFade()) { in getLeftFadingEdgeStrength()
11320 return getHorizontalFadingEdgeStrength(marquee.getScroll(), 0.0f); in getLeftFadingEdgeStrength()
11335 final Marquee marquee = mMarquee; in getRightFadingEdgeStrength() local
11336 return getHorizontalFadingEdgeStrength(marquee.getMaxFadeScroll(), marquee.getScroll()); in getRightFadingEdgeStrength()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...