HomeSort by relevance Sort by last modified time
    Searched full:destinationtype (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 83 int destinationType, String destinationLabel, long contactId, Long directoryId,
90 mDestinationType = destinationType;
162 String destination, int destinationType, String destinationLabel, long contactId,
166 displayName, destination), destination, destinationType, destinationLabel,
171 String destination, int destinationType, String destinationLabel, long contactId,
175 displayName, destination), destination, destinationType, destinationLabel,
181 int displayNameSource, String destination, int destinationType,
185 displayName, destination), destination, destinationType, destinationLabel,
BaseRecipientAdapter.java 130 public final int destinationType;
142 int destinationType,
152 this.destinationType = destinationType;
165 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
735 entry.destination, entry.destinationType, entry.destinationLabel,
744 entry.destination, entry.destinationType, entry.destinationLabel,
752 entry.destination, entry.destinationType, entry.destinationLabel,
    [all...]
DropdownChipLayouter.java 86 CharSequence destinationType = getDestinationType(entry);
123 destinationType = null;
129 bindTextToView(destinationType, viewHolder.destinationTypeView);
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 80 int destinationType,
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
95 int destinationType,
105 assertEquals(destinationType, c.getInt(2));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.cpp 58 static void convertIndices(GLenum sourceType, GLenum destinationType, const void *input, GLsizei count, void *output)
62 ASSERT(destinationType == GL_UNSIGNED_SHORT);
73 ASSERT(destinationType == GL_UNSIGNED_INT);
78 if (destinationType == GL_UNSIGNED_SHORT)
82 else if (destinationType == GL_UNSIGNED_INT)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.h 163 static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
WebGLImageConversion.cpp 19 WebGLImageConversion::DataFormat getDataFormat(GLenum destinationFormat, GLenum destinationType)
22 switch (destinationType) {
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.3.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 

Completed in 299 milliseconds