Searched refs:getPaddingBottom (Results 1 - 25 of 62) sorted by relevance

123

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidgetImageView.java43 getScrollY() + getBottom() - getTop() - getPaddingBottom());
H A DPagedViewCellLayout.java186 int vSpace = heightSpecSize - getPaddingTop() - getPaddingBottom();
204 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
217 getPaddingBottom(), MeasureSpec.EXACTLY);
248 r - l - getPaddingRight(), b - t - getPaddingBottom());
334 int availHeight = height - (getPaddingTop() + getPaddingBottom());
H A DPagedViewWidget.java79 mOriginalImagePadding.bottom = image.getPaddingBottom();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWidgetImageView.java43 getScrollY() + getBottom() - getTop() - getPaddingBottom());
H A DPagedViewCellLayout.java180 int vSpace = heightSpecSize - getPaddingTop() - getPaddingBottom();
198 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
211 getPaddingBottom(), MeasureSpec.EXACTLY);
242 r - l - getPaddingRight(), b - t - getPaddingBottom());
328 int availHeight = height - (getPaddingTop() + getPaddingBottom());
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DCaffeinatedScrollView.java68 int screenBottom = getScrollY() + getHeight() - getPaddingBottom();
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DTransitionView.java119 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
120 layoutHeight - getPaddingBottom());
270 getHeight() - getPaddingBottom());
282 getWidth() - getPaddingRight(), getHeight() - getPaddingBottom());
293 getHeight() - getPaddingBottom(), mSeparatorPaint);
363 final int thumbnailHeight = getHeight() - getPaddingTop() - getPaddingBottom();
H A DAudioTrackView.java79 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
80 layoutHeight - getPaddingBottom());
241 getPaddingBottom() - 4) / 2);
324 getHeight() - getPaddingBottom(), mLinePaint);
H A DMediaItemView.java138 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
139 layoutHeight - getPaddingBottom());
273 final int thumbnailHeight = getHeight() - getPaddingTop() - getPaddingBottom();
358 mThumbnailHeight = getHeight() - getPaddingTop() - getPaddingBottom();
417 getHeight() - getPaddingBottom());
470 int spacing = (getHeight() - getPaddingTop() - getPaddingBottom() -
H A DOverlayView.java214 getHeight() - getPaddingTop() - getPaddingBottom());
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateImageView.java121 int bottom = getPaddingBottom();
159 - getPaddingTop() - getPaddingBottom();
H A DSwitch.java364 switchTop = (getPaddingTop() + getHeight() - getPaddingBottom()) / 2 -
370 switchBottom = getHeight() - getPaddingBottom();
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateImageView.java121 int bottom = getPaddingBottom();
159 - getPaddingTop() - getPaddingBottom();
H A DSwitch.java355 switchTop = (getPaddingTop() + getHeight() - getPaddingBottom()) / 2 -
361 switchBottom = getHeight() - getPaddingBottom();
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateImageView.java119 int bottom = getPaddingBottom();
157 - getPaddingTop() - getPaddingBottom();
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadKeyButton.java83 mHoverBounds.bottom = h - getPaddingBottom();
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java92 int vPadding = getPaddingTop() + getPaddingBottom();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationViewHeader.java123 mSubjectView.getPaddingBottom());
127 mSubjectView.getPaddingBottom());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardView.java63 final int height = keyboard.mOccupiedHeight + getPaddingTop() + getPaddingBottom();
85 final int y = pointY - container.getMeasuredHeight() + container.getPaddingBottom();
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapter.java84 padding, view.getPaddingBottom());
/packages/apps/Settings/src/com/android/settings/
H A DAllowBindAppWidgetActivity.java122 (int) (mAlwaysUse.getPaddingBottom() +
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPercentageBarChart.java78 final int bottom = getHeight() - getPaddingBottom();
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DBalloonHint.java179 public int getPaddingBottom() { method in class:BalloonHint
248 + getPaddingBottom();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java646 final int childHeight = imageSize + child.getPaddingBottom();
652 setMeasuredDimension(width, imageSize + getChildAt(0).getPaddingBottom());
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListFragment.java172 rightPadding, mListView.getPaddingBottom());

Completed in 660 milliseconds

123