Home
last modified time | relevance | path

Searched refs:getClickListener (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/EntityHeaderWidgets/src/com/android/settingslib/widget/
H A DAppEntityInfo.java67 public View.OnClickListener getClickListener() { in getClickListener() method in AppEntityInfo
H A DAppEntitiesHeaderController.java263 mAppEntityViews[index].setOnClickListener(appEntityInfo.getClickListener()); in bindAppEntityView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java232 setOnClickListener(mKeyguardIndicationInfo.getClickListener()); in setNextIndication()
233 setClickable(mKeyguardIndicationInfo.getClickListener() != null); in setNextIndication()
/aosp14/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
H A DBarViewInfo.java95 View.OnClickListener getClickListener() { in getClickListener() method in BarViewInfo
H A DBarView.java71 setOnClickListener(barViewInfo.getClickListener()); in updateView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndication.java85 public @Nullable View.OnClickListener getClickListener() { in getClickListener() method in KeyguardIndication