OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:landscapemap
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java
68
static HashMap<String, Class>
landscapeMap
= new HashMap<String, Class>();
71
landscapeMap
.put(ParameterSaturation.sParameterType, SliderSaturation.class);
73
landscapeMap
.put(ParameterHue.sParameterType, SliderHue.class);
75
landscapeMap
.put(ParameterOpacity.sParameterType, SliderOpacity.class);
77
landscapeMap
.put(ParameterBrightness.sParameterType, SliderBrightness.class);
79
landscapeMap
.put(ParameterColor.sParameterType, ColorChooser.class);
82
landscapeMap
.put(ParameterInteger.sParameterType, TitledSlider.class);
84
landscapeMap
.put(ParameterActionAndInt.sParameterType, ActionSlider.class);
86
landscapeMap
.put(ParameterStyles.sParameterType, StyleChooser.class);
187
Class c = ((useCompact(context)) ? portraitMap :
landscapeMap
).get(pType)
[
all
...]
Completed in 780 milliseconds