Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 54) sorted by relevance

123

/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DStorage.java31 public long getSize() { in getSize() method in Storage
59 if (s.getSize() == this.getSize()) { in equals()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
DNativeHeapLabelProvider.java57 return Integer.toString(info.getSize() * info.getAllocationCount()); in getColumnTextForNativeAllocation()
59 return getPercentageString(info.getSize() * info.getAllocationCount(), mTotalSize); in getColumnTextForNativeAllocation()
67 return Integer.toString(info.getSize()); in getColumnTextForNativeAllocation()
DNativeHeapSnapshot.java54 total += info.getAllocationCount() * info.getSize(); in getTotalMemory()
DNativeLibraryAllocationInfo.java55 mTotalSize += i.getAllocationCount() * i.getSize(); in updateTotalSize()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DPixelPerfect.java141 int leftOffset = mCanvas.getSize().x / 2 - mWidth / 2; in handleMouseEvent()
142 int topOffset = mCanvas.getSize().y / 2 - mHeight / 2; in handleMouseEvent()
205 e.gc.fillRectangle(0, 0, mCanvas.getSize().x, mCanvas.getSize().y);
208 int leftOffset = mCanvas.getSize().x / 2 - mWidth / 2;
209 int topOffset = mCanvas.getSize().y / 2 - mHeight / 2;
214 mCanvas.getSize().y / 2 + mHeight / 2
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileInfo.java34 public long getSize() { in getSize() method in TraceFileInfo
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java139 int specSize = MeasureSpec.getSize(measureSpec); in measureWidth()
165 int specSize = MeasureSpec.getSize(measureSpec); in measureHeight()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DNativeHeapPanel.java448 public int getSize() { in getSize() method in NativeHeapPanel.LibraryAllocations
467 mSize += info.getAllocationCount() * info.getSize(); in computeAllocationSizeAndCount()
472 return o2.getAllocationCount() * o2.getSize() - in computeAllocationSizeAndCount()
473 o1.getAllocationCount() * o1.getSize(); in computeAllocationSizeAndCount()
840 mTotalSize += info.getSize() * info.getAllocationCount(); in updateAllocDisplayList()
939 count += allocInfo.getSize() * allocInfo.getAllocationCount(); in initAllocationDisplay()
1023 sFormatter.format(info.getSize() * info.getAllocationCount()));
1025 item.setText(2, sFormatter.format(info.getSize()));
1028 item.setText(0, sFormatter.format(info.getSize() * info.getAllocationCount()));
1030 item.setText(2, sFormatter.format(info.getSize()));
[all …]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
DSwtBaseDialog.java225 childSize = child.getSize(); in positionShell()
243 sLastSizeMap.put(this.getClass(), mShell.getSize()); in saveSize()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLESbuffer.h27 GLuint getSize(){return m_size;}; in getSize() function
DGLESpointer.h28 GLint getSize() const;
DRangeManip.h30 inline int getSize() const{return m_size;}; in getSize() function
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
DActionListModel.java52 public int getSize() { in getSize() method in ActionListModel
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp267 int attribSize = p->getSize()*4; //4 is the sizeof GLfixed or GLfloat in bytes in directToBytesRanges()
281 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in indirectToBytesRanges()
295 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in bytesRangesToIndices()
302 int nElements = ranges[i].getSize()/attribSize; in bytesRangesToIndices()
313 int attribSize = p->getSize(); in convertDirect()
333 int attribSize = p->getSize(); in convertDirectVBO()
373 int attribSize = p->getSize(); in convertIndirect()
392 int attribSize = p->getSize(); in convertIndirectVBO()
453 *param = vbo->getSize(); in getBufferSize()
DGLESpointer.cpp35 GLint GLESpointer::getSize() const { in getSize() function in GLESpointer
/sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/
DNativeHeapDataImporterTest.java63 assertEquals(524292, info.getSize()); in testImportValidAllocation()
/sdk/sdkstats/src/com/android/sdkstats/
DSdkStatsPermissionDialog.java122 gd.widthHint = notice.getSize().x; // do not extend beyond the NOTICE text's width in createDialogArea()
149 gd.widthHint = notice.getSize().x; in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DAndroidJarLoader.java177 long entrySize = entry.getSize(); in preLoadClasses()
245 long entrySize = entry.getSize(); in findClassesDerivingFrom()
366 long entrySize = entry.getSize(); in loadClassData()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DFileLabelProvider.java115 return entry.getSize(); in getColumnText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DErrorImageComposite.java69 protected Point getSize() { in getSize() method in ErrorImageComposite
/sdk/traceview/src/com/android/traceview/
DTimeLineView.java235 Point dim = mSurface.getSize(); in TimeLineView()
258 Point dim = mSurface.getSize(); in TimeLineView()
602 Point dim = getSize(); in draw()
744 Point dim = getSize(); in draw()
782 Point dim = getSize(); in drawSelection()
815 Point dim = getSize(); in drawTickLegend()
845 Point dim = getSize(); in drawTicks()
1062 Point dim = getSize(); in draw()
1320 Point dim = getSize(); in drawSelection()
1629 Point dim = mSurface.getSize(); in mouseMove()
[all …]
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DDeviceConfigHelper.java58 config.setScreenSizeQualifier(new ScreenSizeQualifier(screen.getSize())); in getFolderConfig()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
DArchiveInstaller.java222 if (mFileOp.length(tmpFile) == archive.getSize()) { in downloadFile()
267 if (mFileOp.length(tmpFile) < archive.getSize()) { in preparePartialDownload()
471 long size = archive.getSize(); in fetchUrl()
893 long compressedSize = newArchive.getSize(); in unzipFolder()
955 long remains = entry.getSize(); in unzipFolder()
973 entry.getName(), entry.getSize(), remains); in unzipFolder()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLTrace.java113 return f.length() != mTraceFileInfo.getSize() in isTraceFileModified()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DAllocationInfo.java149 public int getSize() { in getSize() method in AllocationInfo

123