Searched refs:its (Results 1 – 25 of 304) sorted by relevance
12345678910>>...13
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | mediaprojection.md | 4 `MediaProjectionManagerService` needs to have consistent lock ordering with its interactions with 8 `MediaProjectionManagerService` must lock when updating its own fields. 22 each invocation, `WindowManagerService` acquires its own lock:
|
/frameworks/base/packages/SystemUI/docs/ |
D | corestartable.md | 15 1) Subclass `CoreStartable`. Put any initialization logic in its `#start` method. Preferably, put it 16 in its own source package (with related code) to keep it organizationally distinct from other 19 2) Mark its class with `@SysUISingleton` and its constructor with `@Inject`.
|
D | physics-animation-testing.md | 7 …its end state. For normal animations, we can invoke skipToEnd to avoid waiting. While this method …
|
/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
D | LocalEventLog.java | 212 ArrayList<LocalEventLog<T>.LogIterator> its = new ArrayList<>(logs.length); in iterate() local 216 its.add(it); in iterate() 223 for (LocalEventLog<T>.LogIterator it : its) { in iterate() 238 its.remove(next); in iterate()
|
/frameworks/hardware/interfaces/cameraservice/service/2.1/ |
D | types.hal | 25 * The camera Id and its corresponding CameraDeviceStatus 47 * The physical camera id backing a logical multi-camera, and its
|
/frameworks/base/core/proto/android/content/ |
D | package_item_info.proto | 78 // its data directory. 86 // its persistent data. 89 // for its persistent data. 106 // defined its backup include/exclude criteria. The data in this field is
|
/frameworks/proto_logging/stats/atoms/hardware/biometrics/ |
D | biometrics_atoms.proto | 42 // X coordinate of the touch. In pixels. In the coordinate space of the display in its natural 46 // Y coordinate of the touch. In pixels. In the coordinate space of the display in its natural 51 // In pixels in the coordinate space of the display in its native resolution. 55 // In pixels in the coordinate space of the display in its native resolution.
|
/frameworks/base/core/java/com/android/internal/util/ |
D | LATENCY_TRACKER_OWNERS | 1 # TODO(b/274465475): Migrate LatencyTracker testing to its own module
|
/frameworks/base/core/proto/android/service/ |
D | package.proto | 87 // This component or application is in its default enabled state 88 // (as specified in its manifest). 91 // of what it has specified in its manifest. 94 // what it has specified in its manifest. 97 // specified in its manifest.
|
/frameworks/base/core/java/android/view/flags/ |
D | window_insets.aconfig | 8 …description: "Flag to control the caption bar appearance and to fit app content in its empty space"
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/aconfig/ |
D | accessibility.aconfig | 16 description: "configures live region on snackbar so its contents are announced when it appears."
|
/frameworks/layoutlib/ |
D | README | 3 to its rendering on devices.
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/ |
D | README.md | 7 A vendor wishing to customize the behavior shall provides its own set of configuration files
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | framework-policy-override.txt | 13 # - To put the entire class, including its members and nested classes, in the "stub" jar, 18 # - To put the entire class, including its members and nested classes, in the "impl" jar, 86 # its members.
|
/frameworks/base/tests/SmokeTest/tests/ |
D | Android.bp | 16 // automatically get all of its classes loaded into our environment.
|
/frameworks/layoutlib/create/ |
D | README.txt | 38 The ASM library is used to do the bytecode modification using its visitor pattern API. 147 The listeners are currently pretty basic: we only pass the signature of the method being called, its 165 - OverrideMethod and its associated MethodListener and MethodAdapter are used to intercept calls to 191 This simply changes the name of a class in its definition, as well as all its references in internal 196 replace. To do so, the generator renames Paint to _original_Paint. Later the bridge provides its own 222 inner class Paint$Style in the Paint class should be discarded and the bridge will provide its own 238 receives the original 'this' as its first argument. If the original method is an inner non-static
|
/frameworks/base/core/java/android/window/flags/ |
D | wallpaper_manager.aconfig | 29 …description: "Let ImageWallpaper take care of its wallpaper color extraction, instead of system_se…
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
D | reduce_general_duplicate_array.rscript | 6 // slang doesn't common them (i.e., each gets its own RSExportType);
|
/frameworks/base/samples/training/network-usage/ |
D | README.txt | 14 the device loses its network connection, the app will not attempt to download the feed.
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 31 Urbana-Champaign, nor the names of its contributors may be used to 47 have its own individual LICENSE.TXT file in the directory in which it appears.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 48 # A service is going to be restarted after its process went away 50 # A client was waiting for a content provider, but its process was lost 85 # Note when a service is being forcibly stopped because its app went idle.
|
/frameworks/proto_logging/stats/enums/app/ |
D | app_enums.proto | 86 // Process is in the background, but it can't restore its state so we want 360 …* reason was indicate that an app was killed due to it being updated or any of its component states 372 * Application process was killed because its dependency was going away, for example, 391 * Application process was killed because the app was uninstalled, disabled, or any of its 481 * The process was explicitly killed with its PID, typically because of 515 * its uid state is idle; this would be set only when the reason is {@link #REASON_OTHER}. 574 * The process was killed because its associated SDK sandbox process (where it had loaded SDKs) 597 * The process was killed because its async kernel binder buffer is running out
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 14 …her sent to it. Typically, it means an application is performing a long operation on its UI thread. 23 When a dispatch entry is sent to the app, its `deliveryTime` and `timeoutTime` fields are populated… 27 …needed because the window associated with a specific connection may change its timeout time. There… 64 Create an empty application that sets `FLAG_NOT_FOCUSABLE` on its window in `onCreate`. Touching th…
|
/frameworks/base/libs/WindowManager/Shell/tests/ |
D | README.md | 13 - flicker, similar to functional tests with its sole focus on flickerness. See
|
/frameworks/base/core/java/android/content/pm/ |
D | multiuser.aconfig | 22 …description: "Bind wallpaper service on its own thread instead of system_server's main handler dur… 153 # This flag guards the private space feature and all its implementations excluding the APIs. APIs a… 157 description: "Enable the support for private space and all its sub-features"
|
12345678910>>...13