Home
last modified time | relevance | path

Searched defs:headerView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupChooseLockPatternTest.java225 final CharSequence headerView = mActivity.getTitle(); in createActivity_patternTitle_shouldShowGenericText() local
234 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inIntroductionStage_theHeaderHeight_shouldSetMinLinesTwoToPreventFlicker() local
244 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in createActivity_enterPattern_shouldGoToFirstChoiceValidStage() local
257 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in createActivity_enterShortPattern_shouldGoToChoiceTooShortStage() local
271 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inChoiceTooShortStage_theHeaderColor_shouldTintOnErrorColor() local
300 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inFirstChoiceValidStage_clickNextButton_shouldGoToNeedToConfirmStage() local
316 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inNeedToConfirmStage_enterWrongPattern_shouldGoToConfirmWrongStage() local
342 final TextView headerView = layout.findViewById(R.id.sud_layout_subtitle); in inNeedToConfirmStage_enterCorrectPattern_shouldGoToChoiceConfirmedStage() local
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/fragment/
DUdfpsEnrollFragment.kt217 val headerView = in <lambda>() constant
242 val headerView = in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/development/storage/
DLeaseInfoListView.java93 final LinearLayout headerView = (LinearLayout) mInflater.inflate( in getHeaderView() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSearchTransitionController.java85 FloatingHeaderView headerView = mAllAppsContainerView.getFloatingHeaderView(); in onProgressUpdated() local
DActivityAllAppsContainerView.java1428 final FloatingHeaderView headerView = getFloatingHeaderView(); in drawOnScrimWithScaleAndBottomOffset() local
/packages/apps/Settings/src/com/android/settings/deviceinfo/aboutphone/
DMyDeviceInfoFragment.java181 final View headerView = headerPreference.findViewById(R.id.entity_header); in initHeader() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DMagnificationModePreferenceController.java173 final View headerView = LayoutInflater.from(mContext).inflate( in createMagnificationModeDialog() local
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java227 void bindHeader(CarNotificationHeaderView headerView, boolean isInGroup) { in bindHeader()