Searched defs:loading (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DHighResThumbnailLoader.java83 * Sets whether the other task load queue is idling. Avoid double-loading bitmaps by not
103 private void setLoading(boolean loading) { argument
104 if (loading == mLoading) {
108 mLoading = loading;
109 if (!loading) {
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java104 public boolean loading; field in class:BaseEmailAddressAdapter.DirectoryPartition
159 * An asynchronous filter used for loading two data sets: email rows from the local
310 return partition.loading ? 1 : 0;
317 if (partition.loading) {
329 if (directoryPartition.loading) {
354 return ((DirectoryPartition)getPartition(partitionIndex)).loading;
440 // Show non-default directories as "loading"
447 if (!partition.loading) {
448 partition.loading = true;
452 partition.loading
[all...]

Completed in 93 milliseconds