OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java
148
private int
mBackgroundHeight
;
205
mBackgroundHeight
= mBackground.getHeight();
232
final int left = w -
mBackgroundHeight
;
237
mBgMatrix.postTranslate(0, h -
mBackgroundHeight
);
288
final int height =
mBackgroundHeight
+ arrowH - arrowScrunch;
347
final int bgHeight =
mBackgroundHeight
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
111
int mBackgroundWidth = -1,
mBackgroundHeight
= -1;
179
mBackgroundHeight
= -1;
210
if (mBackgroundWidth <= 0 ||
mBackgroundHeight
<= 0) {
222
int surfaceHeight = Math.max(displayInfo.logicalHeight,
mBackgroundHeight
);
485
mBackgroundHeight
= -1;
490
mBackgroundHeight
= mBackground.getHeight();
515
out.print("
mBackgroundHeight
="); out.println(
mBackgroundHeight
);
[
all
...]
Completed in 440 milliseconds