Searched defs:bind (Results 1 - 4 of 4) sorted by relevance

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DContactPhotoBinder.java37 * bind contacts photos to their respective list item. This binder simply
63 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:ContactPhotoBinder
H A DUrlImageBinder.java38 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:UrlImageBinder
H A DAdapters.java68 * <li><a href="#xml-cursor-adapter-bind-tag"><code>&lt;bind /&gt;</code></a></li>
94 * <a href="#xml-cursor-adapter-bind-tag"><code>&lt;bind /&gt;</code></a> tags as children
101 * <code>&lt;bind /&gt;</code> elements. It can also be very useful if you are providing
102 * your own <a href="#xml-cursor-adapter-bind-data-types">binder</a> or
103 * <a href="#xml-cursor-adapter-bind-data-types">transformation</a> classes.
113 * <a name="xml-cursor-adapter-bind-tag"></a>
114 * <h3>&lt;bind /&gt;</h3>
115 * <p>The <code>&lt;bind /
321 public abstract boolean bind(View view, Cursor cursor, int columnIndex); method in class:Adapters.CursorBinder
1160 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.StringBinder
1179 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.ImageBinder
1196 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.TagBinder
1212 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.ImageUriBinder
1231 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:Adapters.DrawableBinder
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DIsolatedService.java114 int start, int stop, int bind, int status) {
121 CheckBox cb = (CheckBox)mActivity.findViewById(bind);
113 ServiceInfo(Activity activity, Class<?> clz, int start, int stop, int bind, int status) argument

Completed in 65 milliseconds