Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java677 if (mIsExpanded && mExpandedBubble != null && v.equals(mExpandedBubble.getIconView())) {
1282 mBubbleContainer.addView(mBubbleOverflow.getIconView(), in setUpOverflow()
1286 mBubbleOverflow.getIconView().setOnClickListener((View v) -> { in setUpOverflow()
1547 mBubbleContainer.reorderView(mBubbleOverflow.getIconView(), in updateOverflow()
1572 mBubbleOverflow.getIconView().animateDotScale(expanding ? 1 : 0f, () -> { in updateOverflowDotVisibility()
1641 if (b.getIconView() == null) { in onDisplaySizeChanged()
1645 b.getIconView().setLayoutParams(new LayoutParams(mBubbleSize, mBubbleSize)); in onDisplaySizeChanged()
1651 mBubbleOverflow.getIconView().setLayoutParams( in onDisplaySizeChanged()
1812 if (bubble.getIconView() != null) { in updateContentDescription()
1814 bubble.getIconView().setContentDescription(getResources().getString( in updateContentDescription()
[all …]
DBubbleViewProvider.java38 View getIconView(); in getIconView() method
DBubbleOverflow.kt99 getIconView()?.setIconImageResource(R.drawable.bubble_ic_overflow_button) in update()
249 override fun getIconView(): BadgedImageView? { in getIconView() method in com.android.wm.shell.bubbles.BubbleOverflow
DBubbleData.java1138 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
DBubble.java380 public BadgedImageView getIconView() { in getIconView() method in Bubble
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSIconView.java34 public abstract View getIconView(); in getIconView() method in QSIconView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/
DModernStatusBarMobileViewTest.kt258 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) in onDarkChanged_iconHasNewColor()
280 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) in setStaticDrawableColor_iconHasNewColor()
318 private fun View.getIconView(): ImageView { in getIconView() method in com.android.systemui.statusbar.pipeline.mobile.ui.view.ModernStatusBarMobileViewTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/
DModernStatusBarWifiViewTest.kt238 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) in onDarkChanged_iconHasNewColor()
254 assertThat(view.getIconView().imageTintList).isEqualTo(ColorStateList.valueOf(color)) in setStaticDrawableColor_iconHasNewColor()
263 private fun View.getIconView(): ImageView { in getIconView() method in com.android.systemui.statusbar.pipeline.wifi.ui.view.ModernStatusBarWifiViewTest
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java70 View iconView = view.getIconView(); in SplashScreenExitAnimation()
DSplashScreenExitAnimationUtils.java206 iconView = ((SplashScreenView) splashScreenView).getIconView(); in createRadialVanishSlideUpAnimator()
266 iconView = ((SplashScreenView) splashScreenView).getIconView(); in createFadeOutAnimation()
DSplashscreenContentDrawer.java1201 if (view.getIconView() == null) { in applyExitAnimation()
/frameworks/base/core/java/android/window/
DSplashScreenView.java661 public @Nullable View getIconView() { in getIconView() method in SplashScreenView
726 final View iconView = view.getIconView(); in SplashScreenViewParcelable()
734 ? copyDrawable(((ImageView) view.getIconView()).getDrawable()) : null; in SplashScreenViewParcelable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java88 public View getIconView() { in getIconView() method in QSIconViewImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1861 bubble.getIconView().callOnClick(); in testShowStackEdu_isNotConversationBubble()
1879 bubble.getIconView().callOnClick(); in testShowStackEdu_isConversationBubble()
1897 bubble.getIconView().callOnClick(); in testShowStackEdu_isSeenConversationBubble()
2522 assertThat(b.getIconView()).isNotNull(); in assertBubbleIsInflatedForStack()
2538 assertThat(b.getIconView()).isNull(); in assertBubbleIsInflatedForBar()
2540 assertThat(b.getIconView()).isNotNull(); in assertBubbleIsInflatedForBar()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt61504 method @Nullable public android.view.View getIconView();