Searched refs:headerLayout (Results 1 – 5 of 5) sorted by relevance
110 final LinearLayout headerLayout = view.findViewById( in setupScreenLockOptionsButton() local112 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()
549 final LinearLayout headerLayout = view.findViewById( in onViewCreated() local551 setupPasswordRequirementsView(headerLayout); in onViewCreated()
77 final LinearLayout headerLayout = layout.findManagedViewById(R.id.sud_layout_header); in updateGlifPreferenceLayout() local78 if (headerLayout != null) { in updateGlifPreferenceLayout()79 headerLayout.setPadding(0, layout.getPaddingTop(), 0, in updateGlifPreferenceLayout()
116 final LinearLayout headerLayout = activity.findViewById( in createActivity_withShowOptionsButtonExtra_shouldShowButtonUnderSudHeader() local118 assertThat(headerLayout).isNotNull(); in createActivity_withShowOptionsButtonExtra_shouldShowButtonUnderSudHeader()120 final Button optionsButton = headerLayout.findViewById(R.id.screen_lock_options); in createActivity_withShowOptionsButtonExtra_shouldShowButtonUnderSudHeader()
44 int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) { in SectionedAlbumDataAdapter() argument45 mLayout = headerLayout; in SectionedAlbumDataAdapter()