Searched refs:getHeight (Results 176 - 200 of 466) sorted by relevance

1234567891011>>

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java103 public int getHeight() { method in class:SurfaceTextureScreenNail
H A DPhotoView.java510 mPositionController.setViewSize(getWidth(), getHeight());
520 int h = getHeight();
679 int viewH = getHeight();
815 int h = getHeight();
890 mSize.height = mScreenNail.getHeight();
929 m.draw(canvas, -m.getWidth() / 2, -m.getHeight() / 2);
1068 int size = getHeight();
1114 && ((vy > 0) == (centerY > getHeight() / 2))
1259 mTouchBoxIndex = mPositionController.hitTest(xi, getHeight() / 2);
1284 int h = getHeight();
[all...]
H A DAlbumLabelMaker.java168 bitmap.getHeight() - BORDER_SIZE);
194 Math.round(scale * icon.getHeight()))/2f);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java144 SparseArrayBitmapPool pool = getPoolForDimensions(b.getWidth(), b.getHeight());
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardFragment.java294 -mPrimaryCallCardContainer.getHeight() : 0);
297 videoViewTranslation = videoView.getHeight() / 2 - spaceBesideCallCard / 2;
346 .translationY(visible ? 0 : -mPrimaryCallCardContainer.getHeight())
365 return getView().getHeight() - mPrimaryCallCardContainer.getHeight();
826 final int originalHeight = mPrimaryCallCardContainer.getHeight();
827 mPrimaryCallCardContainer.setBottom(parent.getHeight());
840 getShrinkAnimator(parent.getHeight(), originalHeight);
865 offsetY -= mSecondaryCallInfo.getHeight();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DFocusManager.java128 previewFrame.getWidth(), previewFrame.getHeight());
257 int focusHeight = mFocusIndicatorRotateLayout.getHeight();
259 int previewHeight = mPreviewFrame.getHeight();
399 int len = Math.min(mPreviewFrame.getWidth(), mPreviewFrame.getHeight()) / 4;
/packages/apps/Mms/src/com/android/mms/ui/
H A DQuickContactDivot.java136 final int bottom = getHeight();
/packages/apps/Settings/src/com/android/settings/
H A DHighlightingFragment.java89 final int centerY = view.getHeight() / 2;
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DVUMeter.java90 float h = getHeight();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DContactPhotoUtils.java82 final int size = bitmap.getWidth() * bitmap.getHeight() * 4;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java125 mDrawableBottom.setBounds(getPaddingLeft(), getHeight() - getPaddingBottom(),
126 getWidth() - getPaddingRight(), getHeight() - getPaddingBottom()
253 view.getHeight() - view.getPaddingTop() - view.getPaddingBottom());
269 rect.bottom = view.getHeight() + view.getPaddingBottom()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DMoreKeysKeyboardAccessibilityDelegate.java104 mMoreKeysKeyboardValidBounds.set(0, 0, mKeyboardView.getWidth(), mKeyboardView.getHeight());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java141 final int height = key.getHeight() + mVerticalGap;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStartIndicatorView.java101 final int height = getHeight();
/packages/apps/Calendar/src/com/android/calendar/
H A DStickyHeaderListView.java286 MeasureSpec.EXACTLY), MeasureSpec.makeMeasureSpec(mListView.getHeight(),
302 int stickyHeaderHeight = mStickyHeader.getHeight();
/packages/apps/Camera/src/com/android/camera/ui/
H A DCameraSwitcher.java219 mTranslationY = getHeight();
222 mTranslationY = getHeight() / 2;
/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java276 .ofFloat(mLayout, "translationY", mLayout.getHeight(), 0.0f);
290 int offset = mLayout.getHeight();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DViewPagerTabs.java63 outline.setRect(0, 0, view.getWidth(), view.getHeight());
94 final int height = getHeight();
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java250 return mMaxScrollY + getHeight();
292 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1)
421 int bottom = getScrollY() + getHeight();
423 scrollTo(0, r.bottom - getHeight());
432 int bot = top + getHeight();
437 r.bottom - getHeight() - mScrollY, 200);
480 mImageBlockManager.doDraw(canvas, getWidth(), getHeight(), mScrollY);
661 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1)
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java153 int yOffset = view.getHeight() / 2;
168 int yOffset = view.getHeight() / 2;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java155 int scrubberBottom = mScrubberTop + mScrubber.getHeight();
184 mScrubberTop = progressY - mScrubber.getHeight() / 2 + 1;
H A DTrimTimeBar.java151 int scrubberBottom = startY + scrubber.getHeight();
178 int scrubberY = progressY - mScrubber.getHeight() / 2 + 1;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DUriImage.java178 mHeight = decoder.getHeight();
290 public int getHeight() { method in class:UriImage
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorHueView.java85 mTmpBuff = new int[mBitmap.getWidth() * mBitmap.getHeight()];
94 int h = mBitmap.getHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
H A DHistogramView.java46 int h = bitmap.getHeight();
89 float h = getHeight(); // - Spline.curveHandleSize() / 2.0f;

Completed in 8017 milliseconds

1234567891011>>