Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java86 private boolean mInflateSynchronously = false; field in NotificationContentInflater
153 mInflateSynchronously, in bindContent()
169 if (mInflateSynchronously) { in bindContent()
1059 mInflateSynchronously = inflateSynchronously;
1068 private final boolean mInflateSynchronously;
1108 mInflateSynchronously = inflateSynchronously;
1242 mInflateSynchronously,
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java114 private boolean mInflateSynchronously; field in Bubble
495 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
542 if (mInflateSynchronously) { in inflate()
DBubbleController.java266 private boolean mInflateSynchronously; field in BubbleController
766 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
1266 bubble.setInflateSynchronously(mInflateSynchronously); in promoteBubbleFromOverflow()
1667 bubble.setInflateSynchronously(mInflateSynchronously); in inflateAndAdd()