Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caf24fc2 authored by Jim Miller's avatar Jim Miller
Browse files

Add camera affordance to navigation bar on phones

This adds a camera button on phones that can be used to show
and launch the camera.

- Minor refactoring of touch event dispatch in PagedView.
- Disables usability hints when keyguard loads.
- Only add a touch handler for camera icon once during layout.
- Update after review.
- Updated with latest UX camera and camera background assets

Change-Id: I09cd5cb0e501fd0f4659bea96d00c92b07f805c4
parent f4292478
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 */
package com.android.internal.policy;

import android.view.MotionEvent;

import com.android.internal.policy.IKeyguardShowCallback;
import com.android.internal.policy.IKeyguardExitCallback;

@@ -39,4 +41,5 @@ interface IKeyguardService {
    oneway void doKeyguardTimeout(in Bundle options);
    oneway void setCurrentUser(int userId);
    oneway void showAssistant();
    oneway void dispatch(in MotionEvent event);
}
−2.62 KiB (591 B)
Loading image diff...
−2.55 KiB (535 B)
Loading image diff...
−2.79 KiB (621 B)
Loading image diff...
+1.14 KiB
Loading image diff...
Loading