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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
H A DSupportPreferencesUtil.java114 private static Context getThemedContext(@NonNull BridgeContext bridgeContext) { argument
115 RenderResources resources = bridgeContext.getRenderResources();
123 int styleId = bridgeContext.getDynamicIdByStyle(((StyleResourceValue) preferenceTheme));
125 return new ContextThemeWrapper(bridgeContext, styleId);
137 private static LinearLayout setUpPreferencesListView(@NonNull BridgeContext bridgeContext, argument
147 bridgeContext.addViewKey(listView, viewCookie.get(0));
187 bridgeContext.addViewKey(itemView, viewCookie.get(arrayPosition));
202 public static View inflatePreference(@NonNull BridgeContext bridgeContext, argument
205 LayoutlibCallback callback = bridgeContext.getLayoutlibCallback();
207 Context context = getThemedContext(bridgeContext);
[all...]

Completed in 58 milliseconds