Searched refs:mDefaultBackgroundColor (Results 1 – 1 of 1) sorted by relevance
42 private int mDefaultBackgroundColor; field in ConnectivityFragment47 case DISCONNECTED -> updateStatus(mDefaultBackgroundColor,49 case INITIALIZED -> updateStatus(mDefaultBackgroundColor,51 case CONNECTING -> updateStatus(mDefaultBackgroundColor,73 mDefaultBackgroundColor = background.isColorType() ? background.data : Color.WHITE; in onViewCreated()