OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawableHeight
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/widget/
CompoundButton.java
266
final int
drawableHeight
= buttonDrawable.getIntrinsicHeight();
272
top = getHeight() -
drawableHeight
;
275
top = (getHeight() -
drawableHeight
) / 2;
278
int bottom = top +
drawableHeight
;
ProgressBar.java
535
int
drawableHeight
= d.getMinimumHeight();
536
if (mMaxHeight <
drawableHeight
) {
537
mMaxHeight =
drawableHeight
;
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java
249
int
drawableHeight
;
266
drawableHeight
= drawable.getIntrinsicHeight();
273
assertEquals(
drawableHeight
, bounds.bottom);
281
assertEquals(viewHeight -
drawableHeight
, bounds.top);
290
assertEquals( (viewHeight -
drawableHeight
) / 2, bounds.top);
291
assertEquals( (viewHeight -
drawableHeight
) / 2 +
drawableHeight
, bounds.bottom);
/packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java
124
Rect getIconRect(int viewWidth, int viewHeight, int drawableWidth, int
drawableHeight
) {
132
final int height =
drawableHeight
;
/packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java
126
Rect getIconRect(int viewWidth, int viewHeight, int drawableWidth, int
drawableHeight
) {
134
final int height =
drawableHeight
;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java
357
int
drawableHeight
= d.getMinimumHeight();
358
if (mMaxHeight <
drawableHeight
) {
359
mMaxHeight =
drawableHeight
;
/external/chromium_org/third_party/mesa/src/src/glx/
xf86dristr.h
282
INT16
drawableHeight
B16;
XF86dri.c
495
*H = (int) rep.
drawableHeight
;
/external/mesa3d/src/glx/
xf86dristr.h
282
INT16
drawableHeight
B16;
XF86dri.c
495
*H = (int) rep.
drawableHeight
;
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java
518
int
drawableHeight
= d.getMinimumHeight();
519
if (mMaxHeight <
drawableHeight
) {
520
mMaxHeight =
drawableHeight
;
[
all
...]
Completed in 616 milliseconds