HomeSort by relevance Sort by last modified time
    Searched defs:ring (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/skin/
trackball.h 23 int ring; member in struct:SkinTrackBallParameters
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 42 SkColorSetARGB(0xff, 0xB3, 0x3F, 0x08), // normal ring select
43 SkColorSetARGB(0xff, 0x46, 0xb0, 0x00), // fake ring select, for phone, email, text
44 SkColorSetARGB(0xff, 0xAD, 0x5C, 0x0A), // normal ring pressed
45 SkColorSetARGB(0xff, 0x36, 0xc0, 0x00) // fake ring pressed
49 SkColorSetARGB(0xff, 0xFE, 0x92, 0x30), // normal ring select
50 SkColorSetARGB(0xff, 0x8c, 0xd9, 0x00), // fake ring select, for phone, email, text
51 SkColorSetARGB(0xff, 0xFE, 0xBD, 0x3A), // normal ring pressed
52 SkColorSetARGB(0xff, 0x7c, 0xe9, 0x00) // fake ring pressed
56 SkColorSetARGB(0x80, 0xFF, 0xC6, 0x4B), // normal ring pressed
57 SkColorSetARGB(0x80, 0x7c, 0xe9, 0x00) // fake ring presse
153 const WebCore::IntRect& ring = m_rings[0]; local
    [all...]
  /external/speex/libspeex/
scal.c 73 float (*ring)[ALLPASS_ORDER]; member in struct:SpeexDecorrState_
100 st->ring = speex_alloc(channels*ALLPASS_ORDER*sizeof(float));
111 st->ring[ch][i] = 0;
157 float *ring; local
163 ring = st->ring[ch];
187 - alpha*(ring[ringID]
188 - beta*ring[ringID+1>=order?0:ringID+1]);
189 ring[ringID++]=st->y[i];
210 ring[i] = 0
    [all...]
  /external/webkit/WebKit/android/nav/
CachedNode.cpp 64 WebCore::IntRect* ring = start + size - 1; local
66 ring->intersect(outer);
67 if (ring->isEmpty()) {
68 if ((size_t) (ring - start) != --size)
69 *ring = start[size];
71 inner->unite(*ring);
72 } while (ring-- != start);
90 rings->append(ring(frame, index));
122 // any other cursor ring bounds, use it
305 WebCore::IntRect CachedNode::ring(const CachedFrame* frame, size_t part) cons function in class:android::CachedNode
    [all...]
  /packages/apps/Phone/src/com/android/phone/
Ringer.java 123 void ring() { method in class:Ringer
124 if (DBG) log("ring()...");
147 if (DBG) log("skipping ring because volume is zero");
157 // the ring so that it happens the correct amount of
158 // time after the previous ring
161 // and play time of the first ring
163 log("delaying ring by " + (mFirstRingStartTime - mFirstRingEventTime));
168 // We've gotten two ring events so far, but the ring
BluetoothHandsfree.java 342 private String mRingingNumber; // Context for in-progress RING's
349 private static final int RING = 3;
356 case RING:
357 AtCommandResult result = ring();
853 result.addResult(ring()); method
880 private AtCommandResult ring() { method in class:BluetoothHandsfree.BluetoothPhoneState
    [all...]
CallNotifier.java 238 // repeat the ring when requested by the RIL, and when the user has NOT
246 mRinger.ring();
248 if (DBG) log("RING before NEW_RING, skipping");
449 // - don't ring for call waiting connections
499 // if this has already been queried then just ring, otherwise
517 // In this case, just log the request and ring.
518 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
519 mRinger.ring();
568 // *after* this check but before we call mRinger.ring() below,
579 // Ring, either with the queried ringtone or default one
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 256 milliseconds