/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/ |
D | OverlayViewGlobalStateController.java | 110 inflateView(viewController); in showView() 246 public void inflateView(OverlayViewController viewController) { in inflateView() method in OverlayViewGlobalStateController
|
D | OverlayPanelViewController.java | 147 getOverlayViewGlobalStateController().inflateView(this); in OverlayPanelViewController() 185 getOverlayViewGlobalStateController().inflateView(this); in toggle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBouncer.java | 337 inflateView(); in reset() 432 inflateView(); in ensureView() 436 protected void inflateView() { in inflateView() method in KeyguardBouncer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | ScreenPinningRequest.java | 191 inflateView(rotation); in onAttachedToWindow() 231 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView 345 inflateView(RotationUtils.getRotation(mContext)); in onConfigurationChanged()
|
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/window/ |
D | OverlayPanelViewControllerTest.java | 98 verify(mOverlayViewGlobalStateController).inflateView(mOverlayPanelViewController); in toggle_notInflated_inflates() 108 verify(mOverlayViewGlobalStateController, never()).inflateView(mOverlayPanelViewController); in toggle_inflated_doesNotInflate() 422 verify(mOverlayViewGlobalStateController).inflateView(mOverlayPanelViewController); in dragOpenTouchListener_isNotInflated_inflatesView()
|
D | OverlayViewGlobalStateControllerTest.java | 572 mOverlayViewGlobalStateController.inflateView(mOverlayViewController2); in inflateView_notInflated_inflates() 581 mOverlayViewGlobalStateController.inflateView(mOverlayViewController2); in inflateView_alreadyInflated_doesNotInflate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBouncerTest.java | 127 protected void inflateView() { in setup() 136 mBouncer.inflateView(); in testInflateView_doesntCrash()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | AdapterHelper.java | 49 Pair<View, Boolean> pair = context.inflateView(dataBindingItem.getViewReference(), in getView()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 3387 View result = inflateView(context, rvToApply, parent); 3397 View result = inflateView(context, rvToApply, parent, applyThemeResId); 3402 private View inflateView(Context context, RemoteViews rv, ViewGroup parent) { 3403 return inflateView(context, rv, parent, 0); 3406 private View inflateView(Context context, RemoteViews rv, ViewGroup parent, 3519 mResult = inflateView(mContext, mRV, mParent);
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 688 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess() 700 Pair<View, Boolean> pair = context.inflateView( in postInflateProcess()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 476 public Pair<View, Boolean> inflateView(ResourceReference layout, ViewGroup parent, in inflateView() method in BridgeContext
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 26539 HSPLandroid/widget/RemoteViews;->inflateView(Landroid/content/Context;Landroid/widget/RemoteViews;L… 26540 HSPLandroid/widget/RemoteViews;->inflateView(Landroid/content/Context;Landroid/widget/RemoteViews;L…
|