OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomFadeStrength
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java
109
float
bottomFadeStrength
= 0.0f;
130
bottomFadeStrength
= Math.max(0.0f, Math.min(1.0f, bottomFadingEdgeStrength));
131
drawBottom =
bottomFadeStrength
* fadeHeight > 1.0f;
156
mFadeMatrix.setScale(1, fadeHeight *
bottomFadeStrength
);
/frameworks/base/core/java/android/view/
View.java
[
all
...]
Completed in 26 milliseconds