Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
458ceae3
Commit
458ceae3
authored
11 months ago
by
Mohammad Hasan Keramat J
Browse files
Options
Downloads
Patches
Plain Diff
fixup! fwb: SystemUI: Set qs bottom drawable footer color to transparent
Change-Id: If6e4a6d2c4d7b34b029ae500bb368e5173dd1fe9
parent
28fa3afd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/FooterActionsViewModel.kt
+2
-2
2 additions, 2 deletions
...systemui/qs/footer/ui/viewmodel/FooterActionsViewModel.kt
with
2 additions
and
2 deletions
packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/FooterActionsViewModel.kt
+
2
−
2
View file @
458ceae3
...
...
@@ -92,12 +92,12 @@ class FooterActionsViewModel(
// b/240563302).
val
delay
=
0.99f
_alpha
.
value
=
expansion
_backgroundAlpha
.
value
=
max
(
0f
,
expansion
-
delay
)
/
(
1f
-
delay
)
_backgroundAlpha
.
value
=
0f
}
else
{
// Only start fading in the footer actions when we are at least 90% expanded.
val
delay
=
0.9f
_alpha
.
value
=
max
(
0f
,
expansion
-
delay
)
/
(
1
-
delay
)
_backgroundAlpha
.
value
=
1
f
_backgroundAlpha
.
value
=
0
f
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment