OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPaddingBottom
(Results
26 - 50
of
192
) sorted by null
1
2
3
4
5
6
7
8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewDrawParams.java
103
- previewTextView.
getPaddingBottom
();
106
setVisibleOffset(mPreviewOffset - previewTextView.
getPaddingBottom
());
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java
94
int listBottom = mListView.getHeight() - mListView.
getPaddingBottom
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java
69
bottom - mSourceView.
getPaddingBottom
());
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java
66
getPaddingBottom
());
/packages/apps/PhoneCommon/src/com/android/phone/common/util/
ViewUtil.java
91
listView.getPaddingEnd(), listView.
getPaddingBottom
() + fabPadding);
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java
186
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
());
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java
180
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
());
PendingAppWidgetHostView.java
184
getHeight() - getPaddingTop() -
getPaddingBottom
()));
199
int paddingBottom =
getPaddingBottom
();
/frameworks/base/core/java/android/app/
MediaRouteButton.java
358
height = Math.min(heightSize, minHeight + getPaddingTop() +
getPaddingBottom
());
362
height = minHeight + getPaddingTop() +
getPaddingBottom
();
378
final int bottom = getHeight() -
getPaddingBottom
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java
79
final int height = keyboard.mOccupiedHeight + getPaddingTop() +
getPaddingBottom
();
130
final int y = pointY - container.getMeasuredHeight() + container.
getPaddingBottom
()
131
+
getPaddingBottom
();
/cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java
157
+
getPaddingBottom
() + mForegroundPadding.bottom;
186
int pbwf =
getPaddingBottom
() + mForegroundPadding.bottom;
252
final int parentBottom = bottom - top -
getPaddingBottom
() - mForegroundPadding.bottom;
278
int paddingBottom = child.
getPaddingBottom
();
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java
107
getPaddingBottom
());
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java
107
getPaddingBottom
());
/development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java
175
+
getPaddingBottom
();
InternalSelectionView.java
125
mNumRows * mEstimatedPixelHeight + getPaddingTop() +
getPaddingBottom
();
180
return (getHeight() - getPaddingTop() -
getPaddingBottom
()) / mNumRows;
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DividerItemDecoration.java
85
final int bottom = parent.getHeight() - parent.
getPaddingBottom
();
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java
107
getPaddingBottom
());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java
104
padding, mBrightnessMirror.
getPaddingBottom
());
/frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java
81
getHeight() -
getPaddingBottom
());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RowHeaderPresenter.java
101
int space = holder.view.
getPaddingBottom
();
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java
63
final int paddingBottom =
getPaddingBottom
();
/packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java
92
int vPadding = getPaddingTop() +
getPaddingBottom
();
/packages/apps/Camera2/src/com/android/camera/ui/
TopRightWeightedLayout.java
151
int paddingBottom = v.
getPaddingBottom
();
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java
174
+
getPaddingBottom
();
/packages/apps/Settings/src/com/android/settings/widget/
ChartView.java
98
b - t -
getPaddingBottom
());
125
childRect.bottom + child.
getPaddingBottom
());
Completed in 1186 milliseconds
1
2
3
4
5
6
7
8