Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 101) sorted by relevance

12345

/developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
DContactViewBinder.java32 public static void bind(Contact contact, TextView textView) { in bind() method in ContactViewBinder
DSelectContactActivity.java74 ContactViewBinder.bind(contact, (TextView) holder.itemView);
DSendMessageActivity.java127 ContactViewBinder.bind(contact, mTextContactName); in prepareUi()
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
DContactViewBinder.java32 public static void bind(Contact contact, TextView textView) { in bind() method in ContactViewBinder
DSelectContactActivity.java82 ContactViewBinder.bind(contact, textView);
DSendMessageActivity.java118 ContactViewBinder.bind(contact, mTextContactName); in prepareUi()
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DMenuRecyclerViewAdapter.java61 holder.bind(item); in onBindViewHolder()
95 public void bind(AppItem item) { in bind() method in MenuRecyclerViewAdapter.Holder
DLongListRecyclerViewAdapter.java129 holder.bind(item); in onBindViewHolder()
164 public void bind(AppItem item) { in bind() method in LongListRecyclerViewAdapter.Holder
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DDetailFragment.java88 bind(item); in onViewCreated()
112 private void bind(View parent) { in bind() method in DetailFragment
150 bind(scene.getSceneRoot()); in onAnimationEnd()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/util/
DGles2ColoredTriangleList.java117 mProgram.bind(mvpMatrix, mVertexBuffer, mColor); in draw()
260 public void bind(float[] mvpMatrix, FloatBuffer vertexBuffer, float[] color) { in bind() method in Gles2ColoredTriangleList.Program
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DManualFieldPickerActivity.java132 holder.bind(field); in onBindViewHolder()
153 public void bind(FilledAutofillField field) { in bind() method in ManualFieldPickerActivity.FieldViewHolder
DManualActivity.java282 holder.bind(mDatasetIds.get(position), mDatasetNames.get(position), in onBindViewHolder()
314 public void bind(String datasetId, String datasetName, List<String> fieldTypes) { in bind() method in ManualActivity.DatasetViewHolder
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DFileTransferService.java55 socket.bind(null); in onHandleIntent()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
DRecyclerViewActivity.java232 holder.bind(getItem(position)); in onBindViewHolder()
251 void bind(FieldMetadata fieldMetadata) { in bind() method in RecyclerViewActivity.FieldViewHolder
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/notification/CustomNotifications/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/ui/views/RecyclerView/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/input/multitouch/BasicMultitouch/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/media/Camera2Video/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/connectivity/bluetooth/BluetoothChat/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/content/WidgetData/
DLICENSE45 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/admin/AppRestrictionSchema/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,
/developers/samples/android/ui/views/TextSwitcher/
DLICENSE47 separable from, or merely link (or bind by name) to the interfaces of,

12345