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

/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java37 private boolean firstTime = true; field in class:FloatKeyframeSet
62 if (firstTime) {
63 firstTime = false;
H A DIntKeyframeSet.java37 private boolean firstTime = true; field in class:IntKeyframeSet
62 if (firstTime) {
63 firstTime = false;
/frameworks/base/tools/aapt/
H A DXMLNode.cpp197 bool firstTime = true; local
205 if (firstTime && text.size() > 0) {
206 firstTime = false;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp519 bool firstTime = (mPlaylist == NULL); local
542 if (firstTime) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java803 protected abstract void tick(IBinder key, StatusBarNotification n, boolean firstTime); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java988 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument
995 if (!firstTime && (n.notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1851 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument

Completed in 562 milliseconds