chore: Cleanup, and hidden feature logged

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-10-04 23:03:42 +07:00
parent 5180c3d4c4
commit 11f7abcb66
1818 changed files with 104955 additions and 147858 deletions
@@ -36,6 +36,9 @@ public interface NavigationEdgeBackPlugin extends Plugin {
/** Specifies if the UI should be rendered on the left side of the screen. */
void setIsLeftPanel(boolean isLeftPanel);
/** Sets the insets for the gesture handling area. */
void setInsets(int leftInset, int rightInset);
/** Sets the display size. */
void setDisplaySize(Point displaySize);
@@ -49,7 +52,7 @@ public interface NavigationEdgeBackPlugin extends Plugin {
void onMotionEvent(MotionEvent motionEvent);
/** Dumps info about the back gesture plugin. */
void dump(String prefix, PrintWriter pw);
void dump(PrintWriter pw);
/** Callback to let the system react to the detected back gestures. */
interface BackCallback {