Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java593 ExpandableViewState topState = in updateHeadsUpStates() local
595 if (topState != null && !isTopEntry && (!mIsExpanded in updateHeadsUpStates()
596 || unmodifiedEndLocation > topState.yTranslation + topState.height)) { in updateHeadsUpStates()
600 childState.yTranslation = Math.min(topState.yTranslation + topState.height in updateHeadsUpStates()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp154 app_state_t topState = APP_STATE_IDLE; in getHighestPriorityClient() local
160 if (curState >= topState) { in getHighestPriorityClient()
166 topState = curState; in getHighestPriorityClient()