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.java138 mGlifLayout = view.findViewById(R.id.setup_wizard_layout); in onCreateView()
142 mSudContent = mGlifLayout.findViewById( in onCreateView()
207 setAccessibilityTitle(mGlifLayout.getHeaderText()); in onCreateView()
220 mGlifLayout.setProgressBarShown(false); in onCreateView()
303 mGlifLayout.getHeaderTextView().setAlpha(0f); in prepareEnterAnimation()
309 mGlifLayout.getDescriptionTextView().setAlpha(0f); in prepareEnterAnimation()
331 result.add(new ArrayList<>(Collections.singletonList(mGlifLayout.getHeaderTextView()))); in getActiveViews()
333 Collections.singletonList(mGlifLayout.getDescriptionTextView()))); in getActiveViews()
369 mGlifLayout.setHeaderText(mHeaderText); in updateStage()
371 mGlifLayout.setHeaderText(getDefaultHeader()); in updateStage()
[all …]
DConfirmLockPassword.java160 mGlifLayout = view.findViewById(R.id.setup_wizard_layout); in onCreateView()
173 mGlifLayout.setProgressBarShown(false); in onCreateView()
200 mGlifLayout.setHeaderText(headerMessage); in onCreateView()
203 mGlifLayout.getDescriptionTextView().setVisibility(View.GONE); in onCreateView()
205 mGlifLayout.setDescriptionText(detailsMessage); in onCreateView()
232 setAccessibilityTitle(mGlifLayout.getHeaderText()); in onCreateView()
387 mGlifLayout.getHeaderTextView().setAlpha(0f); in prepareEnterAnimation()
388 mGlifLayout.getDescriptionTextView().setAlpha(0f); in prepareEnterAnimation()
399 result.add(mGlifLayout.getHeaderTextView()); in getActiveViews()
400 result.add(mGlifLayout.getDescriptionTextView()); in getActiveViews()
DConfirmDeviceCredentialBaseFragment.java94 protected GlifLayout mGlifLayout; field in ConfirmDeviceCredentialBaseFragment
440 mGlifLayout.setProgressBarShown(enable); in updateRemoteLockscreenValidationViews()