Home
last modified time | relevance | path

Searched refs:topState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsUidStateTrackerTest.java126 .topState() in testNoCapability()
140 .topState() in testForegroundWithMicrophoneCapability()
172 .topState() in testForegroundWithCameraCapability()
204 .topState() in testForegroundWithLocationCapability()
236 .topState() in testForegroundNotCapabilitiesTracked()
259 .topState() in testBackgroundToForegroundTransition()
267 .topState() in testForegroundToBackgroundTransition()
470 .topState() in testUidStateChangedCallbackNewProcessTop()
726 .topState() in testUidStateChangedCallbackTopToNonexistent()
739 .topState() in testUidStateChangedBackgroundThenForegroundImmediately()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java789 ExpandableViewState topState = in updateHeadsUpStates() local
791 if (topState != null && !isTopEntry && (!mIsExpanded in updateHeadsUpStates()
792 || unmodifiedEndLocation > topState.getYTranslation() + topState.height)) { in updateHeadsUpStates()