Searched refs:getSize (Results 101 - 125 of 146) sorted by relevance

123456

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java550 assertEquals(backupSize, fullBackupDataOutput.getSize());
555 assertEquals(backupSizeAfterFirstQuotaHit, fullBackupDataOutput.getSize());
561 assertEquals(backupSizeAfterSecondQuotaHit, fullBackupDataOutput.getSize());
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java520 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java389 display.getSize(size);
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioAnimationManager.java89 display.getSize(size);
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DDrawableDownloader.java123 mByteCount += RecycleBitmapPool.getSize(d.getBitmap());
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortModel.java117 public int getSize() { method in class:SortModel
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAsyncImageView.java359 final int specSize = MeasureSpec.getSize(measureSpec);
H A DMultiAttachmentLayout.java300 final int width = Math.min(MeasureSpec.getSize(widthMeasureSpec), maxWidth);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPickerPanel.java127 int requestedHeight = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/Settings/src/com/android/settings/
H A DConfirmDeviceCredentialBaseFragment.java256 getActivity().getWindowManager().getDefaultDisplay().getSize(screenSize);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperCropActivity.java362 d.getSize(displaySize);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DStubProvider.java128 final RootInfo rootInfo = new RootInfo(file, getSize(rootId));
144 private long getSize(String rootId) { method in class:StubProvider
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java312 public int getSize() { method in class:BluetoothMapbMessageMime
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMessage.java231 public int getSize() throws MessagingException { method in class:MimeMessage
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java501 int height = MeasureSpec.getSize(heightMeasureSpec);
H A DPagedView.java669 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
671 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneLayout.java267 setupPaneWidths(MeasureSpec.getSize(widthMeasureSpec));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java207 int parentWidth = MeasureSpec.getSize(widthMeasureSpec);
208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java630 if (MeasureSpec.getSize(widthMeasureSpec) < width + 10) {
631 width = MeasureSpec.getSize(widthMeasureSpec);
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DCarDrawerLayout.java672 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
673 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java670 if (MeasureSpec.getSize(widthMeasureSpec) < width + 10) {
671 width = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java436 int width = MeasureSpec.getSize(widthMeasureSpec);
437 int height = MeasureSpec.getSize(heightMeasureSpec);
H A DPagedView.java498 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
500 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java812 getSize(context, stats), storageType.toString().toLowerCase());
821 private static CharSequence getSize(Context context, AppStorageStats stats) { method in class:InstalledAppDetails
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java473 windowManager.getDefaultDisplay().getSize(res);

Completed in 5414 milliseconds

123456