Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorCustomizationManager.java239 String style = getCurrentStyle(); in getCurrentStyleForLogging()
272 public @Nullable String getCurrentStyle() { in getCurrentStyle() method
DColorOption.java81 String currentStyle = colorManager.getCurrentStyle(); in isActive()