HomeSort by relevance Sort by last modified time
    Searched full:static (Results 2501 - 2525 of 47082) sorted by null

<<101102103104105106107108109110>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 31 private static final String LOGTAG = "FramedTextButton";
33 private static int mTextSize = 24;
34 private static int mTextPadding = 20;
35 private static Paint gPaint = new Paint();
36 private static Path gPath = new Path();
37 private static int mTrianglePadding = 2;
38 private static int mTriangleSize = 30;
40 public static void setTextSize(int value) {
44 public static void setTextPadding(int value) {
48 public static void setTrianglePadding(int value)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 34 static final String TAG = "BluetoothOppHandover";
35 static final boolean DBG = true;
37 static final int STATE_INIT = 0;
38 static final int STATE_TURNING_ON = 1;
39 static final int STATE_WAITING = 2; // Need to wait for remote side turning on BT
40 static final int STATE_COMPLETE = 3;
42 static final int MSG_START_SEND = 0;
44 static final int REMOTE_BT_ENABLE_DELAY_MS = 5000;
46 static final String ACTION_HANDOVER_SEND =
49 static final String ACTION_HANDOVER_SEND_MULTIPLE
    [all...]
  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 19 import static android.net.NetworkStats.SET_DEFAULT;
20 import static android.net.NetworkStats.SET_FOREGROUND;
21 import static android.net.NetworkStats.TAG_NONE;
22 import static android.net.NetworkStatsHistory.FIELD_RX_BYTES;
23 import static android.net.NetworkStatsHistory.FIELD_TX_BYTES;
24 import static android.text.format.DateUtils.HOUR_IN_MILLIS;
40 private static final String KEY_TEMPLATE = "template";
41 private static final String KEY_APP = "app";
42 private static final String KEY_FIELDS = "fields";
47 public static Bundle buildArgs(NetworkTemplate template, AppItem app)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataParser.java 35 private static final String ID_FIELD_NAME = MetadataDbHelper.WORDLISTID_COLUMN;
36 private static final String LOCALE_FIELD_NAME = "locale";
37 private static final String DESCRIPTION_FIELD_NAME = MetadataDbHelper.DESCRIPTION_COLUMN;
38 private static final String UPDATE_FIELD_NAME = "update";
39 private static final String FILESIZE_FIELD_NAME = MetadataDbHelper.FILESIZE_COLUMN;
40 private static final String CHECKSUM_FIELD_NAME = MetadataDbHelper.CHECKSUM_COLUMN;
41 private static final String REMOTE_FILENAME_FIELD_NAME =
43 private static final String VERSION_FIELD_NAME = MetadataDbHelper.VERSION_COLUMN;
44 private static final String FORMATVERSION_FIELD_NAME = MetadataDbHelper.FORMATVERSION_COLUMN;
52 private static WordListMetadata parseOneWordList(final JsonReader reader
    [all...]
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
holo_spiral.rs 46 static rs_matrix4x4 gProjectionMatrix;
47 static rs_matrix4x4 gTransformedModelView;
71 static float lastTime;
72 static float gInnerRotateAngle;
73 static float gOuterRotateAngle;
74 static float gWidth;
75 static float gHeight;
77 static float modulo360(float val) {
78 static const INVERSE_360 = 1.0f / 360.0f;
83 static void drawBackground()
    [all...]
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
phasebeam.rs 18 static int numBeamParticles;
19 static int numDotParticles;
20 static int numVertColors;
49 static float screenWidth;
50 static float screenHeight;
51 static float halfScreenWidth;
52 static float quarterScreenWidth;
53 static float quarterScreenHeight;
54 static float halfScreenHeight;
56 static float newOffset = 0.5
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ pid_t tcgetsid(int fd)
75 static __inline__ int tcsendbreak(int fd, int __duration)
80 static __inline__ speed_t cfgetospeed(const struct termios *s)
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed
    [all...]

Completed in 718 milliseconds

<<101102103104105106107108109110>>