Home
last modified time | relevance | path

Searched refs:mActive (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java73 private boolean mActive; field in ContactDeletionInteraction
172 mActive = true; in setContactUri()
192 if (mActive) { in onStart()
223 if (!mActive) { in onLoadFinished()
296 mActive = false; in onDismiss()
303 outState.putBoolean(KEY_ACTIVE, mActive); in onSaveInstanceState()
312 mActive = savedInstanceState.getBoolean(KEY_ACTIVE); in onActivityCreated()
/packages/apps/Settings/src/com/android/settings/location/
DLocationSettingsBase.java49 private boolean mActive = false; field in LocationSettingsBase
68 mActive = true; in onResume()
82 mActive = false; in onPause()
102 if (mActive) { in setLocationMode()
116 if (mActive) { in refreshLocationMode()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java56 private boolean mActive; field in LastComposedWord
75 mActive = true; in LastComposedWord()
81 mActive = false; in deactivate()
85 return mActive && !TextUtils.isEmpty(mCommittedWord) && !didCommitTypedWord(); in canRevertCommit()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumDataLoader.java340 private volatile boolean mActive = true; field in AlbumDataLoader.ReloadTask
355 while (mActive) { in run()
357 if (mActive && !mDirty && updateComplete) { in run()
363 if (mActive && (mFailedVersion != MediaObject.INVALID_DATA_VERSION)) { in run()
393 mActive = false; in terminate()
DAlbumSetDataLoader.java328 private volatile boolean mActive = true; field in AlbumSetDataLoader.ReloadTask
343 while (mActive) { in run()
345 if (mActive && !mDirty && updateComplete) { in run()
387 mActive = false; in terminate()
DPhotoDataAdapter.java1011 private volatile boolean mActive = true; field in PhotoDataAdapter.ReloadTask
1024 while (mActive) { in run()
1026 if (!mDirty && mActive) { in run()
1098 mActive = false; in terminate()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java491 private boolean mActive = false; field in GLRootView.IdleRunner
497 mActive = false; in run()
516 if (mActive) return; in enable()
517 mActive = true; in enable()
DTileImageView.java480 if (mTileUploader.mActive.compareAndSet(false, true)) { in queueForUpload()
561 AtomicBoolean mActive = new AtomicBoolean(false); field in TileImageView.TileUploader
583 if (tile == null) mActive.set(false); in onGLIdle()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java68 private boolean mActive = false; field in IngestActivity
247 mActive = true; in onResume()
260 mActive = false; in onPause()
558 if (parent == null || !parent.mActive) { in handleMessage()
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java552 private final ArrayList<View> mActive = new ArrayList<View>(); field in ManageApplications.ApplicationsAdapter
746 for (int i=0; i<mActive.size(); i++) { in onPackageSizeChanged()
747 AppViewHolder holder = (AppViewHolder)mActive.get(i).getTag(); in onPackageSizeChanged()
825 mActive.remove(convertView); in getView()
826 mActive.add(convertView); in getView()
837 mActive.remove(view); in onMovedToScrapHeap()
/packages/apps/Launcher2/src/com/android/launcher2/
DInfoDropTarget.java109 mActive = isVisible; in onDragStart()
118 mActive = false; in onDragEnd()
DButtonDropTarget.java44 protected boolean mActive; field in ButtonDropTarget
107 return mActive; in isDropEnabled()
DDeleteDropTarget.java172 mActive = isVisible; in onDragStart()
184 mActive = false; in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/
DInfoDropTarget.java112 mActive = isVisible; in onDragStart()
121 mActive = false; in onDragEnd()
DButtonDropTarget.java42 protected boolean mActive; field in ButtonDropTarget
105 return mActive; in isDropEnabled()
DDeleteDropTarget.java212 mActive = isVisible; in onDragStart()
224 mActive = false; in onDragEnd()