Searched refs:getSize (Results 201 - 223 of 223) sorted by relevance

123456789

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java597 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
599 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1661 (int)file->getSize());
2609 return const_cast<ResTable&>(res).add(file->getData(), file->getSize(), NULL);
H A DImages.cpp1219 size_t newSize = file->getSize();
/frameworks/base/core/java/android/widget/
H A DSearchView.java716 int width = MeasureSpec.getSize(widthMeasureSpec);
H A DGridLayout.java1687 int size = MeasureSpec.getSize(measureSpec);
H A DNumberPicker.java1483 final int size = MeasureSpec.getSize(measureSpec);
H A DTextView.java5994 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
5995 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java344 int specSize = MeasureSpec.getSize(measureSpec);
H A DMultiWaveView.java319 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp678 return displayList->getSize();
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp688 LAYER_LOGD("Layer cache size = %d", mCaches.layerCache.getSize());
1950 if (!vertexBuffer.getSize()) {
1988 glDrawArrays(GL_TRIANGLE_STRIP, 0, vertexBuffer.getSize());
H A DDisplayListRenderer.cpp309 size_t DisplayList::getSize() { function in class:android::uirenderer::DisplayList
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2247 final int size = list.getSize();
2691 return l.getCurrentIndex() < l.getSize() - 1;
2715 return newIndex >= 0 && newIndex < l.getSize();
7060 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
7062 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
H A DWebViewCore.java2345 int size = list.getSize();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1499 pC->mDataSource->getSize(&fileSize);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp601 && mCachedSource->getSize(&size) == OK) {
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp195 if (source->getSize(&size) == OK) {
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp442 return static_cast<int>(CAT->getSize().getSExtValue());
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1622 int size = MeasureSpec.getSize(measureSpec);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2148 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
2169 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2273 mDisplay.getSize(mCurrentDisplaySize);
/frameworks/base/core/java/android/view/
H A DViewGroup.java4851 int specSize = MeasureSpec.getSize(spec);
H A DViewRootImpl.java4054 info[1] += displayList.getSize();

Completed in 5554 milliseconds

123456789