/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleStackView.java | 1462 if (b.getIconView() == null) { in onDisplaySizeChanged() 1624 if (bubble.getIconView() != null) { in updateContentDescription() 1646 View bubbleIconView = bubble.getIconView(); in updateBubblesAcessibillityStates() 1774 if (bubble.getIconView() == null) { in addBubble() 1794 mBubbleContainer.addView(bubble.getIconView(), 0, in addBubble() 1819 BadgedImageView iconView = bubble.getIconView(); in removeBubble() 2102 if (bubble.getIconView() == null) { in setBubbleSuppressed() 2105 if (bubble.getIconView().getParent() != null) { in setBubbleSuppressed() 2795 if (bubble.getIconView() != null) { in animateInFlyoutForBubble() 2804 bubble.getIconView().addDotSuppressionFlag( in animateInFlyoutForBubble() [all …]
|
H A D | BubbleViewProvider.java | 38 View getIconView(); in getIconView() method
|
H A D | BubbleOverflow.kt | 78 getIconView()?.setIconImageResource(R.drawable.bubble_ic_overflow_button) 223 override fun getIconView(): BadgedImageView? {
|
H A D | BubbleData.java | 1132 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
|
H A D | Bubble.java | 375 public BadgedImageView getIconView() { in getIconView() method in Bubble
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/ |
H A D | ModernStatusBarMobileViewTest.kt | 252 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) 273 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) 282 private fun View.getIconView(): ImageView {
|
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
H A D | QSIconView.java | 34 public abstract View getIconView(); in getIconView() method in QSIconView
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ |
H A D | ModernStatusBarWifiViewTest.kt | 235 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) 250 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) 259 private fun View.getIconView(): ImageView {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimation.java | 68 View iconView = view.getIconView(); in SplashScreenExitAnimation()
|
H A D | SplashScreenExitAnimationUtils.java | 176 iconView = ((SplashScreenView) splashScreenView).getIconView(); in createAnimator()
|
H A D | SplashscreenContentDrawer.java | 1194 if (view.getIconView() == null) { in applyExitAnimation()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SplashScreenView.java | 642 public @Nullable View getIconView() { in getIconView() method in SplashScreenView 707 final View iconView = view.getIconView(); in SplashScreenViewParcelable() 715 ? copyDrawable(((ImageView) view.getIconView()).getDrawable()) : null; in SplashScreenViewParcelable()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 1715 bubble.getIconView().callOnClick(); in testShowStackEdu_isNotConversationBubble() 1733 bubble.getIconView().callOnClick(); in testShowStackEdu_isConversationBubble() 1751 bubble.getIconView().callOnClick(); in testShowStackEdu_isSeenConversationBubble() 2112 assertThat(b.getIconView()).isNotNull(); in assertBubbleIsInflatedForStack() 2128 assertThat(b.getIconView()).isNull(); in assertBubbleIsInflatedForBar() 2130 assertThat(b.getIconView()).isNotNull(); in assertBubbleIsInflatedForBar()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImpl.java | 81 public View getIconView() { in getIconView() method in QSIconViewImpl
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSAnimator.java | 317 final View tileIcon = tileView.getIcon().getIconView(); in updateAnimators()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricView.java | 967 public LottieAnimationView getIconView() { in getIconView() method in AuthBiometricView
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 60843 method @Nullable public android.view.View getIconView();
|