Home
last modified time | relevance | path

Searched refs:getIconView (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1462 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 DBubbleViewProvider.java38 View getIconView(); in getIconView() method
H A DBubbleOverflow.kt78 getIconView()?.setIconImageResource(R.drawable.bubble_ic_overflow_button)
223 override fun getIconView(): BadgedImageView? {
H A DBubbleData.java1132 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
H A DBubble.java375 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 DModernStatusBarMobileViewTest.kt252 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 DQSIconView.java34 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 DModernStatusBarWifiViewTest.kt235 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 DSplashScreenExitAnimation.java68 View iconView = view.getIconView(); in SplashScreenExitAnimation()
H A DSplashScreenExitAnimationUtils.java176 iconView = ((SplashScreenView) splashScreenView).getIconView(); in createAnimator()
H A DSplashscreenContentDrawer.java1194 if (view.getIconView() == null) { in applyExitAnimation()
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java642 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 DBubblesTest.java1715 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 DQSIconViewImpl.java81 public View getIconView() { in getIconView() method in QSIconViewImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java317 final View tileIcon = tileView.getIcon().getIconView(); in updateAnimators()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java967 public LottieAnimationView getIconView() { in getIconView() method in AuthBiometricView
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60843 method @Nullable public android.view.View getIconView();