/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
H A D | MtpAdapter.java | 93 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()
|
H A D | CheckBroker.java | 37 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()
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | AddPrinterActivity.java | 388 public Object getItem(int position) { in getItem() 395 public long getItemId(int position) { in getItemId() 400 public boolean isEnabled(int position) { in isEnabled() 471 public Object getItem(int position) { in getItem() 480 public boolean isEnabled(int position) { in isEnabled() 485 public long getItemId(int position) { in getItemId() 670 public Object getItem(int position) { in getItem() 679 public long getItemId(int position) { in getItemId() 722 public boolean isEnabled(int position) { in isEnabled() 866 public Object getItem(int position) { in getItem() [all …]
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
H A D | BaseCursorPagerAdapter.java | 67 public abstract Fragment getItem(Context context, Cursor cursor, int position); in getItem() 72 public Fragment getItem(int position) { in getItem() 89 public Object instantiateItem(View container, int position) { in instantiateItem() 110 public void destroyItem(View container, int position, Object object) { in destroyItem() 123 final int position = mItemPosition.get(rowId, POSITION_NONE); in getItemPosition() local 144 public Object getDataItem(int position) { in getDataItem() 155 public long getItemId(int position) { in getItemId() 220 private boolean moveCursorTo(int position) { in moveCursorTo() 253 final int position = mCursor.getPosition(); in setItemPosition() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | HeaderEntryContactListAdapter.java | 58 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()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PagerAdapter.java | 109 public Object instantiateItem(ViewGroup container, int position) { in instantiateItem() 123 public void destroyItem(ViewGroup container, int position, Object object) { in destroyItem() 136 public void setPrimaryItem(ViewGroup container, int position, Object object) { in setPrimaryItem() 174 public Object instantiateItem(View container, int position) { in instantiateItem() 191 public void destroyItem(View container, int position, Object object) { in destroyItem() 206 public void setPrimaryItem(View container, int position, Object object) { in setPrimaryItem() 306 public CharSequence getPageTitle(int position) { in getPageTitle() 317 public float getPageWidth(int position) { in getPageWidth()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
H A D | FakeAdapter.java | 85 public boolean isEnabled(int position) { in isEnabled() 95 public Object getItem(int position) { in getItem() 100 public long getItemId(int position) { in getItemId() 105 public int getItemViewType(int position) { in getItemViewType() 110 public View getView(int position, View convertView, ViewGroup parent) { in getView() 127 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/ |
H A D | GroupMembersAdapter.java | 85 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
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | ListScenario.java | 91 private boolean isItemAtPositionSelectable(int position) { in isItemAtPositionSelectable() 163 int position, double itemScreenSizeFactor) { in setPositionScreenSizeFactorOverride() 288 protected void positionClicked(int position) { in positionClicked() 297 protected void positionLongClicked(int position) { in positionLongClicked() 493 public final String getValueAtPosition(int position) { in getValueAtPosition() 503 public int getHeightForPosition(int position) { in getHeightForPosition() 591 public int getItemViewType(int position) { in getItemViewType() 616 public Object getItem(int position) { in getItem() 620 public long getItemId(int position) { in getItemId() 630 public boolean isEnabled(int position) { in isEnabled() [all …]
|
H A D | ListItemFactory.java | 42 … public static View twoButtonsSeparatedByFiller(int position, Context context, int desiredHeight) { in twoButtonsSeparatedByFiller() 155 public static View button(int position, Context context, String text, int desiredHeight) { in button() 176 public static View convertButton(View convertView, String text, int position) { in convertButton() 195 public static View text(int position, Context context, String text, int desiredHeight) { in text() 216 public static View convertText(View convertView, String text, int position) { in convertText() 236 public static View doubleText(int position, Context context, String text, int desiredHeight) { in doubleText() 279 public static View convertDoubleText(View convertView, String text, int position) { in convertDoubleText()
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | SectionedAlbumDataAdapter.java | 113 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()
|
/aosp12/art/libartbase/base/ |
H A D | dchecked_vector.h | 150 iterator insert(const_iterator position, const value_type& value) { in insert() 154 iterator insert(const_iterator position, size_type n, const value_type& value) { in insert() 159 iterator insert(const_iterator position, InputIterator first, InputIterator last) { in insert() 163 iterator insert(const_iterator position, value_type&& value) { in insert() 167 iterator insert(const_iterator position, std::initializer_list<value_type> il) { in insert() 173 iterator erase(const_iterator position) { in erase() 185 iterator emplace(const_iterator position, Args&&... args) { in emplace()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | CallLogActivity.java | 171 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()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/actions/ |
H A D | CarUiRecyclerViewActions.java | 38 public static ViewAction scrollToPosition(int position) { in scrollToPosition() 57 final int position, final ViewAction viewAction) { in actionOnItemAtPosition() 106 public final int position; field in CarUiRecyclerViewActions.MatchedItem 109 private MatchedItem(int position, String description) { in MatchedItem()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | bloom_filter.h | 38 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()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Adapter.java | 64 Object getItem(int position); in getItem() 72 long getItemId(int position); in getItemId() 100 View getView(int position, View convertView, ViewGroup parent); in getView() 124 int getItemViewType(int position); in getItemViewType()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListThrasher.java | 79 public Object getItem(int position) { in getItem() 83 public long getItemId(int position) { in getItemId() 87 public View getView(int position, View convertView, ViewGroup parent) { in getView() 101 int position = mRandomizer.nextInt(getCount()); in bumpVersion() local 124 public void onItemSelected(AdapterView parent, View v, int position, long id) { in onItemSelected()
|
H A D | ListHeterogeneous.java | 39 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() 56 public View convertView(int position, View convertView, ViewGroup parent) { in convertView() 72 public int getItemViewType(int position) { in getItemViewType()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridThrasher.java | 81 public Object getItem(int position) { in getItem() 85 public long getItemId(int position) { in getItemId() 89 public View getView(int position, View convertView, ViewGroup parent) { in getView() 103 int position = mRandomizer.nextInt(getCount()); in bumpVersion() local 128 public void onItemSelected(AdapterView parent, View v, int position, long id) { in onItemSelected()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | SuggestionsListAdapter.java | 74 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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/ |
H A D | UserAdapter.java | 90 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()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | SingleItemAdapter.java | 31 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()
|
/aosp12/system/bt/stack/include/ |
H A D | advertise_data_parser.h | 33 size_t position) { in MalformedPacketQuirk() 49 size_t position = 0; in RemoveTrailingZeros() local 77 size_t position = 0; in IsValid() local 113 size_t position = 0; in GetFieldByType() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/ |
H A D | DialtactsPagerAdapter.java | 71 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()
|
/aosp12/frameworks/base/core/java/com/android/internal/globalactions/ |
H A D | ActionsAdapter.java | 66 public boolean isEnabled(int position) { in isEnabled() 76 public Action getItem(int position) { in getItem() 103 public long getItemId(int position) { in getItemId() 108 public View getView(int position, View convertView, ViewGroup parent) { in getView()
|