Searched refs:getSize (Results 1 - 25 of 73) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/photos/views/
H A DSquareImageView.java43 int width = MeasureSpec.getSize(widthMeasureSpec);
46 height = Math.min(height, MeasureSpec.getSize(heightMeasureSpec));
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_nodes_cache.h67 AKLOGI("Advance active %d nodes.", mNextActiveDicNodes->getSize());
78 int activeSize() const { return mActiveDicNodes->getSize(); }
79 int terminalSize() const { return mTerminalDicNodes->getSize(); }
122 && mCachedDicNodesForContinuousSuggestion->getSize() > 0;
144 mCachedDicNodesForContinuousSuggestion->getSize(), mLastCachedInputIndex);
H A Ddic_nodes_cache.cpp32 while (mCachedDicNodesForContinuousSuggestion->getSize() > 0) {
H A Ddic_node_priority_queue.h45 int getSize() const { function in class:latinime::DicNodePriorityQueue
149 return getSize() >= maxSize;
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DLinearLayoutWithMaxWidth.java40 WeekButton.setSuggestedWidth((View.MeasureSpec.getSize(widthMeasureSpec)) / 7);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFullHeightLinearLayout.java47 MeasureSpec.getSize(heightMeasureSpec), MeasureSpec.EXACTLY);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DCenteredLinearLayout.java39 int parentWidth = MeasureSpec.getSize(widthMeasureSpec);
40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DPreviewFrameLayout.java64 int previewWidth = MeasureSpec.getSize(widthSpec);
65 int previewHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DControlPanelLayout.java41 int widthSpecSize = MeasureSpec.getSize(widthSpec);
42 int heightSpecSize = MeasureSpec.getSize(heightSpec);
H A DIndicatorControlWheelContainer.java134 measuredWidth = Math.min(desiredWidth, MeasureSpec.getSize(widthSpec));
136 measuredWidth = MeasureSpec.getSize(widthSpec);
141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec));
143 measuredHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/Browser/src/com/android/browser/view/
H A DSnapshotGridView.java42 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
H A DPart.java43 public int getSize() throws MessagingException; method in interface:Part
/packages/apps/Email/src/com/android/email/view/
H A DSizeBoundingFrameLayout.java85 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
86 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java86 int previewWidth = MeasureSpec.getSize(widthSpec);
87 int previewHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/Gallery2/src/com/android/camera/
H A DPreviewFrameLayout.java78 int previewWidth = MeasureSpec.getSize(widthSpec);
79 int previewHeight = MeasureSpec.getSize(heightSpec);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java91 public synchronized int getSize() { method in class:GalleryBitmapPool
94 total += p.getSize();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaItem.java91 public long getSize() { method in class:MediaItem
H A DLocalMediaItem.java106 public long getSize() { method in class:LocalMediaItem
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMeasureHelper.java53 int specLength = MeasureSpec.getSize(measureSpec);
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DSwipeHelper.java151 private float getSize(View v) { method in class:SwipeHelper
161 float viewSize = getSize(view);
338 newPos = -getSize(animView);
340 newPos = getSize(animView);
408 float size = getSize(mCurrAnimView);
437 float currAnimViewSize = getSize(mCurrAnimView);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragmentCarousel.java102 int screenWidth = MeasureSpec.getSize(widthMeasureSpec);
103 int screenHeight = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayoutChildren.java80 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
83 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEllipsizeLayout.java58 final int parentWidth = MeasureSpec.getSize(widthMeasureSpec);
/packages/apps/Email/src/org/apache/commons/io/input/
H A DNullInputStream.java114 public long getSize() { method in class:NullInputStream
H A DNullReader.java114 public long getSize() { method in class:NullReader

Completed in 450 milliseconds

123