Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DProportionalLayout.java39 heightToWidth("heightToWidth"); enumConstant
54 } else if (heightToWidth.XmlName.equals(value)) { in parse()
55 return Direction.heightToWidth; in parse()
58 widthToHeight.XmlName + " or " + heightToWidth.XmlName); in parse()
104 if (mDirection == Direction.heightToWidth) { in onMeasure()