HomeSort by relevance Sort by last modified time
    Searched defs:bind (Results 201 - 225 of 851) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Dialer/java/com/android/dialer/speeddial/
FavoritesViewHolder.java 65 public void bind(Context context, Cursor cursor) { method in class:FavoritesViewHolder
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentHolder.java 68 public abstract void bind(Cursor cursor, String modelId); method in class:DocumentHolder
GridDocumentHolder.java 52 // This is used in as a convenience in our bind method.
128 * Bind this view to the given document for display.
133 public void bind(Cursor cursor, String modelId) { method in class:GridDocumentHolder
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 53 * Bind to a contact cursor in the contact list.
55 public void bind(final Cursor cursor, final String alphabetHeader) { method in class:ContactListItemData
88 * Bind to a RecipientEntry produced by the chips text view in the search drop down, plus
91 public void bind(final RecipientEntry entry, final CharSequence styledName, method in class:ContactListItemData
GalleryGridItemData.java 67 public void bind(final Cursor cursor, final int desiredWidth, final int desiredHeight) { method in class:GalleryGridItemData
PeopleOptionsItemData.java 68 * Bind to a specific setting column on conversation metadata cursor. (Note
72 public void bind( method in class:PeopleOptionsItemData
SubscriptionListData.java 93 public void bind(final List<ParticipantData> subs) { method in class:SubscriptionListData
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridItemView.java 92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { method in class:AttachmentGridItemView
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageBubbleView.java 83 public void bind(final ConversationMessageData data) { method in class:ConversationMessageBubbleView
84 final boolean changed = mData.bind(data);
SimSelectorView.java 72 public void bind(final SubscriptionListData data) { method in class:SimSelectorView
155 itemView.bind(getItem(position));
  /packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugMmsConfigFragment.java 119 view.bind(key,
DebugMmsConfigItemView.java 66 public void bind(final String key, final String keyType, final String value, method in class:DebugMmsConfigItemView
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactListItemViewTest.java 82 view.bind(cursor, mockHost, false, null);
93 view.bind(cursor, mockHost, false, null);
104 view.bind(cursor, mockHost, false, null);
114 view.bind(cursor, mockHost, false, null);
117 view.bind(cursor, mockHost, false, null);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
GalleryGridItemViewTest.java 81 view.bind(cursor, mockHost);
94 view.bind(cursor, mockHost);
107 view.bind(cursor, mockHost);
119 view.bind(cursor, mockHost);
132 view.bind(cursor, mockHost);
136 view.bind(cursor, mockHost);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationFooterView.java 90 public void bind(ConversationFooterItem footerItem) { method in class:ConversationFooterView
113 bind(footerItem);
ConversationViewAdapter.java 150 header.bind(this);
197 ((ConversationFooterView) v).bind(this); method
292 header.bind(this, measureOnly);
430 attachmentsView.bind(mHeaderItem, measureOnly);
504 scb.bind(this);
SuperCollapsedBlock.java 76 public void bind(SuperCollapsedBlockItem item) { method in class:SuperCollapsedBlock
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 71 public void bind(final Context context, final Account account, final boolean isCurrentAccount, method in class:AccountItemView
106 drawable.bind(account.getSenderName(), account.getEmailAddress());
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
78 def bind(self, triplet, func): member in class:_SimpleBinder
90 self.handlerid = self.widget.bind(self.widgetinst,
201 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
204 def bind(self, triplet, func): member in class:_ComplexBinder
214 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
324 def bind(self, sequence=None, func=None, add=None): member in class:MultiCallCreator.MultiCall
325 #print "bind(%s, %s, %s) called." % (sequence, func, add)
336 self.__binders[triplet[1]].bind(triplet, func)
339 return widget.bind(self, sequence, func, add
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
78 def bind(self, triplet, func): member in class:_SimpleBinder
90 self.handlerid = self.widget.bind(self.widgetinst,
201 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
204 def bind(self, triplet, func): member in class:_ComplexBinder
214 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
324 def bind(self, sequence=None, func=None, add=None): member in class:MultiCallCreator.MultiCall
325 #print "bind(%s, %s, %s) called." % (sequence, func, add)
336 self.__binders[triplet[1]].bind(triplet, func)
339 return widget.bind(self, sequence, func, add
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
ChatServer.java 118 listener.bind(new InetSocketAddress(port));
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
ChatServer.java 118 listener.bind(new InetSocketAddress(port));
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 97 #ifdef bind
98 #undef bind macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
78 def bind(self, triplet, func): member in class:_SimpleBinder
90 self.handlerid = self.widget.bind(self.widgetinst,
201 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
204 def bind(self, triplet, func): member in class:_ComplexBinder
214 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
324 def bind(self, sequence=None, func=None, add=None): member in class:MultiCallCreator.MultiCall
325 #print "bind(%s, %s, %s) called." % (sequence, func, add)
336 self.__binders[triplet[1]].bind(triplet, func)
339 return widget.bind(self, sequence, func, add
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
78 def bind(self, triplet, func): member in class:_SimpleBinder
90 self.handlerid = self.widget.bind(self.widgetinst,
201 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
204 def bind(self, triplet, func): member in class:_ComplexBinder
214 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
324 def bind(self, sequence=None, func=None, add=None): member in class:MultiCallCreator.MultiCall
325 #print "bind(%s, %s, %s) called." % (sequence, func, add)
336 self.__binders[triplet[1]].bind(triplet, func)
339 return widget.bind(self, sequence, func, add
    [all...]

Completed in 567 milliseconds

1 2 3 4 5 6 7 891011>>