Home
last modified time | relevance | path

Searched refs:makeInactive (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java49 private Runnable mTapTimeoutRunnable = this::makeInactive;
81 makeInactive(); in onTouchEvent()
107 makeInactive(); in onTouchEvent()
112 makeInactive(); in onTouchEvent()
117 makeInactive(); in onTouchEvent()
133 private void makeInactive() { in makeInactive() method in DoubleTapHelper
DStatusBarNotificationPresenter.java427 previousView.makeInactive(true /* animate */); in onActivated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java184 makeInactive(true /* animate */); in ActivatableNotificationView()
243 makeInactive(true /* animate */);
255 makeInactive(true /* animate */); in onInterceptTouchEvent()
408 public void makeInactive(boolean animate) { in makeInactive() method in ActivatableNotificationView
691 makeInactive(false /* animate */); in updateBackground()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java614 origBase.makeInactive(); in makeActive()
622 holder.state.makeInactive(); in makeActive()
635 public void makeInactive(ProcessStatsService tracker) { in makeInactive() method in ProcessRecord
649 origBase.makeInactive(); in makeInactive()
655 holder.state.makeInactive(); in makeInactive()
943 holder.state.makeInactive(); in resetPackageList()
DActivityManagerService.java13684 app.makeInactive(mProcessStats); in cleanUpApplicationRecordLocked()
/frameworks/base/core/java/android/app/
DFragmentManager.java1466 makeInactive(f); in moveToState()
1696 void makeInactive(Fragment f) { in makeInactive() method in FragmentManagerImpl
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java346 public void makeInactive() { in makeInactive() method in ProcessState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5332 activatedChild.makeInactive(false /* animate */);
/frameworks/base/services/
Dart-profile3546 HSPLcom/android/server/am/ProcessRecord;->makeInactive(Lcom/android/server/am/ProcessStatsService;)V