HomeSort by relevance Sort by last modified time
    Searched refs:setAttachment (Results 1 - 14 of 14) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 45 void setAttachment(GLenum attachment,
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 155 mActionHandler.setAttachment(getCurrentAttachment());
261 mActionHandler.setAttachment(attachment);
325 mActionHandler.setAttachment(attachment);
337 mActionHandler.setAttachment(attachment);
371 mActionHandler.setAttachment(attachment);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 49 void FramebufferData::setAttachment(GLenum attachment,
195 setAttachment(GL_COLOR_ATTACHMENT0_OES, GL_TEXTURE_2D, tex, ObjectDataPtr(NULL), true);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 58 layer->setAttachment(FillLayer::initialFillAttachment(layer->type()));
68 layer->setAttachment(FixedBackgroundAttachment);
71 layer->setAttachment(ScrollBackgroundAttachment);
74 layer->setAttachment(LocalBackgroundAttachment);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 108 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 84 public void setAttachment(Attachment attachment) {
111 * {@link #setAttachment(Attachment)} immediately.
MessageAttachmentTile.java 103 mActionHandler.setAttachment(mAttachment);
MessageAttachmentBar.java 130 mActionHandler.setAttachment(mAttachment);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 248 setAttachment(appParams[i] & 0x01); // Lower bit
650 public void setAttachment(int attachment) throws IllegalArgumentException {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 110 // Errors from setAttachment()
428 public int setAttachment(int type, Uri dataUri, boolean append) {
430 LogTag.debug("setAttachment type=%d uri %s", type, dataUri);
437 // this function setAttachment with a type of TEXT and a null uri. Basically, it's turning
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 454 setAttachment: function(name, attachment)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 673 fbData->setAttachment(attachment, renderbuffertarget, renderbuffer, obj);
719 fbData->setAttachment(attachment, textarget,
    [all...]

Completed in 327 milliseconds