Home
last modified time | relevance | path

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

/frameworks/support/preference/src/main/java/androidx/preference/
DPreferenceViewHolder.java62 final View cachedView = mCachedViews.get(id); in findViewById() local
63 if (cachedView != null) { in findViewById()
64 return cachedView; in findViewById()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1291 RemoteInputView cachedView, NotificationViewWrapper wrapper) { in applyRemoteInput() argument
1304 if (cachedView == null) { in applyRemoteInput()
1315 actionContainer.addView(cachedView); in applyRemoteInput()
1316 cachedView.dispatchFinishTemporaryDetach(); in applyRemoteInput()
1317 cachedView.requestFocus(); in applyRemoteInput()
1318 existing = cachedView; in applyRemoteInput()