Home
last modified time | relevance | path

Searched refs:mInflateSynchronously (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java71 private boolean mInflateSynchronously = false; field in NotificationContentInflater
124 mInflateSynchronously, in bindContent()
137 if (mInflateSynchronously) { in bindContent()
708 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
716 private final boolean mInflateSynchronously; field in NotificationContentInflater.AsyncInflationTask
750 mInflateSynchronously = inflateSynchronously; in AsyncInflationTask()
826 mInflateSynchronously, in onPostExecute()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java91 private boolean mInflateSynchronously; field in Bubble
341 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
379 if (mInflateSynchronously) { in inflate()
H A DBubbleController.java194 private boolean mInflateSynchronously; field in BubbleController
549 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
836 bubble.setInflateSynchronously(mInflateSynchronously); in promoteBubbleFromOverflow()
957 bubble.setInflateSynchronously(mInflateSynchronously); in inflateAndAdd()