Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DAnalogComplicationConfigRecyclerViewAdapter.java112 SharedPreferences mSharedPref; field in AnalogComplicationConfigRecyclerViewAdapter
149 mSharedPref = in AnalogComplicationConfigRecyclerViewAdapter()
409 mSharedPref.getInt(backgroundSharedPrefString, Color.BLACK); in updateWatchFaceColors()
429 int currentHighlightColor = mSharedPref.getInt(highlightSharedPrefString, Color.RED); in updateWatchFaceColors()
510 mSharedPref.getInt(backgroundSharedPrefString, Color.BLACK); in updateComplicationViews()
551 int currentHighlightColor = mSharedPref.getInt(highlightSharedPrefString, Color.RED); in initializesColorsAndComplications()
703 Boolean currentState = mSharedPref.getBoolean(sharedPreferenceString, true); in setSharedPrefId()
732 Boolean newState = !mSharedPref.getBoolean(sharedPreferenceString, true); in onClick()
734 SharedPreferences.Editor editor = mSharedPref.edit(); in onClick()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DAnalogComplicationWatchFaceService.java180 SharedPreferences mSharedPref; field in AnalogComplicationWatchFaceService.Engine
219 mSharedPref = in onCreate()
243 mBackgroundColor = mSharedPref.getInt(backgroundColorResourceName, Color.BLACK); in loadSavedPreferences()
249 mWatchHandHighlightColor = mSharedPref.getInt(markerColorResourceName, Color.RED); in loadSavedPreferences()
263 mSharedPref.getBoolean(unreadNotificationPreferenceResourceName, true); in loadSavedPreferences()