Searched defs:tick (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java124 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { method in class:TvStatusBar
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp105 void encode(int tick, AudioStream *chain);
106 void decode(int tick);
264 void AudioStream::encode(int tick, AudioStream *chain) argument
266 if (tick - mTick >= mInterval) {
268 int skipped = (tick - mTick) / mInterval;
275 tick = mTick;
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
360 void AudioStream::decode(int tick) argument
369 if ((unsigned int)(tick
721 int tick = elapsedRealtime(); local
[all...]
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c750 /* The tick is current time in milliseconds, width and height
753 void appRender(long tick, int width, int height) argument
756 sStartTick = tick;
760 // Actual tick value is "blurred" a little bit.
761 sTick = (sTick + tick - sStartTick) >> 1;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java983 protected abstract void tick(IBinder key, StatusBarNotification n, boolean firstTime); method in class:BaseStatusBar
1110 tick(key, notification, false);
/frameworks/base/tools/aapt/
H A DImages.cpp308 // Look for left tick
310 // Starting with a layout padding tick
315 int tick = tick_type(row + i * 4, transparent, outError); local
316 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
322 // Look for right tick
324 // Ending with a layout padding tick
329 int tick = tick_type(row+i*4, transparent, outError); local
330 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
346 // Look for top tick
348 // Starting with a layout padding tick
353 int tick = tick_type(rows[i] + offset, transparent, outError); local
367 int tick = tick_type(rows[i] + offset, transparent, outError); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java865 tick(key, notification, true);
961 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { method in class:TabletStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java922 tick(null, notification, true);
1901 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { method in class:PhoneStatusBar
/frameworks/base/core/java/android/widget/
H A DTextView.java8669 tick();
8672 tick();
8685 void tick() { method in class:TextView.Marquee

Completed in 3381 milliseconds