Searched refs:getType (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/database/
H A DAbstractWindowedCursor.java93 return mWindow.getType(mPos, columnIndex) == Cursor.FIELD_TYPE_NULL;
97 * @deprecated Use {@link #getType}
101 return getType(columnIndex) == Cursor.FIELD_TYPE_BLOB;
105 * @deprecated Use {@link #getType}
109 return getType(columnIndex) == Cursor.FIELD_TYPE_STRING;
113 * @deprecated Use {@link #getType}
117 return getType(columnIndex) == Cursor.FIELD_TYPE_INTEGER;
121 * @deprecated Use {@link #getType}
125 return getType(columnIndex) == Cursor.FIELD_TYPE_FLOAT;
129 public int getType(in method in class:AbstractWindowedCursor
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DWhiteBalance.java32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
H A DBlend.java71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
175 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
H A DFisheye.java78 mInPixelsAllocation.getType().getX(),
79 mInPixelsAllocation.getType().getY(), center_x,
83 mInPixelsAllocation.getType().getX(),
84 mInPixelsAllocation.getType().getY(), center_x,
88 mInPixelsAllocation.getType().getX(),
89 mInPixelsAllocation.getType().getY(), center_x, center_y,
93 mInPixelsAllocation.getType().getX(),
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java100 mInPixelsAllocation.getType().getX(),
101 mInPixelsAllocation.getType().getY(), center_x,
105 mInPixelsAllocation.getType().getX(),
106 mInPixelsAllocation.getType().getY(), center_x,
110 mInPixelsAllocation.getType().getX(),
111 mInPixelsAllocation.getType().getY(), center_x, center_y,
115 mInPixelsAllocation.getType().getX(),
116 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DWhiteBalance.java32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
H A DBlend.java63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
113 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
167 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
H A DFisheye.java75 mInPixelsAllocation.getType().getX(),
76 mInPixelsAllocation.getType().getY(), center_x,
80 mInPixelsAllocation.getType().getX(),
81 mInPixelsAllocation.getType().getY(), center_x,
85 mInPixelsAllocation.getType().getX(),
86 mInPixelsAllocation.getType().getY(), center_x, center_y,
90 mInPixelsAllocation.getType().getX(),
91 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java96 mInPixelsAllocation.getType().getX(),
97 mInPixelsAllocation.getType().getY(), center_x,
101 mInPixelsAllocation.getType().getX(),
102 mInPixelsAllocation.getType().getY(), center_x,
106 mInPixelsAllocation.getType().getX(),
107 mInPixelsAllocation.getType().getY(), center_x, center_y,
111 mInPixelsAllocation.getType().getX(),
112 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DWhiteBalance.java32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
H A DBlend.java71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
175 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
H A DFisheye.java78 mInPixelsAllocation.getType().getX(),
79 mInPixelsAllocation.getType().getY(), center_x,
83 mInPixelsAllocation.getType().getX(),
84 mInPixelsAllocation.getType().getY(), center_x,
88 mInPixelsAllocation.getType().getX(),
89 mInPixelsAllocation.getType().getY(), center_x, center_y,
93 mInPixelsAllocation.getType().getX(),
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java100 mInPixelsAllocation.getType().getX(),
101 mInPixelsAllocation.getType().getY(), center_x,
105 mInPixelsAllocation.getType().getX(),
106 mInPixelsAllocation.getType().getY(), center_x,
110 mInPixelsAllocation.getType().getX(),
111 mInPixelsAllocation.getType().getY(), center_x, center_y,
115 mInPixelsAllocation.getType().getX(),
116 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/av/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
/frameworks/av/include/drm/
H A DDrmInfoEvent.h100 int getType() const;
/frameworks/rs/driver/linkloader/include/impl/
H A DELFSectionRelTable.hxx58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
69 if (sh->getType() == SHT_REL) {
101 switch (rel->getType()) {
121 if (rel->getType() == R_MIPS_26) {
H A DELFSection.hxx39 switch (sh->getType()) {
H A DELFSymbol.hxx97 PRINT_LINT("Type", getTypeStr(getType()) );
111 setw(10) << getTypeStr(getType()) <<
127 switch (getType()) {
138 unsigned section_type = (*header)[idx]->getType();
221 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS &&
250 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
251 (*header)[idx]->getType() == SHT_NOBITS) &&
279 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
280 (*header)[idx]->getType() == SHT_NOBITS) &&
/frameworks/rs/
H A DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
40 const Type * getBaseType() const {return mAllocation->getType();}
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
72 const Type * getBaseType() const {return mAllocation->getType();}
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java143 if (!mAdaptedAllocation.getType().hasMipmaps()) {
160 if (!mAdaptedAllocation.getType().hasFaces()) {
181 if (mAdaptedAllocation.getType().getY() == 0) {
184 if (mAdaptedAllocation.getType().getY() <= y) {
202 if (mAdaptedAllocation.getType().getZ() == 0) {
205 if (mAdaptedAllocation.getType().getZ() <= z) {
/frameworks/av/media/mtp/
H A DMtpStorage.h46 int getType() const;
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java99 public int getType() { method in class:MediaSyncEvent
/frameworks/base/obex/javax/obex/
H A DOperation.java55 * <code>getType()</code> will return the value specified in the OBEX Type
168 String getType(); method in interface:Operation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUUSInfo.java85 public int getType() { method in class:UUSInfo
/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(),
84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(),
87 fb->mHal.state.depthTarget->getType()->getDimY());

Completed in 798 milliseconds

1234567891011>>