Home
last modified time | relevance | path

Searched defs:firstTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java37 private boolean firstTime = true; field in FloatKeyframeSet
DIntKeyframeSet.java37 private boolean firstTime = true; field in IntKeyframeSet
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java118 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { in tick()
/frameworks/base/tools/aapt/
DXMLNode.cpp197 bool firstTime = true; in parseStyledString() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2062 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { in tick()