Searched refs:mAttachedViews (Results 1 – 2 of 2) sorted by relevance
436 private final ArrayList<DateTimeView> mAttachedViews = new ArrayList<DateTimeView>(); field in DateTimeView.ReceiverInfo464 synchronized (mAttachedViews) { in addView()465 final boolean register = mAttachedViews.isEmpty(); in addView()466 mAttachedViews.add(v); in addView()474 synchronized (mAttachedViews) { in removeView()475 final boolean removed = mAttachedViews.remove(v); in removeView()478 if (removed && mAttachedViews.isEmpty()) { in removeView()485 synchronized (mAttachedViews) { in updateAll()486 final int count = mAttachedViews.size(); in updateAll()488 DateTimeView view = mAttachedViews.get(i); in updateAll()[all …]
66026 Landroid/widget/DateTimeView$ReceiverInfo;->mAttachedViews:Ljava/util/ArrayList;