/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleStackView.java | 864 mBubbleContainer.addView(mBubbleOverflow.getIconView(), in BubbleStackView() 1309 if (b.getIconView() == null) { in onDisplaySizeChanged() 1471 if (bubble.getIconView() != null) { in updateContentDescription() 1549 if (bubble.getIconView() == null) { in addBubble() 1553 mBubbleContainer.addView(bubble.getIconView(), 0, in addBubble() 1780 if (b.getIconView() != null) { in setBubbleVisibility() 2461 if (bubble.getIconView() != null) { in animateInFlyoutForBubble() 2462 bubble.getIconView().removeDotSuppressionFlag( in animateInFlyoutForBubble() 2470 bubble.getIconView().addDotSuppressionFlag( in animateInFlyoutForBubble() 2498 bubble.getIconView().getDotCenter(), in animateInFlyoutForBubble() [all …]
|
H A D | BubbleOverflow.kt | 69 getIconView()?.setImageResource(R.drawable.bubble_ic_overflow_button) 161 override fun getIconView(): BadgedImageView? {
|
H A D | BubbleViewProvider.java | 36 @Nullable View getIconView(); in getIconView() method
|
H A D | BubbleData.java | 938 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
|
H A D | Bubble.java | 272 public BadgedImageView getIconView() { in getIconView() method in Bubble
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingTaskView.java | 94 mSplitPlaceholderView.setIconView(originalView.getIconView(), in init() 96 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in init() 150 mOrientationHandler.setPrimaryScale(mSplitPlaceholderView.getIconView(), childScaleX); in update() 151 mOrientationHandler.setSecondaryScale(mSplitPlaceholderView.getIconView(), childScaleY); in update() 156 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in updateOrientationHandler()
|
H A D | SplitPlaceholderView.java | 51 public IconView getIconView() { in getIconView() method in SplitPlaceholderView
|
H A D | TaskView.java | 593 public IconView getIconView() { in getIconView() method in TaskView 1612 public IconView getIconView() { in getIconView() method in TaskIdAttributeContainer
|
H A D | RecentsView.java | 833 if (tv.getIconView().getDrawable() != null) { in onTaskIconChanged()
|
/aosp12/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
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimation.java | 91 View iconView = view.getIconView(); in SplashScreenExitAnimation() 349 final View iconView = mSplashScreenView.getIconView(); in onFadeOutProgress()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | SplashScreenView.java | 656 public @Nullable View getIconView() { in getIconView() method in SplashScreenView 725 mIconBackground = copyDrawable(view.getIconView().getBackground()); in SplashScreenViewParcelable() 729 mIconBitmap = copyDrawable(((ImageView) view.getIconView()).getDrawable()); in SplashScreenViewParcelable()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupContainerWithArrow.java | 372 info.setIconAndLabelFor(shortcutView.getIconView(), shortcutView.getBubbleText()); in initializeSystemShortcut() 664 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView, 666 new ShortcutDragPreviewProvider(sv.getIconView(), iconShift),
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
H A D | DeepShortcutView.java | 173 public View getIconView() { in getIconView() method in DeepShortcutView
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ui/setup/ |
H A D | SetupGuidedStepFragment.java | 148 getIconView().setVisibility(View.GONE); in onCreateGuidanceStylist()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | FloatingIconView.java | 223 v = ((DeepShortcutView) v.getParent()).getIconView(); in getLocationBoundsForView() 265 drawable = ((DeepShortcutView) originalView).getIconView().getBackground(); in getIconResult()
|
H A D | OptionsPopupView.java | 156 view.getIconView().setBackgroundDrawable(item.icon); in show()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | SelectWifiState.java | 144 vh.getIconView().setImageLevel(wifiAction.getIconLevel()); in onCreateActionsStylist()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricFaceToFingerprintViewTest.java | 325 public ImageView getIconView() { in getIconView() method in AuthBiometricFaceToFingerprintViewTest.MockInjector
|
H A D | AuthBiometricViewTest.java | 437 public ImageView getIconView() { in getIconView() method in AuthBiometricViewTest.MockInjector
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImpl.java | 74 public View getIconView() { in getIconView() method in QSIconViewImpl
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricView.java | 161 public ImageView getIconView() { in getIconView() method in AuthBiometricView.Injector 661 mIconView = mInjector.getIconView(); in onFinishInflateInternal()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSAnimator.java | 290 final View tileIcon = tileView.getIcon().getIconView(); in updateAnimators()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 56919 method @Nullable public android.view.View getIconView();
|