OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIndexer
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/widget/
SectionIndexer.java
25
public interface
SectionIndexer
{
FastScroller.java
79
private
SectionIndexer
mSectionIndexer;
259
SectionIndexer
getSectionIndexer() {
279
if (expAdapter instanceof
SectionIndexer
) {
280
mSectionIndexer = (
SectionIndexer
) expAdapter;
285
if (adapter instanceof
SectionIndexer
) {
287
mSectionIndexer = (
SectionIndexer
) adapter;
AlphabetIndexer.java
24
* A helper class for adapters that implement the
SectionIndexer
interface.
34
public class AlphabetIndexer extends DataSetObserver implements
SectionIndexer
{
/packages/apps/Contacts/src/com/android/contacts/
ContactsSectionIndexer.java
19
import android.widget.
SectionIndexer
;
27
public class ContactsSectionIndexer implements
SectionIndexer
{
ContactsListActivity.java
120
import android.widget.
SectionIndexer
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java
38
import android.widget.
SectionIndexer
;
263
private static class MyAdapter extends SimpleCursorAdapter implements
SectionIndexer
{
/packages/apps/Music/src/com/android/music/
MusicPicker.java
43
import android.widget.
SectionIndexer
;
160
implements
SectionIndexer
{
AlbumBrowserActivity.java
60
import android.widget.
SectionIndexer
;
504
static class AlbumListAdapter extends SimpleCursorAdapter implements
SectionIndexer
{
ArtistAlbumBrowserActivity.java
58
import android.widget.
SectionIndexer
;
554
static class ArtistAlbumListAdapter extends SimpleCursorTreeAdapter implements
SectionIndexer
{
[
all
...]
TrackBrowserActivity.java
59
import android.widget.
SectionIndexer
;
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
Completed in 2019 milliseconds