Searched refs:showBackground (Results 1 – 4 of 4) sorted by relevance
57 boolean showBackground = resources.getBoolean(R.bool.config_show_top_level_icon_background); in init()58 if (!showBackground) { in init()
224 void setShowBackground(boolean showBackground) { in setShowBackground() argument225 if (mShowBackground != showBackground) { in setShowBackground()226 mShowBackground = showBackground; in setShowBackground()227 mState.setWatchingBackgroundItems(showBackground); in setShowBackground()
97 @SuppressWarnings("unused") final int showBackground = reply.readInt(); in updateHardwareOverlaysSetting() local
1036 int showBackground = reply.readInt(); in updateFlingerOptions() local