Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorCustomizationManager.java87 private String mCurrentStyle; field in ColorCustomizationManager
124 Log.i(TAG, "Resetting " + mCurrentOverlays + ", " + mCurrentStyle + ", " in ColorCustomizationManager()
127 mCurrentStyle = null; in ColorCustomizationManager()
273 if (mCurrentStyle == null) { in getCurrentStyle()
276 return mCurrentStyle; in getCurrentStyle()
287 mCurrentStyle = allSettings.remove(OVERLAY_THEME_STYLE); in parseSettings()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDraw.java48 int mCurrentStyle = 0; field in ImageFilterDraw
82 mCurrentStyle = style % mDrawingsTypes.length; in setStyle()
86 return mCurrentStyle; in getStyle()
281 mDrawingsTypes[mCurrentStyle].paint( in draw()