Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java134 inflateView(); in reset()
167 inflateView(); in ensureView()
171 private void inflateView() { in inflateView() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DScreenPinningRequest.java147 inflateView(isLandscape); in onAttachedToWindow()
191 private void inflateView(boolean isLandscape) { in inflateView() method in ScreenPinningRequest.RequestWindowView
258 inflateView(isLandscapePhone(mContext)); in onConfigurationChanged()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java49 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(), in getView()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1291 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
1303 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java350 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, in inflateView() method in BridgeContext