Searched defs:isComplete (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/input/
H A DKeyboard.h66 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
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java110 public boolean isComplete() { method in class:SmsApplication.SmsApplicationData
268 if (!smsApplicationData.isComplete()) {
/frameworks/base/location/java/android/location/
H A DLocation.java776 public boolean isComplete() { method in class:Location
790 * @see #isComplete
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp273 bool M3UParser::isComplete() const { function in class:android::M3UParser
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp162 bool isComplete() const;
1115 if (!section->isComplete()) {
1378 bool ATSParser::PSISection::isComplete() const { function in class:android::ATSParser::PSISection

Completed in 175 milliseconds