OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGlowWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
EdgeEffect.java
130
private final int
mGlowWidth
;
144
mGlowWidth
= mGlow.getIntrinsicWidth();
147
mGlowHeight * MAX_GLOW_HEIGHT * mGlowHeight /
mGlowWidth
* 0.6f,
336
mGlowHeight * mGlowScaleY * mGlowHeight /
mGlowWidth
* 0.6f,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java
55
int
mGlowWidth
, mGlowHeight;
95
mGlowWidth
= mGlowBG.getIntrinsicWidth();
111
final float aspect = (float)
mGlowWidth
/ mGlowHeight;
Completed in 1087 milliseconds