Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java329 int totalTranslationDistance = 0; in transformView() local
343 totalTranslationDistance = ownState.getLaidOutLocationOnScreen()[1] in transformView()
362 totalTranslationDistance = ownState.getLaidOutLocationOnScreen()[1] in transformView()
370 return totalTranslationDistance; in transformView()