Home
last modified time | relevance | path

Searched refs:initView (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanSpeedBarSegment.java52 initView(); in FanSpeedBarSegment()
57 initView(); in FanSpeedBarSegment()
62 initView(); in FanSpeedBarSegment()
107 private void initView() { in initView() method in FanSpeedBarSegment
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DAudioRecordViewTest.java50 private AudioRecordView initView() { in initView() method in AudioRecordViewTest
62 final AudioRecordView view = initView(); in testRecording()
/packages/apps/Settings/src/com/android/settings/users/
DOwnerInfoSettings.java57 initView(); in onCreateDialog()
66 private void initView() { in initView() method in OwnerInfoSettings
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DGripBarView.java68 initView(); in GripBarView()
71 private void initView() { in initView() method in GripBarView
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DFloatingSheetContent.kt49 fun initView() { in initView() method
/packages/apps/Settings/src/com/android/settings/
DProxySelector.java68 initView(mView); in onCreateView()
122 private void initView(View view) { in initView() method in ProxySelector
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DFloatingSheet.kt82 floatingSheetContent.initView() in <lambda>()
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleWeekView.kt238 protected open fun initView() { in initView() method
561 initView()
DMonthWeekEventsView.kt273 protected override fun initView() { in initView() method
274 super.initView() in initView()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DUdfpsEnrollEnrollingView.java85 void initView(FingerprintSensorPropertiesInternal udfpsProps, in initView() method in UdfpsEnrollEnrollingView
DFingerprintEnrollEnrolling.java251 layout.initView(props.get(0), mUdfpsEnrollHelper, mAccessibilityManager); in onCreate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrollingTest.java334 defaultLayout.initView(mFingerprintManager.getSensorPropertiesInternal().get(0), in fingerprintUdfpsOverlayEnrollment_descriptionViewGoneWithOverlap()
354 defaultLayout.initView(mFingerprintManager.getSensorPropertiesInternal().get(0), in fingerprintUdfpsOverlayEnrollment_descriptionViewVisibleWithoutOverlap()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt991 private fun initView(view: DayView) { in initView() method
2973 initView(view) in initNextView()