Searched refs:isComplete (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java118 public boolean isComplete() { method in class:GestureRecorder.Gesture
162 if (mCurrentGesture == null || mCurrentGesture.isComplete()) {
204 if (!g.isComplete()) continue;
236 if (mCurrentGesture != null && !mCurrentGesture.isComplete()) {
/frameworks/native/include/input/
H A DKeyboard.h65 inline bool isComplete() const { function in class:android::KeyMap
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h61 bool isComplete() const { return mIsComplete; } function in class:android::EGLTextureObject
H A Dtexture.cpp95 if (!u.texture->isComplete()) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h35 bool isComplete() const;
H A DPlaylistFetcher.cpp509 || (!mPlaylist->isComplete() && timeToRefreshPlaylist(nowUs))) {
531 if (mPlaylist->isComplete() || mPlaylist->isEvent()) {
554 if (mPlaylist->isComplete() || mPlaylist->isEvent()) {
569 if (!mPlaylist->isComplete() && mNumRetries < kMaxNumRetries) {
647 if (mPlaylist->isComplete() || mPlaylist->isEvent()) {
H A DM3UParser.cpp259 bool M3UParser::isComplete() const { function in class:android::M3UParser
/frameworks/native/libs/input/
H A DKeyboard.cpp67 if (isComplete()) {
103 return isComplete();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java100 public boolean isComplete() { method in class:SmsApplication.SmsApplicationData
222 if (!smsApplicationData.isComplete()) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp159 bool isComplete() const;
1078 if (!section->isComplete()) {
1327 bool ATSParser::PSISection::isComplete() const { function in class:android::ATSParser::PSISection
/frameworks/base/location/java/android/location/
H A DLocation.java773 public boolean isComplete() { method in class:Location
787 * @see #isComplete
H A DLocationManager.java1246 if (!loc.isComplete()) {
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1858 if (!location.isComplete()) {

Completed in 305 milliseconds