Searched refs:getSize (Results 126 - 150 of 308) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DActionMenuView.java143 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
166 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
167 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
393 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) -
/frameworks/base/libs/hwui/
H A DGradientCache.h144 uint32_t getSize();
H A DLayerCache.cpp56 uint32_t LayerCache::getSize() { function in class:android::uirenderer::LayerCache
H A DTessellationCache.h106 uint32_t getSize();
H A DVertexBuffer.h130 unsigned int getSize() const { return mByteCount; } function in class:android::uirenderer::VertexBuffer
H A DGradientCache.cpp99 uint32_t GradientCache::getSize() { function in class:android::uirenderer::GradientCache
184 while (getSize() + size > mMaxSize) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java62 return getFormat().getSize();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java158 getDisplay().getSize(p);
H A DMultiPaneChallengeLayout.java215 final int width = MeasureSpec.getSize(widthSpec);
216 final int height = MeasureSpec.getSize(heightSpec);
317 Math.min(lp.maxWidth, MeasureSpec.getSize(adjustedWidthSpec)),
322 Math.min(lp.maxHeight, MeasureSpec.getSize(adjustedHeightSpec)),
H A DKeyguardSecurityViewFlipper.java207 final int widthSize = MeasureSpec.getSize(widthSpec);
208 final int heightSize = MeasureSpec.getSize(heightSpec);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java55 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/services/core/java/com/android/server/wm/
H A DCircularDisplayMask.java57 display.getSize(mScreenSize);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp179 return static_cast<size_t>(symbol->getSize());
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp246 size_t FileBase::getSize() { function in class:FileBase
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp150 return pRelocator.getSize(m_Type);
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp161 size_t MemoryHeapBase::getSize() const { function in class:android::MemoryHeapBase
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java273 public int getSize() { method in class:BluetoothMapMessage
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h108 symsize_t getSize() const { function in class:ELFSymbol_CRTP
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java147 (int) (MeasureSpec.getSize(measureSpec) / scale + 0.5f),
H A DStaggeredGrid.java183 public final int getSize() { method in class:StaggeredGrid
H A DWindowAlignment.java180 final public int getSize() { method in class:WindowAlignment.Axis
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java153 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
176 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
177 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
403 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) -
/frameworks/base/tools/aapt/
H A DXMLNode.cpp567 err = outTree->setTo(rsc->getData(), rsc->getSize(), true);
1084 << HexDump(stringPool->getData(), stringPool->getSize()) << endl);
1091 const size_t basePos = dest->getSize();
1093 dest->writeData(stringPool->getData(), stringPool->getSize());
1097 const size_t resIdsPos = dest->getSize();
1115 size_t size = dest->getSize()-basePos;
1116 hd->header.size = htodl(dest->getSize()-basePos);
1119 << HexDump(dest->getData(), dest->getSize()) << endl);
1123 dest->getSize(), (stringPool->getSize()*10
[all...]
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java328 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
329 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java425 int size = ((BluetoothPbapRequestPullPhoneBookSize) req).getSize();
429 int size = ((BluetoothPbapRequestPullVcardListingSize) req).getSize();

Completed in 4322 milliseconds

1234567891011>>