Skip to content
Snippets Groups Projects
Commit 83308950 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Add ID to secondaryOrientationHandle for tests

Bug: 159763136

Change-Id: I0ad91d995c79415ad8b5cf849f8fd0c24bd0fd7a
parent e076abfa
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment