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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java125 protected void tick(StatusBarNotification n, boolean firstTime) { method in class:TvStatusBar
/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/opt/net/voip/src/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/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1818 protected abstract void tick(StatusBarNotification n, boolean firstTime); method in class:BaseStatusBar
2015 tick(notification, false);
/frameworks/base/tools/aapt/
H A DImages.cpp339 // Look for left tick
341 // Starting with a layout padding tick
346 int tick = tick_type(row + i * 4, transparent, outError); local
347 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
353 // Look for right tick
355 // Ending with a layout padding tick
360 int tick = tick_type(row+i*4, transparent, outError); local
361 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
377 // Look for top tick
379 // Starting with a layout padding tick
384 int tick = tick_type(rows[i] + offset, transparent, outError); local
398 int tick = tick_type(rows[i] + offset, transparent, outError); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1349 tick(notification, true);
2809 protected void tick(StatusBarNotification n, boolean firstTime) { method in class:PhoneStatusBar
/frameworks/base/core/java/android/widget/
H A DTextView.java9334 tick();
9343 tick();
9359 void tick() { method in class:TextView.Marquee

Completed in 318 milliseconds