Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java234 boolean useLinearTransformation = in transformGroups()
237 true /* sameAsAny */, useLinearTransformation); in transformGroups()
239 true /* sameAsAny */, useLinearTransformation); in transformGroups()
267 useLinearTransformation); in transformGroups()
289 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView() argument
291 if (useLinearTransformation) { in transformView()