OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java
140
private int
mBackgroundWidth
;
197
mBackgroundWidth
= mBackground.getWidth();
332
mArrowMatrix.postTranslate(0, height + (
mBackgroundWidth
- height));
348
final int vOffset =
mBackgroundWidth
- height;
349
final int midX = isHoriz() ? width / 2 :
mBackgroundWidth
/ 2 - vOffset;
361
mBackgroundWidth
,
381
mBackgroundWidth
,
398
mBackgroundWidth
,
418
mBackgroundWidth
,
436
mBackgroundWidth
,
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
113
int
mBackgroundWidth
= -1, mBackgroundHeight = -1;
163
mBackgroundWidth
= -1;
183
mBackgroundWidth
= -1;
220
if (
mBackgroundWidth
<= 0 || mBackgroundHeight <= 0) {
224
if (
mBackgroundWidth
<= 0 || mBackgroundHeight <= 0) {
226
mBackgroundWidth
= p.x;
232
int surfaceWidth = Math.max(p.x,
mBackgroundWidth
);
450
mBackgroundWidth
= -1;
453
mBackgroundWidth
= mBackground.getWidth();
463
mBackgroundWidth
= -1
[
all
...]
Completed in 698 milliseconds