Home
last modified time | relevance | path

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

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