Searched refs:getProperty (Results 1 - 25 of 98) sorted by relevance

1234

/frameworks/base/core/java/android/os/
H A DIBatteryPropertiesRegistrar.aidl29 int getProperty(in int id, out BatteryProperty prop);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DVolumeLoader.java47 map.put(prop[i].getProperty("name"), prop[i]);
70 String dir = p.getProperty("dir");
73 if ("dicom".equalsIgnoreCase(p.getProperty("format"))) {
76 String [] looks = p.getProperty("looks").split(",");
78 String look_color = p.getProperty(looks[j]+".color");
79 String look_opacity = p.getProperty(looks[j]+".opacity");
83 } else if ("raw".equalsIgnoreCase(p.getProperty("format"))) {
86 String [] looks = p.getProperty("looks").split(",");
88 String look_color = p.getProperty(looks[j]+".color");
89 String look_opacity = p.getProperty(look
[all...]
/frameworks/compile/libbcc/lib/
H A DProperties.h43 static inline uint32_t getProperty(const char *str) { function
H A DCompilerConfig.cpp131 if (!getProperty("debug.rs.arm-no-hwdiv")) {
155 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) {
169 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java85 public Property getProperty() {
113 mAnimationFilter.animate(mProperty.getProperty());
128 mAnimationFilter.animate(mProperty.getProperty());
138 mAnimationFilter.animate(mProperty.getProperty());
154 mAnimationFilter.animate(mProperty.getProperty());
166 mAnimationFilter.animate(mProperty.getProperty());
169 mAnimationFilter.animate(mProperty.getProperty());
180 mAnimationFilter.animate(mProperty.getProperty());
191 mAnimationFilter.animate(mProperty.getProperty());
202 mAnimationFilter.animate(mProperty.getProperty());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAnimatableProperty.java44 public abstract Property getProperty(); method in class:AnimatableProperty
77 public Property getProperty() {
102 public Property getProperty() {
H A DPropertyAnimator.java47 animatableProperty.getProperty().set(view, newEndValue);
54 Property<T, Float> property = animatableProperty.getProperty();
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java57 Object name = getProperty(props, "__name__");
58 Object hash = getProperty(props, "__hash__");
67 private Object getProperty(Map<Short, Object> props, String key) { method in class:ViewDumpParser
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java54 String server1 = properties.getProperty("XTRA_SERVER_1");
55 String server2 = properties.getProperty("XTRA_SERVER_2");
56 String server3 = properties.getProperty("XTRA_SERVER_3");
62 String agent = properties.getProperty("XTRA_USER_AGENT");
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DDataBindingBuilder.java184 compilerCommon = properties.getProperty("compilerCommon");
185 compiler = properties.getProperty("compiler");
186 baseLibrary = properties.getProperty("baseLibrary");
187 extensions = properties.getProperty("extensions");
/frameworks/native/include/batteryservice/
H A DIBatteryPropertiesRegistrar.h39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
/frameworks/native/services/batteryservice/include/batteryservice/
H A DIBatteryPropertiesRegistrar.h39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DParallaxFloatTest.java76 assertSame(keyValue.getProperty(), var1);
87 assertSame(keyValue.getProperty(), var1);
98 assertSame(keyValue.getProperty(), var1);
103 assertSame(keyValue2.getProperty(), var1);
H A DParallaxIntTest.java73 assertSame(keyValue.getProperty(), var1);
84 assertSame(keyValue.getProperty(), var1);
95 assertSame(keyValue.getProperty(), var1);
100 assertSame(keyValue2.getProperty(), var1);
/frameworks/data-binding/compiler/
H A Dbuild.gradle71 test.enabled = !System.getProperty("java.version").startsWith("1.6")
/frameworks/support/app-toolkit/buildSrc/
H A Drepos.gradle18 final String osName = System.getProperty("os.name").toLowerCase()
/frameworks/support/buildSrc/
H A Drepos.gradle18 final String osName = System.getProperty("os.name").toLowerCase()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DParallaxEffect.java290 if (mMarkerValues.get(0).getProperty() != mMarkerValues.get(1).getProperty()) {
304 Number currentValue = ((IntProperty) mMarkerValues.get(0).getProperty()).get(source);
322 int index = k.getProperty().getIndex();
385 if (mMarkerValues.get(0).getProperty() != mMarkerValues.get(1).getProperty()) {
399 Number currentValue = ((FloatProperty) mMarkerValues.get(0).getProperty()).get(source);
416 int index = k.getProperty().getIndex();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java119 mStartX = Integer.parseInt(prop.getProperty("startX"));
120 mStartY = Integer.parseInt(prop.getProperty("startY"));
121 mWidth = Integer.parseInt(prop.getProperty("width"));
122 mHeight = Integer.parseInt(prop.getProperty("height"));
123 mBytesPerPixel = Integer.parseInt(prop.getProperty("bytesPerPixel"));
124 mFrameRate = Integer.parseInt(prop.getProperty("frameRate"));
/frameworks/data-binding/
H A DpropLoader.gradle20 databindingProperties.runProguard = (project.hasProperty('runProguard') && project.getProperty('runProguard').equals("true"))
36 def addRemoteRepos = project.hasProperty('addRemoteRepos') && project.getProperty('addRemoteRepos').equals("true")
39 ext.dataBindingConfig.forGradlePlugin = project.hasProperty('forGradlePlugin') && project.getProperty('forGradlePlugin').equals("true")
/frameworks/base/tests/testables/tests/src/android/testing/
H A DDexmakerShareClassLoaderRuleTest.java62 assertThat(System.getProperty(DEXMAKER_SHARE_CLASSLOADER_PROPERTY), is("asdf"));
108 return Boolean.parseBoolean(System.getProperty(DEXMAKER_SHARE_CLASSLOADER_PROPERTY));
/frameworks/av/include/media/
H A DMidiDeviceInfo.h43 String16 getProperty(const char* propertyName);
/frameworks/av/media/libmedia/include/media/
H A DMidiDeviceInfo.h43 String16 getProperty(const char* propertyName);
/frameworks/support/leanback/kitkat/androidx/leanback/transition/
H A DSlideKitkat.java60 Property<View, Float> getProperty(); method in interface:SlideKitkat.CalculateSlide
73 public Property<View, Float> getProperty() { method in class:SlideKitkat.CalculateSlideHorizontal
88 public Property<View, Float> getProperty() { method in class:SlideKitkat.CalculateSlideVertical
239 return createAnimation(view, mSlideCalculator.getProperty(), start, end, end, sDecelerate,
254 return createAnimation(view, mSlideCalculator.getProperty(), start, end, start,
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java121 String vmName = System.getProperty("java.vm.name", "?");
122 String vmVersion = System.getProperty("java.vm.version", "?");

Completed in 426 milliseconds

1234