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.java548 ExpandableViewState topState =
550 if (topState != null && !isTopEntry && (!mIsExpanded
551 || unmodifiedEndLocation < topState.yTranslation + topState.height)) {
555 childState.yTranslation = topState.yTranslation + topState.height
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp142 app_state_t topState = APP_STATE_IDLE; in getHighestPriorityClient() local
148 if (curState >= topState) { in getHighestPriorityClient()
154 topState = curState; in getHighestPriorityClient()