Home
last modified time | relevance | path

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

12

/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java104 public boolean loading; field in BaseEmailAddressAdapter.DirectoryPartition
310 return partition.loading ? 1 : 0; in getItemViewType()
317 if (partition.loading) { in newView()
329 if (directoryPartition.loading) { in bindView()
354 return ((DirectoryPartition)getPartition(partitionIndex)).loading; in isLoading()
447 if (!partition.loading) { in onDirectoryLoadFinished()
448 partition.loading = true; in onDirectoryLoadFinished()
452 partition.loading = false; in onDirectoryLoadFinished()
464 if (partition.loading) { in onDirectoryLoadFinished()
485 if (partition.loading) { in showSearchPendingIfNotComplete()
[all …]
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DHighResThumbnailLoader.java112 private void setLoading(boolean loading) { in setLoading() argument
113 if (loading == mLoading) { in setLoading()
117 mLoading = loading; in setLoading()
118 if (!loading) { in setLoading()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java54 boolean loading = shouldShowLoadingIndicator(cursor); in getItem()
56 if(photoUri == null && loading) { in getItem()
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm64.policy40 # for dynamically loading extractors
Dmediaextractor-x86_64.policy41 # for dynamically loading extractors
Dmediaextractor-x86.policy46 # for dynamically loading extractors
Dmediaextractor-arm.policy48 # for dynamically loading extractors
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
DAndroid.bp26 // loading fails at run-time (linking is okay).
/frameworks/base/packages/SystemUI/docs/
Dplugins.md187 …e provided by SysUI.  This figure shows an overview of how the plugin compiling/loading flow works.
193 Whenever loading a code from another APK into a privileged process like SysUI, there are serious se…
195 …UI checks to ensure that the build is debuggable before even scanning or loading any plugins on th…
215 ### Class loading
/frameworks/rs/script_api/
Drs_matrix.spec221 If loading from an array, the floats should be in row-major order, i.e. the element a
225 If loading from a matrix and the source is smaller than the destination, the rest
227 loading a rs_matrix2x2 into a rs_matrix4x4 will give:
/frameworks/rs/script_api/include/
Drs_matrix.rsh224 * If loading from an array, the floats should be in row-major order, i.e. the element a
228 * If loading from a matrix and the source is smaller than the destination, the rest
230 * loading a rs_matrix2x2 into a rs_matrix4x4 will give:
/frameworks/base/cmds/bootanimation/
DFORMAT.md74 ## loading and playing frames
/frameworks/compile/libbcc/
DREADME.rst100 just-in-time compilation or cache loading
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DN5.txt222 …m.example.xinyiwang.refocus D/RenderScript﹕ Skipping hardware driver and loading default CPU driver
298 …m.example.xinyiwang.refocus D/RenderScript﹕ Skipping hardware driver and loading default CPU driver
372 …m.example.xinyiwang.refocus D/RenderScript﹕ Skipping hardware driver and loading default CPU driver
448 …m.example.xinyiwang.refocus D/RenderScript﹕ Skipping hardware driver and loading default CPU driver
525 …m.example.xinyiwang.refocus D/RenderScript﹕ Skipping hardware driver and loading default CPU driver
600 …m.example.xinyiwang.refocus D/RenderScript﹕ Skipping hardware driver and loading default CPU driver
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java147 final View progressView = findViewById(R.id.loading); in setCropViewTileSource()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto626 // ACTION: Show Contextual homepage. Log total loading latency.
660 // ACTION: Individual contextual card loading time
663 //ACTION: Contextual card loading timeout
/frameworks/base/cmds/statsd/src/
Datoms.proto3996 // Bootloader's 1st stage loading time.
3999 // Bootloader's kernel loading time.
4005 // Bootloader's 2nd stage loading time.
7097 * GPU driver loading time info.
7100 // List of all the driver loading times for this app. The list size is
7119 // gl driver loading time info.
7123 // Vulkan driver loading time info.
7127 // Angle driver loading time info.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7062 // ACTION: Show Contextual homepage, log latency in loading cards
7116 // ACTION: Individual contextual card loading time
7119 //ACTION: Contextual card loading timeout
/frameworks/av/media/libaaudio/
DDoxyfile942 # will make the HTML file larger and loading of large files a bit slower, you
DDoxyfile.orig933 # will make the HTML file larger and loading of large files a bit slower, you
/frameworks/av/media/codec2/docs/
Ddoxygen.config986 # will make the HTML file larger and loading of large files a bit slower, you
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1036 # will make the HTML file larger and loading of large files a bit slower, you
DDoxyfile1036 # will make the HTML file larger and loading of large files a bit slower, you
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24776 field public static final java.lang.String EXTRA_LOADING = "loading";
/frameworks/base/non-updatable-api/
Dcurrent.txt38365 field public static final String EXTRA_LOADING = "loading";

12