Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java878 if (creating) { in performSurfaceTransaction()
913 if ((sizeChanged || hintChanged) && !creating) { in performSurfaceTransaction()
916 if (sizeChanged || creating || !isHardwareAccelerated()) { in performSurfaceTransaction()
1041 if (creating || formatChanged || sizeChanged || visibleChanged in updateSurface()
1047 + "Changes: creating=" + creating in updateSurface()
1086 if (creating) { in updateSurface()
1094 final boolean redrawNeeded = sizeChanged || creating || hintChanged in updateSurface()
1107 creating, sizeChanged, hintChanged, relativeZChanged, in updateSurface()
1113 final boolean surfaceChanged = creating; in updateSurface()
1130 copySurface(creating /* surfaceControlCreated */, sizeChanged); in updateSurface()
[all …]
/aosp14/frameworks/base/tests/TrustTests/
H A DREADME.md6 Tests are separated into separate files based on major groupings. When creating new tests, find a
39 3. To re-use code between tests, prefer creating new rules alongside the existing rules or adding
/aosp14/frameworks/base/test-mock/api/
H A Dsystem-lint-baseline.txt3 …Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
/aosp14/frameworks/base/obex/
H A DAndroid.bp31 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
/aosp14/frameworks/base/native/webview/plat_support/
H A DAndroid.bp37 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md62 We do not currently have support for creating an Executor on a new, virgin
170 If you are posting Runnables frequently and you worry that the cost of creating
171 anonymous Runnables is too high, consider creating pre-defined Runnables as
H A Ddialogs.md9 If needed, consider extending this theme instead of creating a new one.
H A Dqs-tiles.md88 Each `QSTileImpl` can specify that they use a particular implementation of this class when creating
144 The implementer is responsible for creating the methods that will respond to the following calls fr…
233 …ead. This is compared with the current tiles, destroying unnecessary ones and creating needed ones.
245 This interface provides a way of creating tiles and views from a spec. It can be used in plugins to…
317 Following are methods that need to be implemented when creating a new SystemUI tile. `TState` is a …
H A Dplugins.md4 …, that can change the behavior of SystemUI at runtime.  This is done by creating a basic set of in…
218 When plugins are loaded, they are done so by creating a PathClassLoader that points at the plugin A…
H A Dclock-plugins.md31 determines which clock should be shown, and handles creating them. It does this by maintaining a
/aosp14/frameworks/base/core/proto/android/internal/
H A Dbinder_latency.proto86 // The size (upper bound) of the first bucket (used to avoid creating an
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1146 final boolean creating = !mCreated; in updateSurface()
1154 if (forceRelayout || creating || surfaceCreating || formatChanged || sizeChanged in updateSurface()
1158 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating in updateSurface()
1361 redrawNeeded |= creating || (relayoutResult in updateSurface()
1364 if (forceReport || creating || surfaceCreating in updateSurface()
1369 Log.w(TAG, "forceReport=" + forceReport + " creating=" + creating in updateSurface()
/aosp14/system/core/fs_mgr/
H A DAndroid.bp34 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
/aosp14/system/core/fs_mgr/libfiemap/
H A DREADME.md4 `libfiemap` is a library for creating block-devices that are backed by
/aosp14/frameworks/base/tools/protologtool/
H A DREADME.md53 This command is similar in it's syntax to the previous one, only instead of creating a processed so…
/aosp14/frameworks/base/core/res/
H A DAndroid.bp31 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md12 The first step is to create a sync request. This is done by creating a new `SurfaceSyncGroup`.
50 …e all applied together to ensure the contract is held. This is done by creating a tree like struc…
/aosp14/system/core/fastboot/
H A DAndroid.bp34 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto72 // blocks in the super partition, and use those before creating the COW
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md138 ### creating the ZIP archive
/aosp14/frameworks/base/test-runner/api/
H A Dlint-baseline.txt41 Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiver`
/aosp14/frameworks/base/libs/hwui/
H A DAndroid.bp15 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
/aosp14/frameworks/base/api/
H A DStubLibraries.bp22 // The metalava conversion is also responsible for creating API signature files
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java4544 void setWindowingMode(int preferredWindowingMode, boolean creating) {
4546 preferredWindowingMode, creating));
4550 boolean creating) {
4563 if (!creating) {
4662 if (creating) {
/aosp14/frameworks/base/
H A DAndroid.bp42 // For unused files, consider creating a 'fileGroup' with "//visibility:private"

12