Home
last modified time | relevance | path

Searched refs:mGlifLayout (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeBaseFragment.java47 private GlifLayout mGlifLayout; field in WifiDppQrCodeBaseFragment
56 mGlifLayout = (GlifLayout) view; in onViewCreated()
64 mGlifLayout.getMixin(FooterBarMixin.class).setSecondaryButton(mLeftButton); in onViewCreated()
70 mGlifLayout.getMixin(FooterBarMixin.class).setPrimaryButton(mRightButton); in onViewCreated()
73 mGlifLayout.getHeaderTextView().setAccessibilityLiveRegion( in onViewCreated()
78 mGlifLayout.setIcon(getDrawable(iconResId)); in setHeaderIconImageResource()
93 mGlifLayout.setHeaderText(title); in setHeaderTitle()
97 mGlifLayout.setHeaderText(getString(resId, formatArgs)); in setHeaderTitle()
101 mGlifLayout.setProgressBarShown(shown); in setProgressBarShown()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmLockPattern.java95 private GlifLayout mGlifLayout; field in ConfirmLockPattern.ConfirmLockPatternFragment
121 mGlifLayout = view.findViewById(R.id.setup_wizard_layout); in onCreateView()
180 setAccessibilityTitle(mGlifLayout.getHeaderText()); in onCreateView()
245 mGlifLayout.getHeaderTextView().setAlpha(0f); in prepareEnterAnimation()
251 mGlifLayout.getDescriptionTextView().setAlpha(0f); in prepareEnterAnimation()
272 result.add(new ArrayList<>(Collections.singletonList(mGlifLayout.getHeaderTextView()))); in getActiveViews()
274 Collections.singletonList(mGlifLayout.getDescriptionTextView()))); in getActiveViews()
310 mGlifLayout.setHeaderText(mHeaderText); in updateStage()
312 mGlifLayout.setHeaderText(getDefaultHeader()); in updateStage()
315 mGlifLayout.setDescriptionText(mDetailsText); in updateStage()
[all …]
DConfirmLockPassword.java116 private GlifLayout mGlifLayout; field in ConfirmLockPassword.ConfirmLockPasswordFragment
136 mGlifLayout = view.findViewById(R.id.setup_wizard_layout); in onCreateView()
168 mGlifLayout.setHeaderText(headerMessage); in onCreateView()
169 mGlifLayout.setDescriptionText(detailsMessage); in onCreateView()
194 setAccessibilityTitle(mGlifLayout.getHeaderText()); in onCreateView()
281 mGlifLayout.getHeaderTextView().setAlpha(0f); in prepareEnterAnimation()
282 mGlifLayout.getDescriptionTextView().setAlpha(0f); in prepareEnterAnimation()
293 result.add(mGlifLayout.getHeaderTextView()); in getActiveViews()
294 result.add(mGlifLayout.getDescriptionTextView()); in getActiveViews()