Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DConferenceParticipantListAdapter.java161 refreshView(callId); in refreshCall()
175 private void refreshView(String callId) { in refreshView() method in ConferenceParticipantListAdapter
262 refreshView(callId); in updateContactInfo()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1672 final boolean refreshView = !ENABLE_QUICKSTEP_LIVE_TILE.get() /* refreshView */;
1683 if (!updateThumbnail(runningTaskId, refreshView)) {
1690 finishTransitionPosted = updateThumbnail(runningTaskId, refreshView);
1699 private boolean updateThumbnail(int runningTaskId, boolean refreshView) {
1707 taskView = mRecentsView.updateThumbnail(runningTaskId, mTaskSnapshot, refreshView);
1709 if (taskView != null && refreshView && !mCanceled) {