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.java250 boolean useLinearTransformation = in transformGroups()
259 useLinearTransformation); in transformGroups()
261 otherGroup.getAvatar(), true /* sameAsAny */, useLinearTransformation); in transformGroups()
291 false /* sameAsAny */, useLinearTransformation); in transformGroups()
323 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView() argument
325 if (useLinearTransformation) { in transformView()