Searched refs:properties (Results 101 - 125 of 323) sorted by relevance

1234567891011>>

/frameworks/native/include/input/
H A DInputTransport.h101 PointerProperties properties; member in struct:android::InputMessage::Body::Motion::Pointer
108 return pointers[index].properties.id;
376 uint32_t id = msg.body.motion.pointers[i].properties.id;
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp23 #include <cutils/properties.h>
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp26 #include <cutils/properties.h>
/frameworks/av/media/libstagefright/
H A DHTTPBase.cpp26 #include <cutils/properties.h>
/frameworks/av/media/ndk/
H A DNdkMediaDataSource.cpp27 #include <cutils/properties.h>
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp23 #include <cutils/properties.h>
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java176 * same as SVG's "fill-rule" properties. Default is nonZero. For more details, see
350 * constructors to set the state and initialize local properties.
358 * Initializes local dynamic properties from state. This should be called
630 // Update local properties.
720 // Update local properties.
998 // Create a new native tree with the given root group, and copy the properties from the
1986 ByteBuffer properties = ByteBuffer.wrap(mPropertyData);
1987 properties.order(ByteOrder.nativeOrder());
1988 float strokeWidth = properties.getFloat(STROKE_WIDTH_INDEX * 4);
1989 int strokeColor = properties
2258 nGetFullPathProperties(long pathPtr, byte[] properties, int length) argument
2261 nGetGroupProperties(long groupPtr, float[] properties, int length) argument
[all...]
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp21 #include <cutils/properties.h>
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp21 #include <cutils/properties.h>
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp295 /* Get the default rate properties */
296 SLuint32 properties = 0; local
297 res = (*rateItf)->GetProperties(rateItf, &properties); CheckErr(res);
298 printf("default rate properties: ");
299 printCapabilities(properties);
301 assert(SL_RATEPROP_NOPITCHCORAUDIO == properties);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.h55 virtual int getProperties(struct sound_trigger_properties *properties);
137 struct sound_trigger_properties *properties,
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp184 mapRect(frame->renderNode->properties(), *rect, rect);
197 const RenderProperties& props = frame->renderNode->properties();
/frameworks/base/media/java/android/media/midi/
H A DMidiManager.java314 Bundle properties, int type, MidiDeviceServer.Callback callback) {
320 properties, type);
312 createDeviceServer(MidiReceiver[] inputPortReceivers, int numOutputPorts, String[] inputPortNames, String[] outputPortNames, Bundle properties, int type, MidiDeviceServer.Callback callback) argument
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DRadioModule.java51 @NonNull RadioManager.ModuleProperties properties) {
52 mProperties = Objects.requireNonNull(properties);
50 RadioModule(@onNull IBroadcastRadio service, @NonNull RadioManager.ModuleProperties properties) argument
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
H A Dext.kt17 import kotlin.properties.ReadOnlyProperty
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/
H A DSpringTests.java78 * Test that custom properties are supported.
610 * Makes sure all the properties getter works.
614 final DynamicAnimation.ViewProperty[] properties = {
647 final SpringAnimation[] anims = new SpringAnimation[properties.length];
649 new DynamicAnimation.OnAnimationUpdateListener[properties.length];
650 for (int i = 0; i < properties.length; i++) {
651 anims[i] = new SpringAnimation(mView1, properties[i], 1);
672 for (int i = properties.length - 1; i >= 0; i--) {
678 for (int i = 0; i < properties.length; i++) {
687 for (int i = 0; i < properties
[all...]
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DDiffAndDocs.kt195 val compileJava = project.properties["compileJava"] as JavaCompile
530 // JDiff properties.
540 // Javadoc properties.
678 checkApiRelease.whitelistErrors = (project.properties["ignore"] as String)
749 private fun Project.docsDir(): File = properties["docsDir"] as File
751 private fun Project.fullSdkPath(): File = rootProject.properties["fullSdkPath"] as File
755 private fun Project.buildNumber() = properties["buildNumber"] as String
757 private fun Project.distDir(): File = rootProject.properties["distDir"] as File
761 properties[name] as String
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DDiffAndDocs.kt195 val compileJava = project.properties["compileJava"] as JavaCompile
530 // JDiff properties.
540 // Javadoc properties.
678 checkApiRelease.whitelistErrors = (project.properties["ignore"] as String)
749 private fun Project.docsDir(): File = properties["docsDir"] as File
751 private fun Project.fullSdkPath(): File = rootProject.properties["fullSdkPath"] as File
755 private fun Project.buildNumber() = properties["buildNumber"] as String
757 private fun Project.distDir(): File = rootProject.properties["distDir"] as File
761 properties[name] as String
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java33 * Contains the RRULEs, RDATE, EXRULEs, and EXDATE properties.
499 List<ICalendar.Property> properties = component.getProperties(name);
500 if (properties == null || properties.isEmpty()) {
504 if (properties.size() == 1) {
505 return properties.get(0).getValue();
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp839 uint32_t properties = mGlobalProperties[i]; local
841 isGlobalPointer(properties) ? 'P' : ' ',
842 isGlobalConstant(properties) ? 'C' : ' ',
843 isGlobalStatic(properties) ? 'S' : ' ',
844 getGlobalRsType(properties));
/frameworks/base/tests/TouchLatency/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org
/frameworks/data-binding/compiler/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/frameworks/data-binding/developmentPlugins/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/frameworks/data-binding/extensions/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org

Completed in 1143 milliseconds

1234567891011>>