Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DMtpAdapter.java93 public Object getItem(int position) { in getItem()
103 public boolean isEnabled(int position) { in isEnabled()
108 public long getItemId(int position) { in getItemId()
118 public int getItemViewType(int position) { in getItemViewType()
128 public boolean itemAtPositionIsBucket(int position) { in itemAtPositionIsBucket()
132 public boolean itemAtPositionIsMedia(int position) { in itemAtPositionIsMedia()
137 public View getView(int position, View convertView, ViewGroup parent) { in getView()
176 public int getSectionForPosition(int position) { in getSectionForPosition()
196 public int translatePositionWithoutLabels(int position) { in translatePositionWithoutLabels()
DCheckBroker.java37 public void onCheckedChanged(int position, boolean isChecked); in onCheckedChanged()
42 public abstract void setItemChecked(int position, boolean checked); in setItemChecked()
44 public void onCheckedChange(int position, boolean checked) { in onCheckedChange()
58 public abstract boolean isItemChecked(int position); in isItemChecked()
/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java58 public View getView(int position, View convertView, ViewGroup parent) { in getView()
76 public Object getItem(int position) { in getItem()
81 public boolean isEnabled(int position) { in isEnabled()
87 public int getPartitionForPosition(int position) { in getPartitionForPosition()
92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
97 public int getItemViewType(int position) { in getItemViewType()
DLegacyContactListAdapter.java62 public String getContactDisplayName(int position) { in getContactDisplayName()
66 public Uri getPersonUri(int position) { in getPersonUri()
74 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DPhoneNumberPickerFragment.java64 public void onVideoCallIconClicked(int position) { in onVideoCallIconClicked()
142 protected void onItemClick(int position, long id) { in onItemClick()
153 private void callNumber(int position, boolean isVideoCall) { in callNumber()
171 protected void cacheContactInfo(int position) { in cacheContactInfo()
175 protected String getPhoneNumber(int position) { in getPhoneNumber()
180 protected Uri getPhoneUri(int position) { in getPhoneUri()
185 protected String getLookupKey(int position) { in getLookupKey()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbloom_filter.h38 AK_FORCE_INLINE void setInFilter(const int position) { in setInFilter()
42 AK_FORCE_INLINE bool isInFilter(const int position) const { in isInFilter()
49 AK_FORCE_INLINE size_t getIndex(const int position) const { in getIndex()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java85 public Uri getContactUri(int position) { in getContactUri()
93 public long getContactId(int position) { in getContactId()
133 public String getContactDisplayName(int position) { in getContactDisplayName()
139 int position, ViewGroup parent) { in newView()
147 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView()
157 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
172 private void bindDeleteButton(final ContactListItemView view, int position) { in bindDeleteButton()
174 view.getDeleteImageButton(getDeleteContactListener(), position); in bindDeleteButton() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java113 public boolean isEnabled(int position) { in isEnabled()
129 public Object getItem(int position) { in getItem()
138 public long getItemId(int position) { in getItemId()
143 public int getItemViewType(int position) { in getItemViewType()
177 public View getView (int position, View convertView, ViewGroup parent) { in getView()
200 private boolean isHeader(int position) { in isHeader()
204 private int internalPosition(int position) { in internalPosition()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogActivity.java171 public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) { in onPageScrolled()
176 public void onPageSelected(int position) { in onPageSelected()
194 private int getRtlPosition(int position) { in getRtlPosition()
201 private void updateMissedCalls(int position) { in updateMissedCalls()
235 public long getItemId(int position) { in getItemId()
240 public Fragment getItem(int position) { in getItem()
253 public Object instantiateItem(ViewGroup container, int position) { in instantiateItem()
269 public CharSequence getPageTitle(int position) { in getPageTitle()
/packages/apps/Contacts/src/com/android/contacts/widget/
DSingleItemAdapter.java31 public Object getItem(int position) { in getItem()
35 public long getItemId(int position) { in getItemId()
39 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DCompositeListAdapter.java139 public Object getItem(int position) { in getItem()
153 public long getItemId(int position) { in getItemId()
174 public int getItemViewType(int position) { in getItemViewType()
190 public View getView(int position, View convertView, ViewGroup parent) { in getView()
211 public boolean isEnabled(int position) { in isEnabled()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionsListAdapter.java74 public Object getItem(int position) { in getItem()
79 public long getItemId(int position) { in getItemId()
84 public View getView(int position, View convertView, ViewGroup parent) { in getView()
90 public int getItemViewType(int position) { in getItemViewType()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DDialtactsPagerAdapter.java71 public long getItemId(int position) { in getItemId()
76 public Fragment getItem(int position) { in getItem()
109 public Fragment instantiateItem(ViewGroup container, int position) { in instantiateItem()
149 public CharSequence getPageTitle(@TabIndex int position) { in getPageTitle()
153 public int getRtlPosition(int position) { in getRtlPosition()
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DUserAdapter.java90 public UserHandle getUserHandle(int position) { in getUserHandle()
98 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
137 public UserAdapter.UserDetails getItem(int position) { in getItem()
142 public long getItemId(int position) { in getItemId()
152 public View getView(int position, View convertView, ViewGroup parent) { in getView()
157 public int getItemViewType(int position) { in getItemViewType()
177 public boolean isEnabled(int position) { in isEnabled()
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
DSupportedLinksAdapter.java46 public Object getItem(int position) { in getItem()
54 public long getItemId(int position) { in getItemId()
59 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
DTermsViewModel.java63 void setTermExpanded(int position, boolean expanded) { in setTermExpanded()
71 boolean isTermExpanded(int position) { in isTermExpanded()
80 private void markTermRead(int position) { in markTermRead()
84 private void validateIndex(int position) { in validateIndex()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsAdapter.java63 public long getItemId(int position) { in getItemId()
82 public View getView(int position, View convertView, ViewGroup parent) { in getView()
102 public boolean isEnabled(int position) { in isEnabled()
107 public int getItemViewType(int position) { in getItemViewType()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DNetworkListAdapter.java51 public View getView(int position, View convertView, ViewGroup parent) { in getView()
127 private void setPositionTaggedCallback(int position, Button button, View.OnClickListener l) { in setPositionTaggedCallback()
132 private void setToggleButton(int position, Button button, boolean on, String ifOn, String ifOff, in setToggleButton()
144 int position = (int) view.getTag(); in onRequestClicked() local
156 int position = (int) view.getTag(); in onDefaultClicked() local
173 int position = (int) view.getTag(); in onReportClicked() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DByteArrayDictBuffer.java58 public int position() { in position() method in ByteArrayDictBuffer
63 public void position(int position) { in position() method in ByteArrayDictBuffer
/packages/apps/TV/src/com/android/tv/menu/
DOptionsRowAdapter.java83 protected MenuAction getAction(int position) { in getAction()
88 public void onBindViewHolder(MyViewHolder viewHolder, int position) { in onBindViewHolder()
96 public int getItemViewType(int position) { in getItemViewType()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnList.java63 private final int position; field in FdnList.SelectionPopupMenu
65 public SelectionPopupMenu(Context context, View anchor, int position) { in SelectionPopupMenu()
195 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
219 private void editSelected(int position) { in editSelected()
235 private void deleteSelected(int position) { in deleteSelected()
251 private void dialSelected(int position) { in dialSelected()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
DCarUiListItemAdapterAdapterV1.java112 public long getItemId(int position) { in getItemId()
117 public int getItemViewType(int position) { in getItemViewType()
122 public void onBindViewHolder(ViewHolderWrapper holder, int position) { in onBindViewHolder()
123 mAdapter.bindViewHolder(holder.getViewHolder(), position); in onBindViewHolder() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DStubSelectionTracker.java88 public void startRange(int position) { in startRange()
92 public void extendRange(int position) { in extendRange()
105 public void anchorRange(int position) { in anchorRange()
109 public void extendProvisionalRange(int position) { in extendProvisionalRange()
/packages/apps/Gallery2/src/com/android/photos/
DMultiSelectGridFragment.java121 public void onGridItemClick(GridView g, View v, int position, long id) { in onGridItemClick()
146 public void setSelection(int position) { in setSelection()
323 public Object getItemAtPosition(int position) { in getItemAtPosition()
328 public Object getPathForItemAtPosition(int position) { in getPathForItemAtPosition()
345 public void onItemClick(AdapterView<?> parent, View v, int position, long id) { in onItemClick()
346 onGridItemClick((GridView) parent, v, position, id); in onItemClick() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapter.java106 public void onBindViewHolder(TermsViewHolder holder, int position) { in onBindViewHolder()
132 public int getItemViewType(int position) { in getItemViewType()
139 private void setupRootView(int position, String heading, TermsViewHolder viewHolder) { in setupRootView()
174 private Boolean isExpanded(int position) { in isExpanded()
178 private void setExpanded(boolean expanded, int position, TermsViewHolder viewHolder) { in setExpanded()
190 boolean isTermExpanded(int position); in isTermExpanded()
196 void onTermExpanded(int position, boolean expanded); in onTermExpanded()

12345678910>>...23