Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/page/
H A DLoadingBarPage.kt63 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 DAndroid.bp1 // Lazy loading version of libstatspull that can be used by code
/aosp14/system/core/libstats/socket_lazy/
H A DAndroid.bp1 // Lazy loading version of libstatssocket that can be used by code
/aosp14/system/core/init/
H A Dfirmware_handler.cpp235 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 DREADME.ueventd.md101 ## Firmware loading
H A DREADME.md38 `/{system,system_ext,vendor,odm,product}/etc/init/` directories immediately after loading
/aosp14/frameworks/base/packages/SystemUI/checks/
H A DAndroid.bp60 // all classes in the jar to look for tests, it crashes loading them.
/aosp14/frameworks/base/tools/lint/framework/
H A DAndroid.bp53 // 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 DStatusBehavior.kt55 com.android.internal.R.string.loading
/aosp14/frameworks/base/tools/lint/global/
H A DAndroid.bp54 // all classes in the jar to look for tests, it crashes loading them.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dplugins.md188 …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 DREADME.md90 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 Dpackage.proto167 // Whether the package is still loading
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinator.kt170 val loadingView = currentView.requireViewById<ImageView>(R.id.loading)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsFavoritingActivity.kt154 statusText.text = resources.getText(com.android.internal.R.string.loading)
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md90 ## loading and playing frames
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinatorTest.kt758 private fun ViewGroup.getLoadingIcon(): View = this.requireViewById(R.id.loading)
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java147 final View progressView = findViewById(R.id.loading); in setCropViewTileSource()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/
H A DMediaTttSenderCoordinatorTest.kt1546 private fun ViewGroup.getLoadingIcon(): View = this.requireViewById(R.id.loading)
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto7072 // 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 DDoxyfile1036 # will make the HTML file larger and loading of large files a bit slower, you
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36863 field public static final String EXTRA_LOADING = "loading";