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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilter.java 40 private byte filterType = TYPE_NORMAL;
43 return filterType;
47 filterType = type;
55 filter.setFilterType(filterType);
  /packages/apps/Contacts/src/com/android/contacts/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...]
DefaultContactBrowseListFragment.java 183 int filterType = filter != null ? filter.filterType
185 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);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /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 714 milliseconds