Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DDateTimeView.java464 synchronized (mAttachedViews) { in addView()
466 mAttachedViews.add(v); in addView()
474 synchronized (mAttachedViews) { 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()
496 synchronized (mAttachedViews) { in getSoonestUpdateTime()
497 final int count = mAttachedViews.size(); in getSoonestUpdateTime()
528 synchronized (mAttachedViews) { in setHandler()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66669 Landroid/widget/DateTimeView$ReceiverInfo;->mAttachedViews:Ljava/util/ArrayList;