OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRepresentation
(Results
1 - 21
of
21
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java
89
public FilterRepresentation
getRepresentation
(Class c) {
289
mEffects.add(
getRepresentation
(ImageFilterTinyPlanet.class));
290
mEffects.add(
getRepresentation
(ImageFilterWBalance.class));
291
mEffects.add(
getRepresentation
(ImageFilterExposure.class));
292
mEffects.add(
getRepresentation
(ImageFilterVignette.class));
293
mEffects.add(
getRepresentation
(ImageFilterGrad.class));
294
mEffects.add(
getRepresentation
(ImageFilterContrast.class));
295
mEffects.add(
getRepresentation
(ImageFilterShadows.class));
296
mEffects.add(
getRepresentation
(ImageFilterHighlights.class));
297
mEffects.add(
getRepresentation
(ImageFilterVibrance.class))
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java
157
if (action.
getRepresentation
() != null
158
&& action.
getRepresentation
()
160
return action.
getRepresentation
();
169
if (action.
getRepresentation
() != null
170
&& action.
getRepresentation
()
216
FilterRepresentation itemRep = getItem(i).
getRepresentation
();
Action.java
100
public FilterRepresentation
getRepresentation
() {
192
if (
getRepresentation
().getFilterType() == FilterRepresentation.TYPE_BORDER) {
CategoryView.java
156
activity.showRepresentation(mAction.
getRepresentation
());
160
activity.showRepresentation(mAction.
getRepresentation
());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java
64
FilterRepresentation rep = action.
getRepresentation
();
73
FilterRepresentation rep = action.
getRepresentation
();
/external/clang/include/clang/AST/
NestedNameSpecifier.h
360
NestedNameSpecifier *
getRepresentation
() const { return Representation; }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java
692
// public int
getRepresentation
()
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
442
mVersions.remove(action.
getRepresentation
());
448
(FilterUserPresetRepresentation) action.
getRepresentation
();
636
FilterRepresentation representation = copy.
getRepresentation
(filterRepresentation);
672
if (preset.
getRepresentation
(representation) != null) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java
333
&& preset.
getRepresentation
(representation) != null) {
/external/clang/lib/Sema/
DeclSpec.cpp
133
if (!Builder.
getRepresentation
())
140
if (!Builder.
getRepresentation
())
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java
429
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
...]
/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 866 milliseconds