Searched refs:firstTime (Results 1 - 10 of 10) 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/core/java/android/net/
H A DLinkCapabilities.java306 boolean firstTime = true;
308 if (firstTime) {
309 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/core/java/android/text/
H A DTextUtils.java285 boolean firstTime = true;
287 if (firstTime) {
288 firstTime = false;
304 boolean firstTime = true;
306 if (firstTime) {
307 firstTime = false;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp515 bool firstTime = (mPlaylist == NULL); local
538 if (firstTime) {
/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/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/
H A DBaseStatusBar.java983 protected abstract void tick(IBinder key, StatusBarNotification n, boolean firstTime); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1901 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument

Completed in 853 milliseconds