HomeSort by relevance Sort by last modified time
    Searched refs:Clock (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Clock.java 47 * This widget display an analogic clock with two hands for hours and
50 public class Clock extends TextView {
62 public Clock(Context context) {
66 public Clock(Context context, AttributeSet attrs) {
70 public Clock(Context context, AttributeSet attrs, int defStyle) {
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 32 * A class that draws an analog clock face with information about the current
35 public class Clock {
53 public Clock() {
63 * @param radius the radius of the outer rim of the clock
65 * @param cx the X coordinate of the clock center
66 * @param cy the Y coordinate of the clock center
157 * Set the city to be displayed. setCity(null) resets things so the clock
181 * Draws the clock face.
184 * @param cx the X coordinate of the clock center
185 * @param cy the Y coordinate of the clock cente
    [all...]
GlobalTime.java 170 // Start time for clock fade animation
173 // Interpolator for clock fade animation
177 // Index of current clock
180 // Current clock
181 private Clock mClock;
258 mClock = new Clock();
686 * Fade the clock in or out.
723 // Disregard motion events when the clock is displayed
741 // If the clock is displayed, don't actually rotate or tilt;
803 // The 'space' key toggles the clock
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 107 MODE_NOCLOCK, /* no fixed clock available */
108 MODE_CLOCK_HIGH, /* clock required is too high */
109 MODE_CLOCK_LOW, /* clock required is too low */
110 MODE_CLOCK_RANGE, /* clock/mode isn't in a ClockRange */
132 # define M_T_CLOCK_C (0x02 | M_T_BUILTIN) /* built-in mode - configure clock */
135 /* built-in mode - configure CRTC and clock */
148 int Clock; /* pixel clock freq (kHz) */
163 int SynthClock; /* Actual clock freq to
220 /* the list of clock ranges *
410 int clock[MAXCLOCKS]; member in struct:__anon14937
936 int clock[MAXCLOCKS]; \/* list of clock frequencies *\/ member in struct:_ScrnInfoRec
    [all...]

Completed in 310 milliseconds