Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java347 inflateView(); in reset()
444 inflateView(); in ensureView()
448 protected void inflateView() { in inflateView() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java193 inflateView(rotation); in onAttachedToWindow()
233 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView
347 inflateView(getRotation(mContext)); in onConfigurationChanged()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java48 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(), in getView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java140 mBouncer.inflateView(); in testInflateView_doesntCrash()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java683 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
695 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
/frameworks/base/core/java/android/widget/
DRemoteViews.java5426 View result = inflateView(context, rvToApply, parent);
5443 View result = inflateView(context, rvToApply, parent, applyThemeResId, null);
5453 View result = inflateView(context, rvToApply, parent, 0, colorResources);
5458 private View inflateView(Context context, RemoteViews rv, ViewGroup parent) {
5459 return inflateView(context, rv, parent, 0, null);
5462 private View inflateView(Context context, RemoteViews rv, @Nullable ViewGroup parent,
5611 mResult = inflateView(mContext, mRV, mParent, 0, mColorResources);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java483 public Pair<View, Boolean> inflateView(ResourceReference layout, ViewGroup parent, in inflateView() method in BridgeContext
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72477 Landroid/widget/RemoteViews;->inflateView(Landroid/content/Context;Landroid/widget/RemoteViews;Land…