Searched defs:transforms (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | FileLookupResult.java | 24 public final int transforms; field in FileLookupResult 31 public FileLookupResult(int transforms, int transformsReason, int uid, in FileLookupResult()
|
H A D | MediaProvider.java | 1409 public boolean transformForFuse(String src, String dst, int transforms, int transformsReason, in transformForFuse() 1468 int transforms = 0; in onFileLookupForFuse() local
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | CanvasFrontendTests.cpp | 156 std::vector<SkMatrix> transforms; in TEST() local
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 112 val transforms = arrayOf(Transform.FLIP_H, Transform.FLIP_V, Transform.ROT_180).withIndex() regex
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeTransform.java | 193 Transforms transforms = new Transforms(view); in captureValues() local 283 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); in createTransformAnimator() local
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | MediaProviderWrapper.h | 73 const int transforms; member
|
H A D | node-inl.h | 130 bool should_invalidate, bool transforms_complete, const int transforms, in Create() 369 const bool should_invalidate, const bool transforms_complete, const int transforms, in node()
|
H A D | MediaProviderWrapper.cpp | 490 int transforms = env->GetIntField(j_res_file_lookup_object.get(), fid_file_lookup_transforms_); in FileLookup() local 509 bool MediaProviderWrapper::Transform(const std::string& src, const std::string& dst, int transforms, in Transform()
|
H A D | node_test.cpp | 34 unique_node_ptr CreateNode(node* parent, const std::string& path, const int transforms = 0) { in CreateNode()
|
H A D | FuseDaemon.cpp | 530 const int transforms = file_lookup_result->transforms; in make_node_entry() local 1165 int transforms = node->GetTransforms(); in create_handle_for_node() local
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcCommit.cpp | 246 list<uint32_t> transforms; member
|