Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceView.java567 final boolean creating = (mSurfaceControl == null || formatChanged || visibleChanged) in updateSurface()
573 if (creating || formatChanged || sizeChanged || visibleChanged || windowVisibleChanged) { in updateSurface()
577 + "Changes: creating=" + creating in updateSurface()
603 if (creating) { in updateSurface()
658 if (sizeChanged || creating || !mRtHandlingPositionUpdates) { in updateSurface()
670 if (sizeChanged && !creating) { in updateSurface()
677 if (sizeChanged || creating) { in updateSurface()
707 final boolean surfaceChanged = creating; in updateSurface()
734 if (creating) { in updateSurface()
761 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/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/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
/frameworks/rs/script_api/
Drs_allocation_create.spec146 create Allocations of scalar and vector numerical types without creating
/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/base/services/core/java/com/android/server/wm/
DActivityStack.java700 boolean enteringSplitScreenMode, boolean deferEnsuringVisibility, boolean creating) { in setWindowingMode() argument
703 deferEnsuringVisibility, creating)); in setWindowingMode()
708 boolean creating) { in setWindowingModeInSurfaceTransaction() argument
724 if (!creating) { in setWindowingModeInSurfaceTransaction()
746 if (preferredSplitScreen || creating) { in setWindowingModeInSurfaceTransaction()
755 primarySplitStack == this ? creating : false); in setWindowingModeInSurfaceTransaction()
799 if (creating) { in setWindowingModeInSurfaceTransaction()
/frameworks/ml/nn/tools/test_generator/
DREADME.md318 #### Set the version when creating the model
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt704 APIs when creating messages. A quick example of using the arena API:
/frameworks/native/vulkan/api/
Dvulkan.api2621 …VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 0x00000010, /// Allows creating image…
/frameworks/base/cmds/statsd/src/
Datoms.proto1413 // The connection is disconnecting after creating a connection.