Home
last modified time | relevance | path

Searched refs:endId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DClockCarouselView.kt157 endId: Int in <lambda>()
163 ClockSize.DYNAMIC -> prepareDynamicClockView(motionLayout, endId) in <lambda>()
164 ClockSize.SMALL -> prepareSmallClockView(motionLayout, endId) in <lambda>()
166 prepareCardView(motionLayout, endId) in <lambda>()
173 endId: Int, in <lambda>()
187 private fun prepareDynamicClockView(motionLayout: MotionLayout, endId: Int) { in <lambda>()
190 if (endId == R.id.next) (carousel.currentIndex + 1) % adapter.count() in <lambda>()
198 if (endId == R.id.next) R.id.clock_scale_view_3 in <lambda>()
203 private fun prepareSmallClockView(motionLayout: MotionLayout, endId: Int) { in <lambda>()
207 if (endId == R.id.next) R.id.clock_host_view_3 in <lambda>()
[all …]
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java133 final int endId; field in CellBroadcastBootupConfigTest.CbConfig
136 CbConfig(int startId, int endId, int type) { in CbConfig() argument
138 this.endId = endId; in CbConfig()
220 assertEquals("i=" + i, configs[i].endId, ((CellBroadcastIdRange) in testConfiguration()
233 assertEquals("i=" + i, configs[i].endId, in testConfiguration()
DCellBroadcastConfigServiceTest.java1008 int endId = SmsCbConstants.MESSAGE_ID_CMAS_ALERT_PUBLIC_SAFETY; in testEnableCellBroadcastWithMasterToggleState() local
1024 new CbConfig(startId, endId, type, true), in testEnableCellBroadcastWithMasterToggleState()
1032 new CbConfig(startId, endId, type, false), in testEnableCellBroadcastWithMasterToggleState()
1043 new CbConfig(startId, endId, type, true), in testEnableCellBroadcastWithMasterToggleState()
1051 new CbConfig(startId, endId, type, false), in testEnableCellBroadcastWithMasterToggleState()
1066 new CbConfig(startId, endId, type, true), in testEnableCellBroadcastWithMasterToggleState()
1074 new CbConfig(startId, endId, type, true), in testEnableCellBroadcastWithMasterToggleState()
1085 new CbConfig(startId, endId, type, true), in testEnableCellBroadcastWithMasterToggleState()
1093 new CbConfig(startId, endId, type, false), in testEnableCellBroadcastWithMasterToggleState()
1110 new CbConfig(startId, endId, type, false), in testEnableCellBroadcastWithMasterToggleState()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DPrivacyChip.java121 public void onTransitionStarted(MotionLayout m, int startId, int endId) { in onFinishInflate()
129 MotionLayout m, int startId, int endId, float progress) { in onFinishInflate()
134 && startId == R.id.active_init && endId == R.id.active) { in onFinishInflate()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewTabs.kt73 endId: Int in onTransitionStarted()
81 endId: Int, in onTransitionChange()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/
DCustomizationPickerActivity2.kt280 override fun onTransitionStarted(motionLayout: MotionLayout?, startId: Int, endId: Int) { in <lambda>()
287 endId: Int, in <lambda>()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java90 public CbConfig(int startId, int endId, int type, boolean enable) { in CbConfig() argument
92 this.mEndId = endId; in CbConfig()