Searched refs:cachedView (Results 1 – 2 of 2) sorted by relevance
62 final View cachedView = mCachedViews.get(id); in findViewById() local63 if (cachedView != null) { in findViewById()64 return cachedView; in findViewById()
1291 RemoteInputView cachedView, NotificationViewWrapper wrapper) { in applyRemoteInput() argument1304 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()