Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ui/
DViewAutoScrollerTest.java48 private boolean mActive; field in ViewAutoScrollerTest
55 mActive = false; in setUp()
60 return mActive; in setUp()
103 mActive = false; in testCursorInScrollZone_notActive()
115 mActive = true; in testCursorInScrollZone_top()
126 mActive = true; in testCursorInScrollZone_bottom()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWpsConnectionActivity.java41 private boolean mActive; field in WpsConnectionActivity
46 if (pin != null && mActive) {
55 if (!mActive) {
66 if (!mActive) {
114 mActive = true; in onStart()
122 mActive = false; in onStop()
/packages/services/Car/service/src/com/android/car/
DDeviceIdleControllerWrapper.java43 private boolean mActive; field in DeviceIdleControllerWrapper
64 mActive = startLocked(); in startTracking()
65 return mActive; in startTracking()
82 if (mActive == active) { in setMaintenanceActivity()
85 mActive = active; in setMaintenanceActivity()
DCarDiagnosticService.java493 private volatile boolean mActive = true; field in CarDiagnosticService.DiagnosticClient
538 if (events.size() != 0 && mActive) { in dispatchDiagnosticUpdate()
549 if (mActive) { in release()
552 mActive = false; in release()
DCarSensorService.java811 private volatile boolean mActive = true; field in CarSensorService.SensorClient
867 if (mActive) { in dispatchSensorUpdate()
882 if (mActive) { in release()
885 mActive = false; in release()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java84 private boolean mActive; field in ContactDeletionInteraction
185 mActive = true; in setContactUri()
205 if (mActive) { in onStart()
236 if (!mActive) { in onLoadFinished()
325 mActive = false; in onDismiss()
332 outState.putBoolean(KEY_ACTIVE, mActive); in onSaveInstanceState()
341 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()
112 if (mActive) { in setLocationMode()
123 if (mActive) { in refreshLocationMode()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DFocusManager.java420 private boolean mActive; field in FocusManager.TitleSearchHelper
445 if (mActive) { in handleKey()
458 if (!mActive) { in handleKey()
495 if (!mActive) { in search()
504 mActive = true; in search()
541 if (mActive) { in endSearch()
550 mActive = false; in endSearch()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java58 private boolean mActive; field in LastComposedWord
77 mActive = true; in LastComposedWord()
83 mActive = false; in deactivate()
87 return mActive && !TextUtils.isEmpty(mCommittedWord) && !didCommitTypedWord(); in canRevertCommit()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java64 protected boolean mActive; field in ButtonDropTarget
181 mActive = supportsDrop(dragObject.dragSource, dragObject.dragInfo); in onDragStart()
189 .setVisibility(mActive ? View.VISIBLE : View.GONE); in onDragStart()
204 return mActive && (mAccessibleDrag || in isDropEnabled()
210 mActive = false; in onDragEnd()
/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.java479 if (mTileUploader.mActive.compareAndSet(false, true)) { in queueForUpload()
560 AtomicBoolean mActive = new AtomicBoolean(false); field in TileImageView.TileUploader
582 if (tile == null) mActive.set(false); in onGLIdle()
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java885 private final ArrayList<View> mActive = new ArrayList<View>(); field in ManageApplications.ApplicationsAdapter
1259 for (int i = 0; i < mActive.size(); i++) { in onPackageSizeChanged()
1260 AppViewHolder holder = (AppViewHolder) mActive.get(i).getTag(); in onPackageSizeChanged()
1300 int size = mActive.size(); in onExtraViewCompleted()
1305 AppViewHolder holder = (AppViewHolder) mActive.get(size - 1).getTag(); in onExtraViewCompleted()
1395 mActive.remove(convertView); in getView()
1396 mActive.add(convertView); in getView()
1467 mActive.remove(view); in onMovedToScrapHeap()
/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/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/TV/src/com/android/tv/guide/
DProgramGuide.java146 private boolean mActive; field in ProgramGuide
429 mActive = true; in show()
495 mActive = false; in hide()
545 return mActive; in isActive()