HomeSort by relevance Sort by last modified time
    Searched refs:getSections (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/core/java/android/widget/
SectionIndexer.java 45 Object[] getSections();
AlphabetIndexer.java 104 public Object[] getSections() {
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
73 public Object[] getSections() {
74 return mSectionIndexer.getSections();
ContactSectionIndexer.java 45 public Object[] getSections() {
  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 98 public Object[] getSections() {
102 return mIndexer.getSections();
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]);
232 mPlacementCache.sectionHeader = (String)getSections()[section];
ContactsSectionIndexer.java 71 public Object[] getSections() {
EmailAddressListAdapter.java 158 String title = (String)getSections()[section];
PostalAddressListAdapter.java 149 String title = (String)getSections()[section];
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 73 public Object[] getSections() {
77 return mIndexer.getSections();
152 setPinnedSectionTitle(mHeader, (String) mIndexer.getSections()[section]);
183 mPlacementCache.sectionHeader = (String) getSections()[section];
ContactsSectionIndexer.java 67 public Object[] getSections() {
  /external/skia/src/sksl/
SkSLHCodeGenerator.cpp 168 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section);
204 for (const Section* s : fSectionAndParameterHelper.getSections(
217 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
233 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
250 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
SkSLSectionAndParameterHelper.h 95 std::vector<const Section*> getSections(const char* name) {
SkSLCPPCodeGenerator.cpp 656 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
672 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
    [all...]
  /external/skqp/src/sksl/
SkSLHCodeGenerator.cpp 168 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section);
204 for (const Section* s : fSectionAndParameterHelper.getSections(
217 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
233 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
250 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
SkSLSectionAndParameterHelper.h 95 std::vector<const Section*> getSections(const char* name) {
SkSLCPPCodeGenerator.cpp 656 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
672 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java 168 int numSections = getSections().length;
188 public Object[] getSections() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 336 private List<SectionHeader> getSections() {
374 for (SectionHeader header: getSections()) {
390 return new StringTable(getSections().get(index));
435 this.stringTable = new StringTable(getSections().get(header.getLink()));
479 sectionHeader = getSections().get(getSectionIndex());
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 55 // test getSections
56 Object[] sections = indexer.getSections();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettings.java 296 public Object[] getSections() {
297 return null == mIndexer ? null : mIndexer.getSections();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 347 public Object[] getSections() {
348 return null == mIndexer ? null : mIndexer.getSections();
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 424 public Object[] getSections() {
465 return getSections().length == 0 ? 0 : mSectionHeaderPositions[sectionIndex];
470 if (getSections().length == 0) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 340 public Object[] getSections() {
341 return mIndexer.getSections();
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java     [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 356 public Object[] getSections() {
358 return mIndexer.getSections();

Completed in 1878 milliseconds

1 2 3