Home
last modified time | relevance | path

Searched refs:willDraw (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java120 public void setWillDrawIcon(boolean willDraw) { in setWillDrawIcon() argument
121 mIconView.setVisibility(willDraw ? View.VISIBLE : View.INVISIBLE); in setWillDrawIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java594 boolean willDraw = mShouldDrawNotificationBackground || DEBUG; in NotificationStackScrollLayout()
595 setWillNotDraw(!willDraw); in NotificationStackScrollLayout()