HomeSort by relevance Sort by last modified time
    Searched refs:ParameterInteger (Results 1 - 8 of 8) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterActionAndInt.java 19 public interface ParameterActionAndInt extends ParameterInteger {
ParameterInteger.java 19 public interface ParameterInteger extends Parameter {
20 static String sParameterType = "ParameterInteger";
BasicSlider.java 32 private ParameterInteger mParameter;
40 mParameter = (ParameterInteger) parameter;
76 mParameter = (ParameterInteger) parameter;
TitledSlider.java 36 protected ParameterInteger mParameter;
46 mParameter = (ParameterInteger) parameter;
83 mParameter = (ParameterInteger) parameter;
BasicParameterInt.java 21 public class BasicParameterInt implements ParameterInteger {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java 25 import com.android.gallery3d.filtershow.controller.ParameterInteger;
33 public class BasicEditor extends ParametricEditor implements ParameterInteger {
ParametricEditor.java 41 import com.android.gallery3d.filtershow.controller.ParameterInteger;
81 portraitMap.put(ParameterInteger.sParameterType, BasicSlider.class);
82 landscapeMap.put(ParameterInteger.sParameterType, TitledSlider.class);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 25 import com.android.gallery3d.filtershow.controller.ParameterInteger;
27 public class FilterBasicRepresentation extends FilterRepresentation implements ParameterInteger {

Completed in 641 milliseconds