Home
last modified time | relevance | path

Searched refs:mBackgroundOn (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java148 private Drawable mBackgroundOn; field in InternetDialogDelegate
280 mBackgroundOn = context.getDrawable(R.drawable.settingslib_switch_bar_bg_on); in onCreate()
515 mSecondaryMobileNetworkLayout.setBackground(mBackgroundOn); in setMobileDataLayout()
557 isNetworkConnected ? mBackgroundOn : mBackgroundOff); in setMobileDataLayout()
592 (isDeviceLocked && mConnectedWifiEntry != null) ? mBackgroundOn : null); in updateWifiToggle()