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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java 60 public FilterRepresentation getRepresentation(Class c) {
152 representations.add(getRepresentation(ImageFilterTinyPlanet.class));
153 representations.add(getRepresentation(ImageFilterWBalance.class));
154 representations.add(getRepresentation(ImageFilterExposure.class));
155 representations.add(getRepresentation(ImageFilterVignette.class));
156 representations.add(getRepresentation(ImageFilterContrast.class));
157 representations.add(getRepresentation(ImageFilterShadows.class));
158 representations.add(getRepresentation(ImageFilterHighlights.class));
159 representations.add(getRepresentation(ImageFilterVibrance.class));
160 representations.add(getRepresentation(ImageFilterSharpen.class))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 73 if (preset.historyName().equals(getItem(i).getRepresentation().getName())) {
160 if (action.getRepresentation() != null
161 && action.getRepresentation().getFilterClass()
163 return action.getRepresentation();
172 if (action.getRepresentation() != null
173 && action.getRepresentation().getFilterClass()
CategoryView.java 122 public FilterRepresentation getRepresentation() {
123 return mAction.getRepresentation();
129 activity.showRepresentation(mAction.getRepresentation());
Action.java 58 public FilterRepresentation getRepresentation() {
152 if (getRepresentation().getPriority() == FilterRepresentation.TYPE_BORDER) {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 356 NestedNameSpecifier *getRepresentation() const { return Representation; }
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FilterIconButton.java 104 setFilterRepresentation(mAction.getRepresentation());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 692 // public int getRepresentation()
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 132 if (!Builder.getRepresentation())
139 if (!Builder.getRepresentation())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
ImagePreset.java 423 public FilterRepresentation getRepresentation(FilterRepresentation filterRepresentation) {
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
asm-debug-all-4.0.jar 
  /external/clang/include/clang/Sema/
DeclSpec.h 80 return Builder.getRepresentation();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 420 FilterRepresentation representation = copy.getRepresentation(filterRepresentation);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 395 milliseconds