Home
last modified time | relevance | path

Searched refs:mAttachedViews (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
H A DDateTimeView.java452 synchronized (mAttachedViews) { in addView()
454 mAttachedViews.add(v); in addView()
462 synchronized (mAttachedViews) { in removeView()
466 if (removed && mAttachedViews.isEmpty()) { in removeView()
473 synchronized (mAttachedViews) { in updateAll()
474 final int count = mAttachedViews.size(); in updateAll()
476 DateTimeView view = mAttachedViews.get(i); in updateAll()
484 synchronized (mAttachedViews) { in getSoonestUpdateTime()
485 final int count = mAttachedViews.size(); in getSoonestUpdateTime()
516 synchronized (mAttachedViews) { in setHandler()
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DDateTimeView.java456 synchronized (mAttachedViews) { in addView()
458 mAttachedViews.add(v); in addView()
466 synchronized (mAttachedViews) { in removeView()
470 if (removed && mAttachedViews.isEmpty()) { in removeView()
477 synchronized (mAttachedViews) { in updateAll()
478 final int count = mAttachedViews.size(); in updateAll()
480 DateTimeView view = mAttachedViews.get(i); in updateAll()
488 synchronized (mAttachedViews) { in getSoonestUpdateTime()
489 final int count = mAttachedViews.size(); in getSoonestUpdateTime()
520 synchronized (mAttachedViews) { in setHandler()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAsyncImageView.java417 private final HashSet<AsyncImageView> mAttachedViews; field in AsyncImageView.AsyncImageViewDelayLoader
420 mAttachedViews = new HashSet<AsyncImageView>(); in AsyncImageViewDelayLoader()
424 mAttachedViews.add(view); in registerView()
428 mAttachedViews.remove(view); in unregisterView()
452 for (final AsyncImageView view : mAttachedViews) { in onResumeLoading()
455 mAttachedViews.clear(); in onResumeLoading()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69992 Landroid/widget/DateTimeView$ReceiverInfo;->mAttachedViews:Ljava/util/ArrayList;