Searched refs:BASE (Results 26 - 28 of 28) sorted by last modified time

12

/frameworks/base/core/java/android/os/
H A DBuild.java253 public static final int BASE = 1; field in class:Build.VERSION_CODES
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java93 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL; field in class:AsyncChannel
108 public static final int CMD_CHANNEL_HALF_CONNECTED = BASE + 0;
117 public static final int CMD_CHANNEL_FULL_CONNECTION = BASE + 1;
127 public static final int CMD_CHANNEL_FULLY_CONNECTED = BASE + 2;
138 public static final int CMD_CHANNEL_DISCONNECT = BASE + 3;
151 public static final int CMD_CHANNEL_DISCONNECTED = BASE + 4;
153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1;
156 sCmdToString[CMD_CHANNEL_HALF_CONNECTED - BASE] = "CMD_CHANNEL_HALF_CONNECTED";
157 sCmdToString[CMD_CHANNEL_FULL_CONNECTION - BASE] = "CMD_CHANNEL_FULL_CONNECTION";
158 sCmdToString[CMD_CHANNEL_FULLY_CONNECTED - BASE]
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1506 private static final int BASE = 100; field in class:FloatingToolbar.FloatingToolbarPopup.LogAccelerateInterpolator
1507 private static final float LOGS_SCALE = 1f / computeLog(1, BASE);
1515 return 1 - computeLog(1 - t, BASE) * LOGS_SCALE;

Completed in 9205 milliseconds

12