Home
last modified time | relevance | path

Searched defs:getIconView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSIconView.java34 public abstract View getIconView(); in getIconView() method in QSIconView
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewProvider.java38 View getIconView(); in getIconView() method
DBubbleOverflow.kt234 override fun getIconView(): BadgedImageView? { in getIconView() method in com.android.wm.shell.bubbles.BubbleOverflow
DBubble.java560 public BadgedImageView getIconView() { in getIconView() method in Bubble
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java101 public View getIconView() { in getIconView() method in QSIconViewImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/
DModernStatusBarWifiViewTest.kt261 private fun View.getIconView(): ImageView { in getIconView() method in com.android.systemui.statusbar.pipeline.wifi.ui.view.ModernStatusBarWifiViewTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/
DModernStatusBarMobileViewTest.kt264 private fun View.getIconView(): ImageView { in getIconView() method in com.android.systemui.statusbar.pipeline.mobile.ui.view.ModernStatusBarMobileViewTest
/frameworks/base/core/java/android/window/
DSplashScreenView.java661 public @Nullable View getIconView() { in getIconView() method in SplashScreenView