Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeBaseFragment.java46 private GlifLayout mGlifLayout; field in WifiDppQrCodeBaseFragment
55 mGlifLayout = (GlifLayout) view; in onViewCreated()
63 mGlifLayout.getMixin(FooterBarMixin.class).setSecondaryButton(mLeftButton); in onViewCreated()
69 mGlifLayout.getMixin(FooterBarMixin.class).setPrimaryButton(mRightButton); in onViewCreated()
72 mGlifLayout.getHeaderTextView().setAccessibilityLiveRegion( in onViewCreated()
77 mGlifLayout.setIcon(getDrawable(iconResId)); in setHeaderIconImageResource()
92 mGlifLayout.setHeaderText(title); in setHeaderTitle()
96 mGlifLayout.setHeaderText(getString(resId, formatArgs)); in setHeaderTitle()
100 mGlifLayout.setProgressBarShown(shown); in setProgressBarShown()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmLockPattern.java135 mGlifLayout = view.findViewById(R.id.setup_wizard_layout); in onCreateView()
139 mSudContent = mGlifLayout.findViewById( in onCreateView()
204 setAccessibilityTitle(mGlifLayout.getHeaderText()); in onCreateView()
217 mGlifLayout.setProgressBarShown(false); in onCreateView()
300 mGlifLayout.getHeaderTextView().setAlpha(0f); in prepareEnterAnimation()
306 mGlifLayout.getDescriptionTextView().setAlpha(0f); in prepareEnterAnimation()
328 result.add(new ArrayList<>(Collections.singletonList(mGlifLayout.getHeaderTextView()))); in getActiveViews()
330 Collections.singletonList(mGlifLayout.getDescriptionTextView()))); in getActiveViews()
366 mGlifLayout.setHeaderText(mHeaderText); in updateStage()
368 mGlifLayout.setHeaderText(getDefaultHeader()); in updateStage()
[all …]
DConfirmLockPassword.java143 mGlifLayout = view.findViewById(R.id.setup_wizard_layout); in onCreateView()
156 mGlifLayout.setProgressBarShown(false); in onCreateView()
183 mGlifLayout.setHeaderText(headerMessage); in onCreateView()
186 mGlifLayout.getDescriptionTextView().setVisibility(View.GONE); in onCreateView()
188 mGlifLayout.setDescriptionText(detailsMessage); in onCreateView()
215 setAccessibilityTitle(mGlifLayout.getHeaderText()); in onCreateView()
362 mGlifLayout.getHeaderTextView().setAlpha(0f); in prepareEnterAnimation()
363 mGlifLayout.getDescriptionTextView().setAlpha(0f); in prepareEnterAnimation()
374 result.add(mGlifLayout.getHeaderTextView()); in getActiveViews()
375 result.add(mGlifLayout.getDescriptionTextView()); in getActiveViews()
DConfirmDeviceCredentialBaseFragment.java95 protected GlifLayout mGlifLayout; field in ConfirmDeviceCredentialBaseFragment
446 mGlifLayout.setProgressBarShown(enable); in updateRemoteLockscreenValidationViews()