Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java101 protected void inflateView() { in setup()
102 super.inflateView(); in setup()
110 mBouncer.inflateView(); in testInflateView_doesntCrash()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java330 inflateView(); in reset()
425 inflateView(); in ensureView()
429 protected void inflateView() { in inflateView() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java178 inflateView(rotation); in onAttachedToWindow()
218 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView
321 inflateView(RotationUtils.getRotation(mContext)); in onConfigurationChanged()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java49 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(), in getView()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java667 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
679 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java445 public Pair<View, Boolean> inflateView(ResourceReference layout, ViewGroup parent, in inflateView() method in BridgeContext