OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fadeHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java
113
final float
fadeHeight
= mFadingEdgeLength;
114
int length = (int)
fadeHeight
;
129
drawTop = topFadeStrength *
fadeHeight
> 1.0f;
131
drawBottom = bottomFadeStrength *
fadeHeight
> 1.0f;
136
drawLeft = leftFadeStrength *
fadeHeight
> 1.0f;
138
drawRight = rightFadeStrength *
fadeHeight
> 1.0f;
142
mFadeMatrix.setScale(1,
fadeHeight
* topFadeStrength);
156
mFadeMatrix.setScale(1,
fadeHeight
* bottomFadeStrength);
164
mFadeMatrix.setScale(1,
fadeHeight
* leftFadeStrength);
172
mFadeMatrix.setScale(1,
fadeHeight
* rightFadeStrength)
[
all
...]
/frameworks/base/core/java/android/view/
View.java
[
all
...]
Completed in 62 milliseconds