Searched refs:properties (Results 276 - 300 of 323) sorted by relevance

<<111213

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp29 #include <cutils/properties.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp47 #include <cutils/properties.h>
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp34 #include <cutils/properties.h>
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4549 // Pass the current scrollX/scrollY values; no actual change in these properties occurred
4586 // Let the LayoutManager go first; this allows it to bring any properties into
6802 * instantiate and set the LayoutManager when being inflated. Most used properties can
9218 * the minimum width and height properties of the host RecyclerView if measured
9590 * Parse the xml attributes to get the most common properties used by layout managers.
9592 * @return an object containing the properties as specified in the attrs.
9596 Properties properties = new Properties();
9599 properties.orientation = a.getInt(R.styleable.RecyclerView_orientation, VERTICAL);
9600 properties.spanCount = a.getInt(R.styleable.RecyclerView_spanCount, 1);
9601 properties
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java4899 // Pass the current scrollX/scrollY values; no actual change in these properties occurred
4936 // Let the LayoutManager go first; this allows it to bring any properties into
7244 * instantiate and set the LayoutManager when being inflated. Most used properties can
9935 * the minimum width and height properties of the host RecyclerView if measured
10316 * Parse the xml attributes to get the most common properties used by layout managers.
10323 * @return an object containing the properties as specified in the attrs.
10328 Properties properties = new Properties();
10331 properties.orientation = a.getInt(R.styleable.RecyclerView_android_orientation,
10333 properties.spanCount = a.getInt(R.styleable.RecyclerView_spanCount, 1);
10334 properties
[all...]
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp47 #include <android-base/properties.h>
55 #include <cutils/properties.h>
1693 " -P: send broadcast when started and update system properties on "
2200 /* check if user changed the suffix using system properties */
/frameworks/native/cmds/installd/
H A Ddexopt.cpp35 #include <android-base/properties.h>
40 #include <cutils/properties.h>
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DGenericSource2.cpp25 #include <cutils/properties.h>
H A DNuPlayer2Renderer.cpp24 #include <cutils/properties.h>
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp37 #include <cutils/properties.h>
H A DUtils.cpp30 #include <cutils/properties.h>
/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp25 #include <cutils/properties.h>
471 // nDrcCut uses default platform properties, see initDecoder()
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp36 #include <android-base/properties.h>
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp3 #include <cutils/properties.h>
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp19 #include <cutils/properties.h>
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp33 #include <cutils/properties.h>
129 // If no layers specified via Settings, check legacy properties
/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp22 #include <cutils/properties.h>
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp25 #include <cutils/properties.h>
H A DNuPlayerRenderer.cpp24 #include <cutils/properties.h>
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp30 #include <cutils/properties.h>
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp21 #include <cutils/properties.h>
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp33 #include <cutils/properties.h>
/frameworks/ml/nn/common/
H A DUtils.cpp24 #include <android-base/properties.h>
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp24 #include <cutils/properties.h>
/frameworks/native/services/inputflinger/
H A DEventHub.cpp43 #include <cutils/properties.h>

Completed in 487 milliseconds

<<111213