Searched refs:onBindView (Results 26 - 33 of 33) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/location/
H A DRecentLocationApps.java93 protected void onBindView(View view) { method in class:RecentLocationApps.AccessiblePreference
94 super.onBindView(view);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DWordListPreference.java108 if (null != orphanedView) return orphanedView; // Will be sent to onBindView
214 protected void onBindView(final View view) { method in class:WordListPreference
215 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/nfc/
H A DPaymentSettings.java217 protected void onBindView(View view) { method in class:PaymentSettings.PaymentAppPreference
218 super.onBindView(view);
/packages/services/Telephony/src/com/android/phone/
H A DEditPhoneNumberPreference.java153 protected void onBindView(View view) { method in class:EditPhoneNumberPreference
154 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/
H A DHomeSettings.java347 protected void onBindView(View view) { method in class:HomeSettings.HomeAppPreference
348 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java252 protected void onBindView(View view) { method in class:AccessPoint
253 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java698 protected void onBindView(View view) { method in class:WifiDisplaySettings.WifiDisplayRoutePreference
699 super.onBindView(view);
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java212 protected void onBindView(View view) { method in class:AppRestrictionsFragment.AppRestrictionsPreference
213 super.onBindView(view);

Completed in 417 milliseconds

12