Home
last modified time | relevance | path

Searched refs:onClickListener (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DExitGuestDialog.kt47 private val onClickListener = constant
103 onClickListener,
108 onClickListener,
116 onClickListener,
121 onClickListener,
126 onClickListener,
DAddUserDialog.kt42 private val onClickListener = constant
95 onClickListener,
101 onClickListener,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DRequireScrollMixin.java150 @NonNull Button button, @StringRes int moreText, @Nullable OnClickListener onClickListener) {
151 requireScrollWithButton(button, button.getContext().getText(moreText), onClickListener);
174 @Nullable OnClickListener onClickListener) {
176 button.setOnClickListener(createOnClickListener(onClickListener));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DCustomDialogHelper.java100 View.OnClickListener onClickListener) { in setPositiveButton() argument
101 setButton(POSITIVE_BUTTON, resid, onClickListener); in setPositiveButton()
117 View.OnClickListener onClickListener) { in setNegativeButton() argument
118 setButton(NEGATIVE_BUTTON, resid, onClickListener); in setNegativeButton()
134 View.OnClickListener onClickListener) { in setBackButton() argument
135 setButton(BACK_BUTTON, resid, onClickListener); in setBackButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndication.java52 View.OnClickListener onClickListener, in KeyguardIndication() argument
59 mOnClickListener = onClickListener; in KeyguardIndication()
173 public Builder setClickListener(View.OnClickListener onClickListener) { in setClickListener() argument
174 this.mOnClickListener = onClickListener; in setClickListener()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DRequireScrollMixinTest.java104 final OnClickListener onClickListener = in testCreateOnClickListener() local
108 onClickListener.onClick(null); in testCreateOnClickListener()
114 onClickListener.onClick(null); in testCreateOnClickListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java260 View.OnClickListener onClickListener, in updateExpandability() argument
263 mExpandButton.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
265 mAltExpandTarget.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
268 mIconContainer.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
271 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
DNotificationConversationTemplateViewWrapper.kt134 onClickListener: View.OnClickListener, in <lambda>()
136 ) = conversationLayout.updateExpandability(expandable, onClickListener) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DMultiListLayout.java76 public void setOutsideTouchListener(OnClickListener onClickListener) { in setOutsideTouchListener() argument
79 setOnClickListener(onClickListener); in setOutsideTouchListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/
DOngoingActivityChipModel.kt42 val onClickListener: View.OnClickListener, constant in com.android.systemui.statusbar.chips.ui.model.OngoingActivityChipModel.Shown
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMaximizeMenu.kt80 private val onClickListener: OnClickListener, in <lambda>() constant in com.android.wm.shell.windowdecor.MaximizeMenu
149 onClickListener = onClickListener, in createMaximizeMenu()
258 onClickListener: OnClickListener,
305 maximizeButton.setOnClickListener(onClickListener)
307 snapRightButton.setOnClickListener(onClickListener)
309 snapLeftButton.setOnClickListener(onClickListener)
DHandleMenu.java101 View.OnClickListener onClickListener, View.OnTouchListener onTouchListener, in HandleMenu() argument
111 mOnClickListener = onClickListener; in HandleMenu()
475 Builder setOnClickListener(@Nullable View.OnClickListener onClickListener) { in setOnClickListener() argument
476 mOnClickListener = onClickListener; in setOnClickListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/
DScreenRecordChipViewModelTest.kt139 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_notProjecting_clickListenerShowsDialog()
160 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectingEntireScreen_clickListenerShowsDialog()
184 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectingSingleTask_clickListenerShowsDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt375 val onClickListener = View.OnClickListener { in inflateActionButton() constant
380 DelayedOnClickListener(onClickListener, constants.onClickInitDelay) in inflateActionButton()
381 else onClickListener) in inflateActionButton()
438 val onClickListener = View.OnClickListener { in inflateReplyButton() constant
449 DelayedOnClickListener(onClickListener, constants.onClickInitDelay) in inflateReplyButton()
450 else onClickListener) in inflateReplyButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletView.java233 void setDeviceLockedActionOnClickListener(OnClickListener onClickListener) { in setDeviceLockedActionOnClickListener() argument
234 mDeviceLockedActionOnClickListener = onClickListener; in setDeviceLockedActionOnClickListener()
237 void setShowWalletAppOnClickListener(OnClickListener onClickListener) { in setShowWalletAppOnClickListener() argument
238 mShowWalletAppOnClickListener = onClickListener; in setShowWalletAppOnClickListener()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButton.java41 default void setOnClickListener(View.OnClickListener onClickListener) { } in setOnClickListener() argument
DFloatingRotationButton.java203 public void setOnClickListener(View.OnClickListener onClickListener) { in setOnClickListener() argument
204 mKeyButtonView.setOnClickListener(onClickListener); in setOnClickListener()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonView.java102 public void setOnClickListener(OnClickListener onClickListener) { in setOnClickListener() argument
103 super.setOnClickListener(onClickListener); in setOnClickListener()
104 mOnClickListener = onClickListener; in setOnClickListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooterView.java157 public void setExpandClickListener(OnClickListener onClickListener) { in setExpandClickListener() argument
158 mExpandClickListener = onClickListener; in setExpandClickListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
DChipbarInfo.kt71 data class Button(val text: Text, val onClickListener: View.OnClickListener) : ChipbarEndItem() constant in com.android.systemui.temporarydisplay.chipbar.ChipbarEndItem.Button
DChipbarCoordinator.kt195 val onClickListener = in <lambda>() constant
199 newInfo.endItem.onClickListener.onClick(clickedView) in <lambda>()
202 buttonView.setOnClickListener(onClickListener) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModelTest.kt141 val clickListener = (latest as OngoingActivityChipModel.Shown).onClickListener in chip_inCall_nullIntent_clickListenerDoesNothing()
154 val clickListener = (latest as OngoingActivityChipModel.Shown).onClickListener in chip_inCall_validIntent_clickListenerLaunchesIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/sender/
DMediaTttSenderCoordinator.kt230 val onClickListener = in <lambda>() constant
250 onClickListener, in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DHandleMenuTest.kt77 private lateinit var onClickListener: View.OnClickListener variable in com.android.wm.shell.windowdecor.HandleMenuTest
199 onClickListener, onTouchListener, appIcon, appName, displayController, in createAndShowHandleMenu()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/
DShareToAppChipViewModelTest.kt179 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_entireScreen_clickListenerShowsShareDialog()
201 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_singleTask_clickListenerShowsShareDialog()

12