Searched refs:mAttachedViews (Results 1 – 4 of 4) sorted by relevance
452 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 …]
456 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 …]
417 private final HashSet<AsyncImageView> mAttachedViews; field in AsyncImageView.AsyncImageViewDelayLoader420 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()
69992 Landroid/widget/DateTimeView$ReceiverInfo;->mAttachedViews:Ljava/util/ArrayList;