Android 11 抽取SystemUi时遇到 EventLogTags.java 找不到的问题

/* This file is auto-generated.  DO NOT MODIFY.
 * Source file: frameworks/base/packages/SystemUI/src/com/android/systemui/EventLogTags.logtags
 */

package com.android.systemui;

/**
 * @hide
 */
public class EventLogTags {
  private EventLogTags() { }  // don't instantiate

  /** 36000 sysui_statusbar_touch (type|1),(x|1),(y|1),(disable1|1),(disable2|1) */
  public static final int SYSUI_STATUSBAR_TOUCH = 36000;

  /** 36001 sysui_heads_up_status (key|3),(visible|1) */
  public static final int SYSUI_HEADS_UP_STATUS = 36001;

  /** 36002 sysui_fullscreen_notification (key|3) */
  public static final int SYSUI_FULLSCREEN_NOTIFICATION = 36002;

  /** 36003 sysui_heads_up_escalation (key|3) */
  public static final int SYSUI_HEADS_UP_ESCALATION = 36003;

  /** 36004 sysui_status_bar_state (state|1),(keyguardShowing|1),(keyguardOccluded|1),(bouncerShowing|1),(secure|1),(currentlyInsecure|1) */
  public static final int SYSUI_STATUS_BAR_STATE = 36004;

  /** 36010 sysui_panelbar_touch (type|1),(x|1),(y|1),(enabled|1) */
  public static final int SYSUI_PANELBAR_TOUCH = 36010;

  /** 36020 sysui_notificationpanel_touch (type|1),(x|1),(y|1) */
  public static final int SYSUI_NOTIFICATIONPANEL_TOUCH = 36020;

  /** 36021 sysui_lockscreen_gesture (type|1),(lengthDp|1),(velocityDp|1) */
  public static final int SYSUI_LOCKSCREEN_GESTURE = 36021;

  /** 36030 sysui_quickpanel_touch (type|1),(x|1),(y|1) */
  public static final int SYSUI_QUICKPANEL_TOUCH = 36030;

  /** 36040 sysui_panelholder_touch (type|1),(x|1),(y|1) */
  public static final int SYSUI_PANELHOLDER_TOUCH = 36040;

  /** 36050 sysui_searchpanel_touch (type|1),(x|1),(y|1) */
  public static final int SYSUI_SEARCHPANEL_TOUCH = 36050;

  /** 36060 sysui_recents_connection (type|1),(user|1) */
  public static final int SYSUI_RECENTS_CONNECTION = 36060;

  /** 36080 sysui_keyguard (isOccluded|1),(animate|1) */
  public static final int SYSUI_KEYGUARD = 36080;

  public static void writeSysuiStatusbarTouch(int type, int x, int y, int disable1, int disable2) {
    android.util.EventLog.writeEvent(SYSUI_STATUSBAR_TOUCH, type, x, y, disable1, disable2);
  }

  public static void writeSysuiHeadsUpStatus(String key, int visible) {
    android.util.EventLog.writeEvent(SYSUI_HEADS_UP_STATUS, key, visible);
  }

  public static void writeSysuiFullscreenNotification(String key) {
    android.util.EventLog.writeEvent(SYSUI_FULLSCREEN_NOTIFICATION, key);
  }

  public static void writeSysuiHeadsUpEscalation(String key) {
    android.util.EventLog.writeEvent(SYSUI_HEADS_UP_ESCALATION, key);
  }

  public static void writeSysuiStatusBarState(int state, int keyguardshowing, int keyguardoccluded, int bouncershowing, int secure, int currentlyinsecure) {
    android.util.EventLog.writeEvent(SYSUI_STATUS_BAR_STATE, state, keyguardshowing, keyguardoccluded, bouncershowing, secure, currentlyinsecure);
  }

  public static void writeSysuiPanelbarTouch(int type, int x, int y, int enabled) {
    android.util.EventLog.writeEvent(SYSUI_PANELBAR_TOUCH, type, x, y, enabled);
  }

  public static void writeSysuiNotificationpanelTouch(int type, int x, int y) {
    android.util.EventLog.writeEvent(SYSUI_NOTIFICATIONPANEL_TOUCH, type, x, y);
  }

  public static void writeSysuiLockscreenGesture(int type, int lengthdp, int velocitydp) {
    android.util.EventLog.writeEvent(SYSUI_LOCKSCREEN_GESTURE, type, lengthdp, velocitydp);
  }

  public static void writeSysuiQuickpanelTouch(int type, int x, int y) {
    android.util.EventLog.writeEvent(SYSUI_QUICKPANEL_TOUCH, type, x, y);
  }

  public static void writeSysuiPanelholderTouch(int type, int x, int y) {
    android.util.EventLog.writeEvent(SYSUI_PANELHOLDER_TOUCH, type, x, y);
  }

  public static void writeSysuiSearchpanelTouch(int type, int x, int y) {
    android.util.EventLog.writeEvent(SYSUI_SEARCHPANEL_TOUCH, type, x, y);
  }

  public static void writeSysuiRecentsConnection(int type, int user) {
    android.util.EventLog.writeEvent(SYSUI_RECENTS_CONNECTION, type, user);
  }

  public static void writeSysuiKeyguard(int isoccluded, int animate) {
    android.util.EventLog.writeEvent(SYSUI_KEYGUARD, isoccluded, animate);
  }
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值