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
83308950
Commit
83308950
authored
4 years ago
by
Vinit Nayak
Browse files
Options
Downloads
Patches
Plain Diff
Add ID to secondaryOrientationHandle for tests
Bug: 159763136 Change-Id: I0ad91d995c79415ad8b5cf849f8fd0c24bd0fd7a
parent
e076abfa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/SystemUI/res/values/ids.xml
+2
-0
2 additions, 0 deletions
packages/SystemUI/res/values/ids.xml
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarFragment.java
+1
-0
1 addition, 0 deletions
...droid/systemui/statusbar/phone/NavigationBarFragment.java
with
3 additions
and
0 deletions
packages/SystemUI/res/values/ids.xml
+
2
−
0
View file @
83308950
...
...
@@ -92,6 +92,8 @@
<item
type=
"id"
name=
"requires_remeasuring"
/>
<item
type=
"id"
name=
"secondary_home_handle"
/>
<!-- Whether the icon is from a notification for which targetSdk < L -->
<item
type=
"id"
name=
"icon_is_pre_L"
/>
...
...
This diff is collapsed.
Click to expand it.
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarFragment.java
+
1
−
0
View file @
83308950
...
...
@@ -591,6 +591,7 @@ public class NavigationBarFragment extends LifecycleFragment implements Callback
.
registerDisplayListener
(
this
,
new
Handler
(
Looper
.
getMainLooper
()));
mOrientationHandle
=
new
QuickswitchOrientedNavHandle
(
getContext
());
mOrientationHandle
.
setId
(
R
.
id
.
secondary_home_handle
);
getBarTransitions
().
addDarkIntensityListener
(
mOrientationHandleIntensityListener
);
mOrientationParams
=
new
WindowManager
.
LayoutParams
(
0
,
0
,
...
...
This diff is collapsed.
Click to expand it.
Farzin Kazemzadeh
@itisFarzin
mentioned in commit
71576eb9
·
4 months ago
mentioned in commit
71576eb9
mentioned in commit 71576eb9d80992b6de6a470d8754898bf5139cb7
Toggle commit list
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