OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onBindView
(Results
1 - 18
of
18
) sorted by null
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/
ProviderPreference.java
49
protected void
onBindView
(View view) {
50
super.
onBindView
(view);
AccountPreference.java
74
protected void
onBindView
(View view) {
75
super.
onBindView
(view);
SyncStateCheckBoxPreference.java
59
public void
onBindView
(View view) {
60
super.
onBindView
(view);
/packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java
44
public void
onBindView
(View view) {
45
super.
onBindView
(view);
ProgressCategory.java
36
public void
onBindView
(View view) {
37
super.
onBindView
(view);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java
77
protected void
onBindView
(View view) {
78
super.
onBindView
(view);
/development/samples/ApiDemos/src/com/example/android/apis/app/
MyPreference.java
45
protected void
onBindView
(View view) {
46
super.
onBindView
(view);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java
106
protected void
onBindView
(View view) {
112
super.
onBindView
(view);
/packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java
103
protected void
onBindView
(View view) {
104
super.
onBindView
(view);
/frameworks/base/core/java/android/preference/
CheckBoxPreference.java
78
protected void
onBindView
(View view) {
79
super.
onBindView
(view);
135
// in
onBindView
() an AccessibilityEventViewClickedType is sent to announce the change
Preference.java
385
* @see #
onBindView
(View)
391
onBindView
(convertView);
406
* @see #
onBindView
(View)
433
protected void
onBindView
(View view) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java
94
protected void
onBindView
(View view) {
105
super.
onBindView
(view);
136
// We do not call refresh() since this is called before
onBindView
().
/packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java
153
protected void
onBindView
(View view) {
154
super.
onBindView
(view);
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 58 milliseconds