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

Commit 59113a60 authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Remove system UI flag constants"

parents a436f216 7e03ad3c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -140,14 +140,6 @@ enum {
/* Maximum number of controller LEDs we support */
#define MAX_CONTROLLER_LEDS 4

/*
 * SystemUiVisibility constants from View.
 */
enum {
    ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE = 0,
    ASYSTEM_UI_VISIBILITY_STATUS_BAR_HIDDEN = 0x00000001,
};

/*
 * Maximum number of pointers supported per motion event.
 * Smallest number of pointers is 1.