OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousEndValue
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java
400
Float
previousEndValue
= getChildTag(child, TAG_END_SHADOW_ALPHA);
402
if (
previousEndValue
!= null &&
previousEndValue
== newEndValue) {
412
float relativeDiff = newEndValue -
previousEndValue
;
459
Integer
previousEndValue
= getChildTag(child, TAG_END_HEIGHT);
461
if (
previousEndValue
!= null &&
previousEndValue
== newEndValue) {
471
int relativeDiff = newEndValue -
previousEndValue
;
537
Integer
previousEndValue
= getChildTag(child, TAG_END_TOP_INSET);
539
if (
previousEndValue
!= null && previousEndValue == newEndValue)
[
all
...]
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java
497
float
previousEndValue
= StackStateAnimator.getChildTag(scrim,
502
float relativeDiff = alpha -
previousEndValue
;
Completed in 2329 milliseconds