Searched refs:ARG_USE_GRID_LAYOUT (Results 1 – 1 of 1) sorted by relevance
41 private static final String ARG_USE_GRID_LAYOUT = "CustomThemeComponentFragment.use_grid";; field in CustomThemeComponentFragment54 arguments.putBoolean(ARG_USE_GRID_LAYOUT, allowGridLayout); in newInstance()69 mUseGridLayout = getArguments().getBoolean(ARG_USE_GRID_LAYOUT); in onCreate()