Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java151 boolean inflateSynchronously, in inflateNotificationViews() argument
168 inflateSynchronously, in inflateNotificationViews()
315 boolean inflateSynchronously, in apply() argument
343 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
368 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
394 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
419 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
438 boolean inflateSynchronously, in applyRemoteView() argument
454 if (inflateSynchronously) { in applyRemoteView()
690 public void setInflateSynchronously(boolean inflateSynchronously) { in setInflateSynchronously() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java284 void setInflateSynchronously(boolean inflateSynchronously) { in setInflateSynchronously() argument
285 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()
DBubbleController.java702 void setInflateSynchronously(boolean inflateSynchronously) { in setInflateSynchronously() argument
703 mInflateSynchronously = inflateSynchronously; in setInflateSynchronously()