Searched defs:firstTime (Results 1 - 5 of 5) sorted by path

/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/media/libstagefright/httplive/
H A DLiveSession.cpp495 bool firstTime = (mPlaylist == NULL); local
518 if (firstTime) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java1018 private void tick(IBinder key, StatusBarNotification n, boolean firstTime) { argument
1025 if (!firstTime && (n.notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) {
/frameworks/base/tools/aapt/
H A DXMLNode.cpp190 bool firstTime = true; local
198 if (firstTime && text.size() > 0) {
199 firstTime = false;

Completed in 156 milliseconds