Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 562) 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()
/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/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()
/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/UnifiedEmail/src/com/android/mail/ui/
DBidiViewPagerHelper.java51 private int clampToBounds(int position) { in clampToBounds()
55 private int getBidiIndex(int position) { in getBidiIndex()
64 private int getIndexFromBidiIndex(int position) { in getIndexFromBidiIndex()
DSeparatedFolderListAdapter.java42 public Object getItem(int position) { in getItem()
76 public int getItemViewType(int position) { in getItemViewType()
94 public View getView(int position, View convertView, ViewGroup parent) { in getView()
107 public long getItemId(int position) { in getItemId()
/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/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/UnifiedEmail/src/com/android/mail/browse/
DMergedAdapter.java106 public LocalAdapterPosition<T> getAdapterOffsetForItem(final int position) { in getAdapterOffsetForItem()
124 public Object getItem(int position) { in getItem()
133 public long getItemId(int position) { in getItemId()
147 public int getItemViewType(int position) { in getItemViewType()
166 public View getView(int position, View convertView, ViewGroup parent) { in getView()
181 public boolean isEnabled(int position) { in isEnabled()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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/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/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/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/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/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java156 public void selectCarTab(int position) { in selectCarTab()
171 public T get(int position) { in get()
210 private void addCarTabView(View carTabView, int position) { in addCarTabView()
273 public T getItem(int position) { in getItem()
278 public long getItemId(int position) { in getItemId()
284 public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getView()
296 private void selectCarTab(int position) { in selectCarTab()
319 private void notifyItemChanged(int position) { in notifyItemChanged()
324 private void notifyItemInserted(int position) { in notifyItemInserted()
329 private void presentCarTabItemView(int position, @NonNull View carTabItemView) { in presentCarTabItemView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DWifiCallingSettings.java64 public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) { in onPageScrolled()
69 public void onPageSelected(int position) { in onPageSelected()
160 public CharSequence getPageTitle(int position) { in getPageTitle()
165 public Fragment getItem(int position) { in getItem()
178 public Object instantiateItem(ViewGroup container, int position) { in instantiateItem()
/packages/apps/DeskClock/src/com/android/deskclock/
DFragmentTabPagerAdapter.java70 DeskClockFragment getDeskClockFragment(int position) { in getDeskClockFragment()
106 public Object instantiateItem(ViewGroup container, int position) { in instantiateItem()
130 public void destroyItem(ViewGroup container, int position, Object object) { in destroyItem()
140 public void setPrimaryItem(ViewGroup container, int position, Object object) { in setPrimaryItem()
/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/DocumentsUI/src/com/android/documentsui/
DDummySelectionTracker.java87 public void startRange(int position) { in startRange()
91 public void extendRange(int position) { in extendRange()
104 public void anchorRange(int position) { in anchorRange()
108 public void extendProvisionalRange(int position) { in extendProvisionalRange()

12345678910>>...23