/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/page/ |
H A D | LoadingBarPage.kt | 63 var loading by remember { mutableStateOf(true) } regex 66 onClick = { loading = !loading }, 69 if (loading) { 77 LinearLoadingBar(isLoading = loading, yOffset = 104.dp) 78 CircularLoadingBar(isLoading = loading)
|
/aosp14/system/core/libstats/pull_lazy/ |
H A D | Android.bp | 1 // Lazy loading version of libstatspull that can be used by code
|
/aosp14/system/core/libstats/socket_lazy/ |
H A D | Android.bp | 1 // Lazy loading version of libstatssocket that can be used by code
|
/aosp14/system/core/init/ |
H A D | firmware_handler.cpp | 235 std::string loading = root + "/loading"; in ProcessFirmwareEvent() local 238 unique_fd loading_fd(open(loading.c_str(), O_WRONLY | O_CLOEXEC)); in ProcessFirmwareEvent()
|
H A D | README.ueventd.md | 101 ## Firmware loading
|
H A D | README.md | 38 `/{system,system_ext,vendor,odm,product}/etc/init/` directories immediately after loading
|
/aosp14/frameworks/base/packages/SystemUI/checks/ |
H A D | Android.bp | 60 // all classes in the jar to look for tests, it crashes loading them.
|
/aosp14/frameworks/base/tools/lint/framework/ |
H A D | Android.bp | 53 // all classes in the jar to look for tests, it crashes loading them.
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | StatusBehavior.kt | 55 com.android.internal.R.string.loading
|
/aosp14/frameworks/base/tools/lint/global/ |
H A D | Android.bp | 54 // all classes in the jar to look for tests, it crashes loading them.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | plugins.md | 188 …e provided by SysUI. This figure shows an overview of how the plugin compiling/loading flow works. 194 Whenever loading a code from another APK into a privileged process like SysUI, there are serious se… 196 …UI checks to ensure that the build is debuggable before even scanning or loading any plugins on th… 216 ### Class loading
|
/aosp14/frameworks/base/tools/protologtool/ |
H A D | README.md | 90 for logging. This is achieved by replacing log message strings with their hashes and only loading t…
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | package.proto | 167 // Whether the package is still loading
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinator.kt | 170 val loadingView = currentView.requireViewById<ImageView>(R.id.loading)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlsFavoritingActivity.kt | 154 statusText.text = resources.getText(com.android.internal.R.string.loading)
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | FORMAT.md | 90 ## loading and playing frames
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinatorTest.kt | 758 private fun ViewGroup.getLoadingIcon(): View = this.requireViewById(R.id.loading)
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | WallpaperCropActivity.java | 147 final View progressView = findViewById(R.id.loading); in setCropViewTileSource()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/ |
H A D | MediaTttSenderCoordinatorTest.kt | 1546 private fun ViewGroup.getLoadingIcon(): View = this.requireViewById(R.id.loading)
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 7072 // ACTION: Show Contextual homepage, log latency in loading cards 7126 // ACTION: Individual contextual card loading time 7129 //ACTION: Contextual card loading timeout
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1036 # will make the HTML file larger and loading of large files a bit slower, you
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 36863 field public static final String EXTRA_LOADING = "loading";
|