Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java88 protected void inflateView() { in setup()
89 super.inflateView(); in setup()
97 mBouncer.inflateView(); in testInflateView_doesntCrash()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java311 inflateView(); in reset()
390 inflateView(); in ensureView()
394 protected void inflateView() { in inflateView() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java165 inflateView(rotation); in onAttachedToWindow()
205 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView
311 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.java650 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
662 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
/frameworks/base/core/java/android/widget/
DRemoteViews.java3304 View result = inflateView(context, rvToApply, parent);
3312 private View inflateView(Context context, RemoteViews rv, ViewGroup parent) {
3433 mResult = inflateView(mContext, mRV, mParent);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java449 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, in inflateView() method in BridgeContext