Searched refs:showBackground (Results 1 – 6 of 6) sorted by relevance
224 void setShowBackground(boolean showBackground) { in setShowBackground() argument225 if (mShowBackground != showBackground) { in setShowBackground()226 mShowBackground = showBackground; in setShowBackground()227 mState.setWatchingBackgroundItems(showBackground); in setShowBackground()
112 protected final void setShowToolbarBackground(boolean showBackground) { in setShowToolbarBackground() argument115 ((TelecomActivity) activity).setShowToolbarBackground(showBackground); in setShowToolbarBackground()
97 @SuppressWarnings("unused") final int showBackground = reply.readInt(); in updateHardwareOverlaysSetting() local
962 int showBackground = reply.readInt(); in updateFlingerOptions() local