Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java135 if (transformScale && otherState.getViewWidth() != getViewWidth()) { in transformViewFrom()
136 setTransformationStartScaleX(otherState.getViewWidth() * otherView.getScaleX() in transformViewFrom()
137 / (float) getViewWidth()); in transformViewFrom()
208 protected int getViewWidth() { in getViewWidth() method in TransformState
286 if (transformScale && otherState.getViewWidth() != getViewWidth()) { in transformViewTo()
344 (otherState.getViewWidth() / (float) getViewWidth()), in transformViewTo()
DTextViewTransformState.java104 protected int getViewWidth() { in getViewWidth() method in TextViewTransformState
109 return super.getViewWidth(); in getViewWidth()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java179 public int getViewWidth() { in getViewWidth() method in TiledImageRenderer
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java73 public int getViewWidth() { in getViewWidth() method in ChipsTest.BaseMockRecipientEditTextView
122 public int getViewWidth() { in getViewWidth() method in ChipsTest.MockRecipientEditTextView
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1344 if (getViewWidth() <= 0) { in handlePendingChips()
1411 /*package*/ int getViewWidth() { in getViewWidth() method in RecipientEditTextView