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.java95 private boolean mInflateSynchronously = false; field in NotificationContentInflater
165 mInflateSynchronously, in bindContent()
180 if (mInflateSynchronously) { in bindContent()
1195 mInflateSynchronously = inflateSynchronously;
1204 private final boolean mInflateSynchronously;
1242 mInflateSynchronously = inflateSynchronously;
1421 mInflateSynchronously,
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java139 private boolean mInflateSynchronously; field in Bubble
684 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
741 if (mInflateSynchronously) { in inflate()
766 if (mInflateSynchronously) { in inflate()
DBubbleController.java284 private boolean mInflateSynchronously; field in BubbleController
949 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
1466 bubble.setInflateSynchronously(mInflateSynchronously); in promoteBubbleFromOverflow()
1625 mBubbleIconFactory, dragData, mInflateSynchronously); in expandStackAndSelectBubble()
1982 bubble.setInflateSynchronously(mInflateSynchronously); in inflateAndAdd()