Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java70 portraitMap.put(ParameterSaturation.sParameterType, SliderSaturation.class); in portraitMap.put() argument
71 landscapeMap.put(ParameterSaturation.sParameterType, SliderSaturation.class); in landscapeMap.put() argument
72 portraitMap.put(ParameterHue.sParameterType, SliderHue.class); in portraitMap.put() argument
73 landscapeMap.put(ParameterHue.sParameterType, SliderHue.class); in landscapeMap.put() argument
74 portraitMap.put(ParameterOpacity.sParameterType, SliderOpacity.class); in portraitMap.put() argument
75 landscapeMap.put(ParameterOpacity.sParameterType, SliderOpacity.class); in landscapeMap.put() argument
76 portraitMap.put(ParameterBrightness.sParameterType, SliderBrightness.class); in portraitMap.put() argument
77 landscapeMap.put(ParameterBrightness.sParameterType, SliderBrightness.class); in landscapeMap.put() argument
78 portraitMap.put(ParameterColor.sParameterType, ColorChooser.class); in portraitMap.put() argument
79 landscapeMap.put(ParameterColor.sParameterType, ColorChooser.class); in landscapeMap.put() argument
[all …]
DBasicEditor.java122 return sParameterType; in getParameterType()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DParameterHue.java20 public static String sParameterType = "ParameterHue"; field in ParameterHue
29 return sParameterType; in getParameterType()
DParameterOpacity.java19 public static String sParameterType = "ParameterOpacity"; field in ParameterOpacity
28 return sParameterType; in getParameterType()
DParameterBrightness.java20 public static String sParameterType = "ParameterBrightness"; field in ParameterBrightness
29 return sParameterType; in getParameterType()
DParameterSaturation.java20 public static String sParameterType = "ParameterSaturation"; field in ParameterSaturation
29 return sParameterType; in getParameterType()
DParameterColor.java24 public static String sParameterType = "ParameterColor"; field in ParameterColor
47 return sParameterType; in getParameterType()
DParameterActionAndInt.java20 static String sParameterType = "ParameterActionAndInt"; field
DParameterInteger.java20 static String sParameterType = "ParameterInteger"; field
DParameterStyles.java24 public static String sParameterType = "ParameterStyles"; field
DBasicParameterInt.java63 return sParameterType; in getParameterType()
DBasicParameterStyle.java56 return sParameterType; in getParameterType()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterBasicRepresentation.java152 return sParameterType; in getParameterType()