Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java81 LayoutInflater appInflater = (LayoutInflater) in inflateWidgetView() local
83 appInflater = appInflater.cloneInContext(appContext); in inflateWidgetView()
84 widgetView = appInflater.inflate(widgetInfo.layoutId, null, false); in inflateWidgetView()