Searched refs:onBindView (Results 1 - 25 of 47) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/
H A DAccessiblePreferenceCategory.java38 protected void onBindView(View view) { method in class:AccessiblePreferenceCategory
39 super.onBindView(view);
H A DAppProgressPreference.java39 protected void onBindView(View view) { method in class:AppProgressPreference
40 super.onBindView(view);
H A DSingleLineSummaryPreference.java32 protected void onBindView(View view) { method in class:SingleLineSummaryPreference
33 super.onBindView(view);
H A DTintablePreference.java39 protected void onBindView(View view) { method in class:TintablePreference
40 super.onBindView(view);
H A DAppListPreferenceWithSettings.java24 protected void onBindView(View view) { method in class:AppListPreferenceWithSettings
25 super.onBindView(view);
H A DAppListSwitchPreference.java26 protected void onBindView(View view) { method in class:AppListSwitchPreference
27 super.onBindView(view);
H A DCancellablePreference.java50 protected void onBindView(View view) { method in class:CancellablePreference
51 super.onBindView(view);
H A DDimmableIconPreference.java69 protected void onBindView(View view) { method in class:DimmableIconPreference
70 super.onBindView(view);
H A DIconPreferenceScreen.java48 public void onBindView(View view) { method in class:IconPreferenceScreen
49 super.onBindView(view);
H A DProgressCategory.java57 public void onBindView(View view) { method in class:ProgressCategory
58 super.onBindView(view);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DPolicyListPreference.java41 protected void onBindView(View view) { method in class:PolicyListPreference
42 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pPersistentGroup.java34 protected void onBindView(View view) { method in class:WifiP2pPersistentGroup
36 super.onBindView(view);
H A DWifiP2pPeer.java47 protected void onBindView(View view) { method in class:WifiP2pPeer
61 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DWallOfTextPreference.java45 protected void onBindView(View view) { method in class:WallOfTextPreference
46 super.onBindView(view);
H A DPowerGaugePreference.java54 protected void onBindView(View view) { method in class:PowerGaugePreference
55 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DManageablePreference.java44 protected void onBindView(View view) { method in class:ManageablePreference
48 super.onBindView(view);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DMultiLineTitleEditTextPreference.java62 // We override onBindView() purely to look up that TextView and call
65 protected void onBindView(View view) { method in class:MultiLineTitleEditTextPreference
66 super.onBindView(view);
/packages/apps/Browser/src/com/android/browser/preferences/
H A DSeekBarSummaryPreference.java68 protected void onBindView(View view) { method in class:SeekBarSummaryPreference
69 super.onBindView(view);
H A DWebViewPreview.java77 protected void onBindView(View view) { method in class:WebViewPreview
78 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/applications/
H A DLinearColorPreference.java64 protected void onBindView(View view) { method in class:LinearColorPreference
65 super.onBindView(view);
H A DSpacePreference.java61 protected void onBindView(View view) { method in class:SpacePreference
62 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageSummaryPreference.java43 protected void onBindView(View view) { method in class:StorageSummaryPreference
55 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/location/
H A DRadioButtonPreference.java69 protected void onBindView(View view) { method in class:RadioButtonPreference
70 super.onBindView(view);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DRadioButtonPreference.java75 protected void onBindView(final View view) { method in class:RadioButtonPreference
76 super.onBindView(view);
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DPhoneNumberPreference.java55 protected void onBindView(final View view) { method in class:PhoneNumberPreference
70 super.onBindView(view);

Completed in 371 milliseconds

12