Home
last modified time | relevance | path

Searched refs:headerLayout (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DPasswordUtils.java110 final LinearLayout headerLayout = view.findViewById( in setupScreenLockOptionsButton() local
112 final TextView sucTitleView = headerLayout.findViewById(R.id.suc_layout_title); in setupScreenLockOptionsButton()
113 if (headerLayout != null && sucTitleView != null) { in setupScreenLockOptionsButton()
125 headerLayout.addView(optButton); in setupScreenLockOptionsButton()
DChooseLockPassword.java549 final LinearLayout headerLayout = view.findViewById( in onViewCreated() local
551 setupPasswordRequirementsView(headerLayout); in onViewCreated()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySetupWizardUtils.java77 final LinearLayout headerLayout = layout.findManagedViewById(R.id.sud_layout_header); in updateGlifPreferenceLayout() local
78 if (headerLayout != null) { in updateGlifPreferenceLayout()
79 headerLayout.setPadding(0, layout.getPaddingTop(), 0, in updateGlifPreferenceLayout()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupChooseLockPasswordTest.java116 final LinearLayout headerLayout = activity.findViewById( in createActivity_withShowOptionsButtonExtra_shouldShowButtonUnderSudHeader() local
118 assertThat(headerLayout).isNotNull(); in createActivity_withShowOptionsButtonExtra_shouldShowButtonUnderSudHeader()
120 final Button optionsButton = headerLayout.findViewById(R.id.screen_lock_options); in createActivity_withShowOptionsButtonExtra_shouldShowButtonUnderSudHeader()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java44 int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) { in SectionedAlbumDataAdapter() argument
45 mLayout = headerLayout; in SectionedAlbumDataAdapter()