/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleStackView.java | 677 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 …]
|
D | BubbleViewProvider.java | 38 View getIconView(); in getIconView() method
|
D | BubbleOverflow.kt | 99 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
|
D | BubbleData.java | 1138 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
|
D | Bubble.java | 380 public BadgedImageView getIconView() { in getIconView() method in Bubble
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
D | QSIconView.java | 34 public abstract View getIconView(); in getIconView() method in QSIconView
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/ |
D | ModernStatusBarMobileViewTest.kt | 258 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/ |
D | ModernStatusBarWifiViewTest.kt | 238 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/ |
D | SplashScreenExitAnimation.java | 70 View iconView = view.getIconView(); in SplashScreenExitAnimation()
|
D | SplashScreenExitAnimationUtils.java | 206 iconView = ((SplashScreenView) splashScreenView).getIconView(); in createRadialVanishSlideUpAnimator() 266 iconView = ((SplashScreenView) splashScreenView).getIconView(); in createFadeOutAnimation()
|
D | SplashscreenContentDrawer.java | 1201 if (view.getIconView() == null) { in applyExitAnimation()
|
/frameworks/base/core/java/android/window/ |
D | SplashScreenView.java | 661 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/ |
D | QSIconViewImpl.java | 88 public View getIconView() { in getIconView() method in QSIconViewImpl
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1861 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 61504 method @Nullable public android.view.View getIconView();
|