Searched defs:inflateView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java157 inflateView(isLandscape);
201 private void inflateView(boolean isLandscape) { method in class:ScreenPinningRequest.RequestWindowView
269 inflateView(isLandscapePhone(mContext));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java200 inflateView();
225 inflateView();
229 protected void inflateView() { method in class:KeyguardBouncer
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java403 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, method in class:BridgeContext
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java3162 View result = inflateView(context, rvToApply, parent);
3170 private View inflateView(Context context, RemoteViews rv, ViewGroup parent) { method in class:RemoteViews
3298 mResult = inflateView(mContext, mRV, mParent);

Completed in 254 milliseconds