Home
last modified time | relevance | path

Searched refs:setView (Results 1 – 25 of 129) sorted by relevance

123456

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaButtonController.java138 mControlBar.setView(mPlayPauseStopImageContainer, ControlBar.SLOT_MAIN); in resetInitialViews()
139 mControlBar.setView(null, ControlBar.SLOT_LEFT); in resetInitialViews()
140 mControlBar.setView(null, ControlBar.SLOT_RIGHT); in resetInitialViews()
177 mControlBar.setView(mSkipPrevButton, ControlBar.SLOT_LEFT); in onPlaybackStateChanged()
181 mControlBar.setView(null, ControlBar.SLOT_LEFT); in onPlaybackStateChanged()
191 mControlBar.setView(mSkipNextButton, ControlBar.SLOT_RIGHT); in onPlaybackStateChanged()
195 mControlBar.setView(null, ControlBar.SLOT_RIGHT); in onPlaybackStateChanged()
242 mControlBar.setView(imageButtons.remove(0), CarControlBar.SLOT_LEFT); in updateCustomActions()
245 mControlBar.setView(imageButtons.remove(0), CarControlBar.SLOT_RIGHT); in updateCustomActions()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java415 mView.setView(view); in createSelectCertificateUsageDialog()
433 .setView(view) in createSelectCertificateUsageDialog()
471 mView.setView(view); in createPkcs12PasswordDialog()
482 .setView(view) in createPkcs12PasswordDialog()
498 mView.setView(view); in createNameCertificateDialog()
509 .setView(view) in createNameCertificateDialog()
DViewHelper.java29 void setView(View view) { in setView() method in ViewHelper
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationLockscreenPreference.java85 builder.setView(R.layout.lockscreen_remote_input); in onPrepareDialogBuilder()
116 mListener.setView(panel); in onDialogStateRestored()
163 public void setView(View view) { in setView() method in NotificationLockscreenPreference.Listener
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java210 mBuilder.setView(createPinEntryView()); in createUserEntryDialog()
289 mBuilder.setView(createView()); in createConfirmationDialog()
310 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DMinimizedControlBar.java89 public void setView(@Nullable View view, @SlotPosition int slotPosition) { in setView() method in MinimizedControlBar
126 ViewUtils.setView(viewToUse, mSlots[CarControlBar.getSlotIndex(i, NUM_COLUMNS)]); in updateViewsLayout()
DControlBar.java201 public void setView(@Nullable View view, @SlotPosition int slotPosition) { in setView() method in ControlBar
294 ViewUtils.setView(viewToUse, mSlots[i]); in updateViewsLayout()
DCarControlBar.java39 void setView(@Nullable View view, @SlotPosition int slotPosition); in setView() method
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiAPITest.java114 alert.setView(input); in onPreferenceClick()
140 alert.setView(input); in onPreferenceClick()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java200 mBuilder.setView(createPinEntryView()); in createUserEntryDialog()
278 mBuilder.setView(createView()); in createConfirmationDialog()
299 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/alertdialog/
DAlertDialogTestFragment.java83 .setView(R.layout.alert_dialog_bluetooth_pin_entry) in onCreateView()
107 .setView(R.layout.alert_dialog_bluetooth_pin_confirm) in onCreateView()
/packages/apps/Settings/src/com/android/settings/display/
DTimeoutListPreference.java55 builder.setView(R.layout.admin_disabled_other_options_footer); in onPrepareDialogBuilder()
57 builder.setView(null); in onPrepareDialogBuilder()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipDialogFragment.java96 .setView(view) in onCreateDialog()
122 builder.setView(restrictionView); in onCreateDialog()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java166 .setView(contentView) in createMagnificationSwitchShortcutDialog()
180 .setView(createEditDialogContentView(context, dialogType)) in createDialog()
481 .setView(customView) in createCustomDialog()
DAccessibilityGestureNavigationTutorial.java88 .setView(createTutorialDialogContentView(context, in showGestureNavigationSettingsTutorialDialog()
116 .setView(createShortcutNavigationContentView(context, shortcutTypes)) in createAccessibilityTutorialDialog()
177 .setView(createTutorialDialogContentView(context, dialogType)) in createDialog()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/
DCardPresenter.java29 public void setView(HomeCardInterface.View view) { in setView() method in CardPresenter
DHomeCardInterface.java86 void setView(View view); in setView() method
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/assistive/
DAssistiveCard.java64 getCardPresenter().setView(mAssistiveCardView); in getCardView()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java62 mAlertBuilder.setView(createView(errorContent)); in onCreate()
DBluetoothOppBtEnableActivity.java63 mAlertBuilder.setView(createView()); in onCreate()
/packages/apps/Messaging/src/com/android/messaging/ui/
DTestActivity.java73 public void setView(final View view) { in setView() method in TestActivity
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/
DAudioCard.java75 getCardPresenter().setView(mAudioCardView); in getCardView()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorDialogFragment.java53 .setView(input) in onCreateDialog()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DCopyContactDetailDialog.java42 .setView(createBodyView()) in show()
/packages/apps/Settings/src/com/android/settings/development/
DAdbWirelessDialog.java94 setView(mView); in onCreate()

123456