Searched refs:mEntryPoint (Results 1 – 7 of 7) sorted by relevance
72 private int mEntryPoint = EntryPoint.UNKNOWN_ENTRY; field in TextReadingPreferenceFragment157 mPreviewController.setEntryPoint(mEntryPoint); in createPreferenceControllers()203 mFontWeightAdjustmentController.setEntryPoint(mEntryPoint); in createPreferenceControllers()208 highTextContrastController.setEntryPoint(mEntryPoint); in createPreferenceControllers()214 resetController.setEntryPoint(mEntryPoint); in createPreferenceControllers()277 mEntryPoint = bundle.getInt(EXTRA_LAUNCHED_FROM, EntryPoint.UNKNOWN_ENTRY); in updateEntryPoint()281 mEntryPoint = isCallingFromAnythingElseEntryPoint() in updateEntryPoint()
34 private int mEntryPoint; field in TextReadingFragmentBaseController43 mEntryPoint = entryPoint; in TextReadingFragmentBaseController()55 extras.putInt(EXTRA_LAUNCHED_FROM, mEntryPoint); in handlePreferenceTreeClick()
37 private int mEntryPoint; field in TextReadingResetController64 AccessibilityStatsLogUtils.convertToEntryPoint(mEntryPoint)); in displayPreference()81 mEntryPoint = entryPoint; in setEntryPoint()
35 private int mEntryPoint; field in FontWeightAdjustmentPreferenceController58 AccessibilityStatsLogUtils.convertToEntryPoint(mEntryPoint)); in setChecked()80 mEntryPoint = entryPoint; in setEntryPoint()
38 private int mEntryPoint; field in HighTextContrastPreferenceController61 AccessibilityStatsLogUtils.convertToEntryPoint(mEntryPoint)); in setChecked()90 mEntryPoint = entryPoint; in setEntryPoint()
65 private int mEntryPoint; field in TextReadingPreviewController150 mEntryPoint = entryPoint; in setEntryPoint()217 AccessibilityStatsLogUtils.convertToEntryPoint(mEntryPoint)); in tryCommitFontSizeConfig()236 AccessibilityStatsLogUtils.convertToEntryPoint(mEntryPoint)); in tryCommitDisplaySizeConfig()
71 private val mEntryPoint: ImageButton in <lambda>() constant85 mEntryPoint = mMainLayout.requireViewById<ImageButton>(R.id.entry_point).apply { in <lambda>()