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/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java124 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument
/frameworks/base/tools/aapt/
H A DXMLNode.cpp197 bool firstTime = true; local
205 if (firstTime && text.size() > 0) {
206 firstTime = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java983 protected abstract void tick(IBinder key, StatusBarNotification n, boolean firstTime); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java961 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument
968 if (!firstTime && (n.notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1910 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument

Completed in 1182 milliseconds