Searched refs:mBridgeContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DActionBarLayout.java65 @NonNull private final BridgeContext mBridgeContext; field in class:ActionBarLayout
101 mBridgeContext = context;
120 res = mBridgeContext.getRenderResources();
121 mPopupMaxWidth = Math.max(mBridgeContext.getMetrics().widthPixels / 2,
185 if (mBridgeContext.getRenderResources().getProjectResource(ResourceType.MENU, name)
187 int id = mBridgeContext.getProjectResourceValue(ResourceType.MENU, name, -1);
222 return ResourceHelper.getDrawable(value, mBridgeContext);
245 FrameLayout contentRoot = new FrameLayout(mBridgeContext);
261 DisplayMetrics metrics = mBridgeContext.getMetrics();

Completed in 153 milliseconds