OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newytranslation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java
192
float
newYTranslation
= state.yTranslation;
223
if (yTranslation !=
newYTranslation
) {
224
view.setTranslationY(
newYTranslation
);
StackScrollAlgorithm.java
152
float
newYTranslation
= state.yTranslation;
154
float newNotificationEnd =
newYTranslation
+ newHeight;
157
if (
newYTranslation
< previousNotificationEnd
160
float overlapAmount = previousNotificationEnd -
newYTranslation
;
170
previousNotificationStart =
newYTranslation
;
Completed in 203 milliseconds