Searched refs:requireContentViews (Results 1 – 7 of 7) sorted by relevance
81 params.requireContentViews(flags); in testRequireContentViews()98 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testFreeContentViews()175 params.requireContentViews(flags); in testRebindAllContentViews()196 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseLowPriority()220 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeight()244 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeadsUpHeight()268 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetNeedsReinflation()290 params.requireContentViews(defaultFlags); in testSupersedesPreviousContentViews()294 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testSupersedesPreviousContentViews()
675 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
252 params.requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in inflateContentViews()253 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in inflateContentViews()260 params.requireContentViews(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()267 params.requireContentViews(FLAG_CONTENT_VIEW_SINGLE_LINE); in inflateContentViews()277 params.requireContentViews(FLAG_GROUP_SUMMARY_HEADER); in inflateContentViews()279 params.requireContentViews(FLAG_LOW_PRIORITY_GROUP_SUMMARY_HEADER); in inflateContentViews()
113 params.requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in bindContent()114 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in bindContent()
113 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsBeforeCutoffAreBound()114 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsBeforeCutoffAreBound()
93 public void requireContentViews(@InflationFlag int contentViews) { in requireContentViews() method in RowContentBindParams
83 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in bindHeadsUpView()