Searched refs:newExpandedView (Results 1 – 1 of 1) sorted by relevance
352 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 && result.newExpandedView != null) { in inflateSmartReplyViews()379 result.newExpandedView = createExpandedView(builder, isLowPriority); in createRemoteViews()439 if (result.newExpandedView != null) { in apply()441 !canReapplyRemoteView(result.newExpandedView, in apply()451 return result.newExpandedView; in apply()695 cachedContentViews.put(FLAG_CONTENT_VIEW_EXPANDED, result.newExpandedView); in finishIfDone()696 } else if (result.newExpandedView == null) { in finishIfDone()700 cachedContentViews.put(FLAG_CONTENT_VIEW_EXPANDED, result.newExpandedView); in finishIfDone()702 if (result.newExpandedView != null) { in finishIfDone()708 row.setExpandable(result.newExpandedView != null); in finishIfDone()[all …]