Home
last modified time | relevance | path

Searched defs:touchActive (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java462 public void setTouchActive(boolean touchActive) { in setTouchActive()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp1671 bool focused = true) -> DisplayModeId { in TEST_F()
1728 const auto getIdleFrameRate = [&](LayerVoteType voteType, bool touchActive) -> DisplayModeId { in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp862 const bool touchActive = mTouchTimer && mFeatures.touch == TouchState::Active; in calculateRefreshRateModeId() local