Searched refs:isComplete (Results 1 - 14 of 14) 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.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
H A Dtexture.cpp95 if (!u.texture->isComplete()) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h36 bool isComplete() const;
H A DPlaylistFetcher.cpp239 if (mPlaylist->isComplete()) {
880 if (mPlaylist->isComplete() || mPlaylist->isEvent()) {
887 if (!mPlaylist->isComplete()) {
984 if (!mPlaylist->isComplete() && !mPlaylist->isEvent()) {
1041 if ((err != OK || !mPlaylist->isComplete()) && mNumRetries < kMaxNumRetries) {
1096 && !mPlaylist->isComplete()) {
1174 if (mPlaylist->isComplete() || mPlaylist->isEvent()) {
1579 if (!mPlaylist->isComplete() && !mPlaylist->isEvent()) {
H A DM3UParser.cpp277 bool M3UParser::isComplete() const { function in class:android::M3UParser
/frameworks/native/libs/input/
H A DKeyboard.cpp67 if (isComplete()) {
103 return isComplete();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp189 bool isComplete() const;
1334 if (!section->isComplete()) {
1702 bool ATSParser::PSISection::isComplete() const { function in class:android::ATSParser::PSISection
1724 if (!isComplete()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java123 public boolean isComplete() { method in class:SmsApplication.SmsApplicationData
344 if (!smsApplicationData.isComplete()) {
/frameworks/base/location/java/android/location/
H A DLocation.java792 public boolean isComplete() { method in class:Location
806 * @see #isComplete
H A DLocationManager.java1277 if (!loc.isComplete()) {
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2152 if (!location.isComplete()) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 7907 milliseconds