Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerFragmentFactory.kt21 … com.android.customization.picker.quickaffordance.ui.fragment.KeyguardQuickAffordancePickerFragment
28 KeyguardQuickAffordancePickerFragment.DESTINATION_ID -> in create()
29 KeyguardQuickAffordancePickerFragment.newInstance() in create()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/fragment/
DKeyguardQuickAffordancePickerFragment.kt38 class KeyguardQuickAffordancePickerFragment : AppbarFragment() { class
42 fun newInstance(): KeyguardQuickAffordancePickerFragment { in newInstance()
43 return KeyguardQuickAffordancePickerFragment() in newInstance()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/section/
DKeyguardQuickAffordanceSectionController.kt24 … com.android.customization.picker.quickaffordance.ui.fragment.KeyguardQuickAffordancePickerFragment
54 navigationController.navigateTo(KeyguardQuickAffordancePickerFragment.newInstance()) in createView()