HomeSort by relevance Sort by last modified time
    Searched defs:filterType (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 52 public final int filterType;
59 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
61 this.filterType = filterType;
68 public static ContactListFilter createFilterWithType(int filterType) {
69 return new ContactListFilter(filterType, null, null, null, null);
82 return filterType == FILTER_TYPE_ACCOUNT;
87 switch (filterType) {
119 return filterType - another.filterType;
    [all...]
DefaultContactBrowseListFragment.java 173 int filterType = filter != null ? filter.filterType
175 switch (filterType) {
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
267 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);

Completed in 658 milliseconds