Searched defs:headerView (Results 1 – 8 of 8) sorted by relevance
225 final CharSequence headerView = mActivity.getTitle(); in createActivity_patternTitle_shouldShowGenericText() local234 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inIntroductionStage_theHeaderHeight_shouldSetMinLinesTwoToPreventFlicker() local244 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in createActivity_enterPattern_shouldGoToFirstChoiceValidStage() local257 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in createActivity_enterShortPattern_shouldGoToChoiceTooShortStage() local271 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inChoiceTooShortStage_theHeaderColor_shouldTintOnErrorColor() local300 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inFirstChoiceValidStage_clickNextButton_shouldGoToNeedToConfirmStage() local316 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inNeedToConfirmStage_enterWrongPattern_shouldGoToConfirmWrongStage() local342 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inNeedToConfirmStage_enterCorrectPattern_shouldGoToChoiceConfirmedStage() local
217 val headerView = in <lambda>() constant242 val headerView = in <lambda>() constant
93 final LinearLayout headerView = (LinearLayout) mInflater.inflate( in getHeaderView() local
85 FloatingHeaderView headerView = mAllAppsContainerView.getFloatingHeaderView(); in onProgressUpdated() local
1428 final FloatingHeaderView headerView = getFloatingHeaderView(); in drawOnScrimWithScaleAndBottomOffset() local
181 final View headerView = headerPreference.findViewById(R.id.entity_header); in initHeader() local
173 final View headerView = LayoutInflater.from(mContext).inflate( in createMagnificationModeDialog() local
227 void bindHeader(CarNotificationHeaderView headerView, boolean isInGroup) { in bindHeader()