Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStage.java76 boolean forceInflate = params.needsReinflation(); in executeStage()
92 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
H A DNotificationRowContentBinder.java49 boolean forceInflate, in bindContent() argument
H A DNotificationContentInflater.java101 boolean forceInflate, in bindContent() argument
115 if (forceInflate) { in bindContent()