Searched refs:getBooleanThemeFrameworkAttrValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 56 import static com.android.layoutlib.bridge.impl.ResourceHelper.getBooleanThemeFrameworkAttrValue; 413 getBooleanThemeFrameworkAttrValue(mResources, ATTR_WINDOW_FLOATING, true); in Builder() 435 getBooleanThemeFrameworkAttrValue(mResources, ATTR_WINDOW_FULL_SCREEN, false); in findStatusBar() 440 getBooleanThemeFrameworkAttrValue( in findStatusBar() 497 getBooleanThemeFrameworkAttrValue(mResources, ATTR_WINDOW_NO_TITLE, false); in findFrameworkBar() 503 getBooleanThemeFrameworkAttrValue(mResources, ATTR_WINDOW_ACTION_BAR, true); in findFrameworkBar() 539 getBooleanThemeFrameworkAttrValue(mResources, ATTR_WINDOW_TRANSLUCENT_NAV, in findNavBar()
|
D | ResourceHelper.java | 519 public static boolean getBooleanThemeFrameworkAttrValue(@NonNull RenderResources resources, in getBooleanThemeFrameworkAttrValue() method in ResourceHelper
|
D | RenderSessionImpl.java | 174 ResourceHelper.getBooleanThemeFrameworkAttrValue(params.getResources(), in init()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | CustomBar.java | 230 boolean translucent = ResourceHelper.getBooleanThemeFrameworkAttrValue(renderResources, in getBarColor() 236 boolean transparent = ResourceHelper.getBooleanThemeFrameworkAttrValue(renderResources, in getBarColor()
|