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

  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 188 int filterType = filter != null ? filter.filterType
190 switch (filterType) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 54 public final int filterType;
61 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
63 this.filterType = filterType;
70 public static ContactListFilter createFilterWithType(int filterType) {
71 return new ContactListFilter(filterType, null, null, null, null);
84 return filterType == FILTER_TYPE_ACCOUNT;
89 switch (filterType) {
121 return filterType - another.filterType;
    [all...]
  /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);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 46 void onSetFilter(int filterType, String str, int time);
50 int filterType;
129 vh.filterType = filter.type;
152 mListener.onSetFilter(vh.filterType, vh.str, vh.time);
404 int filterType;
406 filterType = FILTER_TYPE_NONE;
408 filterType = FILTER_TYPE_EMPTY;
410 mListener.onSetFilter(filterType, null, 0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 89 milliseconds