Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java864 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 DBubbleOverflow.kt69 getIconView()?.setImageResource(R.drawable.bubble_ic_overflow_button)
161 override fun getIconView(): BadgedImageView? {
H A DBubbleViewProvider.java36 @Nullable View getIconView(); in getIconView() method
H A DBubbleData.java938 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
H A DBubble.java272 public BadgedImageView getIconView() { in getIconView() method in Bubble
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingTaskView.java94 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 DSplitPlaceholderView.java51 public IconView getIconView() { in getIconView() method in SplitPlaceholderView
H A DTaskView.java593 public IconView getIconView() { in getIconView() method in TaskView
1612 public IconView getIconView() { in getIconView() method in TaskIdAttributeContainer
H A DRecentsView.java833 if (tv.getIconView().getDrawable() != null) { in onTaskIconChanged()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSIconView.java34 public abstract View getIconView(); in getIconView() method in QSIconView
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java91 View iconView = view.getIconView(); in SplashScreenExitAnimation()
349 final View iconView = mSplashScreenView.getIconView(); in onFadeOutProgress()
/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreenView.java656 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 DPopupContainerWithArrow.java372 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 DDeepShortcutView.java173 public View getIconView() { in getIconView() method in DeepShortcutView
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupGuidedStepFragment.java148 getIconView().setVisibility(View.GONE); in onCreateGuidanceStylist()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingIconView.java223 v = ((DeepShortcutView) v.getParent()).getIconView(); in getLocationBoundsForView()
265 drawable = ((DeepShortcutView) originalView).getIconView().getBackground(); in getIconResult()
H A DOptionsPopupView.java156 view.getIconView().setBackgroundDrawable(item.icon); in show()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DSelectWifiState.java144 vh.getIconView().setImageLevel(wifiAction.getIconLevel()); in onCreateActionsStylist()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceToFingerprintViewTest.java325 public ImageView getIconView() { in getIconView() method in AuthBiometricFaceToFingerprintViewTest.MockInjector
H A DAuthBiometricViewTest.java437 public ImageView getIconView() { in getIconView() method in AuthBiometricViewTest.MockInjector
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java74 public View getIconView() { in getIconView() method in QSIconViewImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java161 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 DQSAnimator.java290 final View tileIcon = tileView.getIcon().getIconView(); in updateAnimators()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt56919 method @Nullable public android.view.View getIconView();