Searched refs:getSize (Results 251 - 275 of 349) sorted by relevance

<<11121314

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java914 int contentWidth = MeasureSpec.getSize(widthMeasureSpec);
917 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
1517 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1518 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DResolverDrawerLayout.java738 final int sourceWidth = MeasureSpec.getSize(widthMeasureSpec);
740 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java257 display.getSize(size);
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1568 final int specWidth = MeasureSpec.getSize(widthMeasureSpec);
1569 final int specHeight = MeasureSpec.getSize(heightMeasureSpec);
1763 final int specWidth = MeasureSpec.getSize(widthMeasureSpec);
1764 final int specHeight = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/tools/aapt/
H A DPackage.cpp334 result = zip->add(file->getData(), file->getSize(), storageName.string(),
/frameworks/native/include/input/
H A DInput.h461 inline float getSize(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp180 size_t freedSize = getSize();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DIPControls.java107 getWindowManager().getDefaultDisplay().getSize(size);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DIPControlsJB.java109 getWindowManager().getDefaultDisplay().getSize(size);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp279 if (dataSource->getSize(&size) == OK
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp838 && mSource->getSize(&size) == OK
1119 if (mSource->getSize(&size) == OK) {
H A DFLACExtractor.cpp306 if (OK == mDataSource->getSize(&size)) {
H A DMP3Extractor.cpp353 if (mDataSource->getSize(&fileSize) == OK) {
H A DNuMediaExtractor.cpp618 if (mDurationUs >= 0 && mDataSource->getSize(&size) == OK) {
H A DStagefrightMetadataRetriever.cpp724 if (mSource != NULL && mSource->getSize(&sourceSize) == OK) {
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DStubProvider.java128 final RootInfo rootInfo = new RootInfo(file, getSize(rootId));
142 private long getSize(String rootId) { method in class:StubProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java337 int width = MeasureSpec.getSize(widthMeasureSpec);
338 int height = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java147 int width = MeasureSpec.getSize(widthMeasureSpec);
149 maxSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java141 int size = MeasureSpec.getSize(heightMeasureSpec);
146 int width = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java219 public int getSize() { method in class:ImageShader.ProgramUniform
778 } else if (uniform.getSize() != values / components) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp976 result += value.getSize();
990 result += value.getSize();
/frameworks/base/core/java/android/widget/
H A DGridView.java1044 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1045 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
1077 MeasureSpec.makeSafeMeasureSpec(MeasureSpec.getSize(heightMeasureSpec),
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1017 Math.min(idealHeight, MeasureSpec.getSize(heightMeasureSpec)),
1025 final int specWidth = MeasureSpec.getSize(widthMeasureSpec);
1565 final int specWidthSize = MeasureSpec.getSize(origWidthMeasureSpec);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp906 if (source->getSize(&size) != OK || size < (off64_t)V1_TAG_SIZE) {
/frameworks/base/core/java/android/os/
H A DBundle.java776 public Size getSize(@Nullable String key) { method in class:Bundle

Completed in 8192 milliseconds

<<11121314