OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ViewBinder
(Results
1 - 25
of
42
) sorted by null
1
2
/frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java
31
* {@link android.widget.SimpleCursorAdapter.
ViewBinder
} is available,
32
* {@link
ViewBinder
#setViewValue(android.view.View, android.database.Cursor, int)}
64
private
ViewBinder
mViewBinder;
116
* {@link android.widget.SimpleCursorAdapter.
ViewBinder
} is available,
117
* {@link
ViewBinder
#setViewValue(android.view.View, android.database.Cursor, int)}
130
* @see #setViewBinder(android.widget.SimpleCursorAdapter.
ViewBinder
)
136
final
ViewBinder
binder = mViewBinder;
169
* Returns the {@link
ViewBinder
} used to bind data to views.
171
* @return a
ViewBinder
or null if the binder does not exist
174
* @see #setViewBinder(android.widget.SimpleCursorAdapter.
ViewBinder
)
[
all
...]
SimpleCursorTreeAdapter.java
31
* {@link android.widget.SimpleCursorTreeAdapter.
ViewBinder
} is available,
32
* {@link
ViewBinder
#setViewValue(android.view.View, android.database.Cursor, int)}
67
private
ViewBinder
mViewBinder;
190
* Returns the {@link
ViewBinder
} used to bind data to views.
192
* @return a
ViewBinder
or null if the binder does not exist
194
* @see #setViewBinder(android.widget.SimpleCursorTreeAdapter.
ViewBinder
)
196
public
ViewBinder
getViewBinder() {
203
* @param
viewBinder
the binder used to bind data to views, can be null to
208
public void setViewBinder(
ViewBinder
viewBinder
) {
[
all
...]
SimpleAdapter.java
37
* {@link android.widget.SimpleAdapter.
ViewBinder
} is available,
38
* {@link
ViewBinder
#setViewValue(android.view.View, Object, String)}
53
private
ViewBinder
mViewBinder;
152
final
ViewBinder
binder = mViewBinder;
204
* Returns the {@link
ViewBinder
} used to bind data to views.
206
* @return a
ViewBinder
or null if the binder does not exist
208
* @see #setViewBinder(android.widget.SimpleAdapter.
ViewBinder
)
210
public
ViewBinder
getViewBinder() {
217
* @param
viewBinder
the binder used to bind data to views, can be null to
222
public void setViewBinder(
ViewBinder
viewBinder)
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java
49
private
ViewBinder
mViewBinder;
101
* {@link android.widget.SimpleCursorAdapter.
ViewBinder
} is available,
102
* {@link
ViewBinder
#setViewValue(android.view.View, android.database.Cursor, int)}
115
* @see #setViewBinder(android.widget.SimpleCursorAdapter.
ViewBinder
)
121
final
ViewBinder
binder = mViewBinder;
154
* Returns the {@link
ViewBinder
} used to bind data to views.
156
* @return a
ViewBinder
or null if the binder does not exist
159
* @see #setViewBinder(android.widget.SimpleCursorAdapter.
ViewBinder
)
161
public
ViewBinder
getViewBinder() {
168
* @param
viewBinder
the binder used to bind data to views, can be null t
[
all
...]
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar
/sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/sdk/apps/NotificationStudio/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
Completed in 884 milliseconds
1
2