Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java51 private boolean mActive; field in LastComposedWord
67 mActive = true; in LastComposedWord()
72 mActive = false; in deactivate()
76 return mActive && !TextUtils.isEmpty(mCommittedWord); in canRevertCommit()
/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/Launcher2/src/com/android/launcher2/
DInfoDropTarget.java100 mActive = isVisible; in onDragStart()
109 mActive = false; in onDragEnd()
DButtonDropTarget.java43 protected boolean mActive; field in ButtonDropTarget
106 return mActive; in isDropEnabled()
DDeleteDropTarget.java164 mActive = isVisible; in onDragStart()
176 mActive = false; in onDragEnd()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumDataLoader.java311 private volatile boolean mActive = true; field in AlbumDataLoader.ReloadTask
326 while (mActive) { in run()
328 if (mActive && !mDirty && updateComplete) { in run()
363 mActive = false; in terminate()
DAlbumSetDataLoader.java314 private volatile boolean mActive = true; field in AlbumSetDataLoader.ReloadTask
329 while (mActive) { in run()
331 if (mActive && !mDirty && updateComplete) { in run()
384 mActive = false; in terminate()
DPhotoDataAdapter.java950 private volatile boolean mActive = true; field in PhotoDataAdapter.ReloadTask
963 while (mActive) { in run()
965 if (!mDirty && mActive) { in run()
1034 mActive = false; in terminate()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java451 private boolean mActive = false; field in GLRootView.IdleRunner
457 mActive = false; in run()
475 if (mActive) return; in enable()
476 mActive = true; in enable()
DTileImageView.java468 if (mTileUploader.mActive.compareAndSet(false, true)) { in queueForUpload()
549 AtomicBoolean mActive = new AtomicBoolean(false); field in TileImageView.TileUploader
567 mActive.set(tile != null); in onGLIdle()
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java522 private final ArrayList<View> mActive = new ArrayList<View>(); field in ManageApplications.ApplicationsAdapter
709 for (int i=0; i<mActive.size(); i++) { in onPackageSizeChanged()
710 AppViewHolder holder = (AppViewHolder)mActive.get(i).getTag(); in onPackageSizeChanged()
787 mActive.remove(convertView); in getView()
788 mActive.add(convertView); in getView()
799 mActive.remove(view); in onMovedToScrapHeap()