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.java146 inflateView(); in reset()
170 inflateView(); in ensureView()
174 private void inflateView() { in inflateView() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java146 inflateView(isLandscape); in onAttachedToWindow()
190 private void inflateView(boolean isLandscape) { in inflateView() method in ScreenPinningRequest.RequestWindowView
257 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.java931 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
943 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java396 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, in inflateView() method in BridgeContext