/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 706 final boolean creating = (mSurfaceControl == null || formatChanged || visibleChanged) in updateSurface() 712 if (creating || formatChanged || sizeChanged || visibleChanged || (mUseAlpha in updateSurface() 717 + "Changes: creating=" + creating in updateSurface() 745 if (creating) { in updateSurface() 804 if (sizeChanged || creating || !mRtHandlingPositionUpdates) { in updateSurface() 816 if (sizeChanged && !creating) { in updateSurface() 823 if (sizeChanged || creating) { in updateSurface() 853 final boolean surfaceChanged = creating; in updateSurface() 880 if (creating) { in updateSurface() 907 if (creating || formatChanged || sizeChanged in updateSurface()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagRelocations.inc | 3 "Please call mcld::Linker::config before creating relocations", 4 "Please call mcld::Linker::config before creating relocations")
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
D | reduce_general_duplicate_array.rscript | 7 // so Java reflection must guard against this to avoid creating two
|
/frameworks/base/test-mock/api/ |
D | system-lint-baseline.txt | 3 …Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 756 final boolean creating = !mCreated; in updateSurface() 764 if (forceRelayout || creating || surfaceCreating || formatChanged || sizeChanged in updateSurface() 768 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating in updateSurface() 936 redrawNeeded |= creating || (relayoutResult in updateSurface() 939 if (forceReport || creating || surfaceCreating in updateSurface() 944 Log.w(TAG, "forceReport=" + forceReport + " creating=" + creating in updateSurface()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 41 This extension allows creating an EGLClientBuffer from an Android
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IDirectReportChannel.hal | 33 * shared memory region used for creating the channel; set rate to STOP will
|
D | README | 79 callbacks. When creating an event queue, client must provide an instance of
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 23 # sdk_version - SDK target to pass to 'android' for creating test projects
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 104 …r to initialize the function it cares about. See below for an example of creating a passive layer. 106 …r so the platform knows where to route calls. See below for an example of creating an active layer.
|
/frameworks/rs/script_api/ |
D | rs_allocation_create.spec | 146 create Allocations of scalar and vector numerical types without creating
|
/frameworks/base/apex/ |
D | Android.bp | 116 // Set the visibility of the modules creating the stubs source.
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 122 ### creating the ZIP archive
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 53 * Elements can be grouped together into complex Elements, creating the equivalent of 59 * When creating Allocations of common elements, you can simply use one of the many predefined
|
D | rs_allocation_create.rsh | 137 * create Allocations of scalar and vector numerical types without creating
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 3 …, that can change the behavior of SystemUI at runtime. This is done by creating a basic set of in… 217 When plugins are loaded, they are done so by creating a PathClassLoader that points at the plugin A…
|
/frameworks/av/media/extractors/fuzzers/ |
D | README.md | 16 All the extractors have a common API - creating a data source, extraction
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStack.java | 703 boolean enteringSplitScreenMode, boolean deferEnsuringVisibility, boolean creating) { in setWindowingMode() argument 706 deferEnsuringVisibility, creating)); in setWindowingMode() 711 boolean creating) { in setWindowingModeInSurfaceTransaction() argument 727 if (!creating) { in setWindowingModeInSurfaceTransaction() 749 if (preferredSplitScreen || creating) { in setWindowingModeInSurfaceTransaction() 758 primarySplitStack == this ? creating : false); in setWindowingModeInSurfaceTransaction() 802 if (creating) { in setWindowingModeInSurfaceTransaction()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce.rscript | 274 // so Java reflection must guard against this to avoid creating two
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce.rscript | 276 // so Java reflection must guard against this to avoid creating two
|
/frameworks/base/ |
D | StubLibraries.bp | 21 // The metalava conversion is also responsible for creating API signature files
|
/frameworks/base/test-runner/api/ |
D | lint-baseline.txt | 41 Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiver`
|
/frameworks/av/media/tests/benchmark/ |
D | README.md | 236 * MediaMuxer: includes creating the object, adding track, and starting the muxer.
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 345 #### Set the version when creating the model
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2621 …VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 0x00000010, /// Allows creating image…
|