Searched refs:showBackground (Results 1 – 5 of 5) 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()
97 @SuppressWarnings("unused") final int showBackground = reply.readInt(); in updateHardwareOverlaysSetting() local
947 int showBackground = reply.readInt(); in updateFlingerOptions() local