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.java141 int viewWidth = getViewWidth(); in transformViewFrom()
142 int otherWidth = otherState.getViewWidth(); in transformViewFrom()
242 protected int getViewWidth() { in getViewWidth() method in TransformState
320 if (transformScale && otherState.getViewWidth() != getViewWidth()) { in transformViewTo()
378 (otherState.getViewWidth() / (float) getViewWidth()), in transformViewTo()
DTextViewTransformState.java105 protected int getViewWidth() { in getViewWidth() method in TextViewTransformState
110 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.java1347 if (getViewWidth() <= 0) { in handlePendingChips()
1414 /*package*/ int getViewWidth() { in getViewWidth() method in RecipientEditTextView