Home
last modified time | relevance | path

Searched refs:creating (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/view/
DSurfaceView.java706 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/
DDiagRelocations.inc3 "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/
Dreduce_general_duplicate_array.rscript7 // so Java reflection must guard against this to avoid creating two
/frameworks/base/test-mock/api/
Dsystem-lint-baseline.txt3 …Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java756 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/
DEGL_ANDROID_get_native_client_buffer.txt41 This extension allows creating an EGLClientBuffer from an Android
/frameworks/hardware/interfaces/sensorservice/1.0/
DIDirectReportChannel.hal33 * shared memory region used for creating the channel; set rate to STOP will
DREADME79 callbacks. When creating an event queue, client must provide an instance of
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg23 # sdk_version - SDK target to pass to 'android' for creating test projects
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md104 …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/
Drs_allocation_create.spec146 create Allocations of scalar and vector numerical types without creating
/frameworks/base/apex/
DAndroid.bp116 // Set the visibility of the modules creating the stubs source.
/frameworks/base/cmds/bootanimation/
DFORMAT.md122 ### creating the ZIP archive
/frameworks/rs/script_api/include/
Drs_object_info.rsh53 * 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
Drs_allocation_create.rsh137 * create Allocations of scalar and vector numerical types without creating
/frameworks/base/packages/SystemUI/docs/
Dplugins.md3 …, 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/
DREADME.md16 All the extractors have a common API - creating a data source, extraction
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStack.java703 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/
Dreduce.rscript274 // so Java reflection must guard against this to avoid creating two
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce.rscript276 // so Java reflection must guard against this to avoid creating two
/frameworks/base/
DStubLibraries.bp21 // The metalava conversion is also responsible for creating API signature files
/frameworks/base/test-runner/api/
Dlint-baseline.txt41 Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiver`
/frameworks/av/media/tests/benchmark/
DREADME.md236 * MediaMuxer: includes creating the object, adding track, and starting the muxer.
/frameworks/ml/nn/tools/test_generator/
DREADME.md345 #### Set the version when creating the model
/frameworks/native/vulkan/api/
Dvulkan.api2621 …VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 0x00000010, /// Allows creating image…

12