Searched refs:getSize (Results 76 - 100 of 123) sorted by relevance

12345

/packages/apps/Browser/src/com/android/browser/
H A DBreadCrumbView.java332 if (View.MeasureSpec.getSize(heightMeasureSpec) < height) {
H A DTab.java1287 if (restoredState == null || restoredState.getSize() == 0) {
1345 if (mSubView.copyBackForwardList().getSize() == 0) {
1707 if (savedList == null || savedList.getSize() == 0) {
/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsManager.java374 public Size getSize(String scope, String key) { method in class:SettingsManager
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DSgvAnimationHelper.java90 getDefaultDisplay().getSize(size);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageDraw.java133 public int getSize() { method in class:ImageDraw
H A DImageShow.java207 int parentWidth = MeasureSpec.getSize(widthMeasureSpec);
208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java601 display.getSize(size);
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_util.cc56 res = oDmtData.SetBinary(oData.getBuffer(), oData.getSize());
H A Ddm_tree_class_public.cc1862 if((oReplaceData.m_oData.getSize() == 0))
1931 if( oReplaceData.m_oData.getSize() == 0)
1938 if ( oReplaceData.m_oData.getSize() > SYNCML_DM_MAX_TITLE_LENGTH )
2007 if( oReplaceData.m_oData.getSize() == 0 )
2010 if( oReplaceData.m_oData.getSize() > GetMaxPathSegmentLength() )
2016 if(IsValidSegment((CPCHAR)oReplaceData.m_oData.getBuffer(),oReplaceData.m_oData.getSize()) == FALSE)
3438 oldGetData->m_oData.getSize(),
3525 * @param oPortNbr the object that will hold the port address, pPortNbr.oData.getSize() is zero if PortNbr node not found or not set
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationSyncDisabledTipView.java401 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mAnimatedHeight);
H A DConversationsInOutboxTipView.java356 setMeasuredDimension(View.MeasureSpec.getSize(widthMeasureSpec), mAnimatedHeight);
H A DTwoPaneLayout.java163 setupPaneWidths(MeasureSpec.getSize(widthMeasureSpec));
H A DNestedFolderTeaserView.java446 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mAnimatedHeight);
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentService.java379 public int getSize() { method in class:AttachmentService.DownloadQueue
855 debugTrace("Processing download queue, num entries: %d", mDownloadQueue.getSize());
1316 pw.println(" Queue, " + mDownloadQueue.getSize() + " entries");
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java90 int width = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java520 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java161 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java390 display.getSize(size);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java587 final int width = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DDrawableDownloader.java127 mByteCount += RecycleBitmapPool.getSize(d.getBitmap());
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java466 currentDisplay.getSize(displaySize);
498 windowManager.getDefaultDisplay().getSize(res);
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DOverlappingPaneLayout.java354 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
356 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/OMA-DM/engine/dmlib/plugin/src/
H A DSyncML_PlugIn_WBXMLLog.cc895 DmStrToStringVector((CPCHAR)props->m_oData.getBuffer(),props->m_oData.getSize(), oChildren, '/');
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java630 if (MeasureSpec.getSize(widthMeasureSpec) < width + 10) {
631 width = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/src/
H A DdmtAsyncAPI.cc248 pMessage->pMsg->buf.getSize(),
279 pMessage->pMsg->buf.getSize(),
309 pMessage->pMsg->buf.getSize(),

Completed in 714 milliseconds

12345