Home
last modified time | relevance | path

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

/frameworks/support/wear/tests/src/android/support/wear/widget/util/
DMoreViewAssertions.java166 public static Matcher<View> withTranslationX(final int xTranslation) {
170 description.appendText("with x translation == " + xTranslation);
175 return view.getTranslationX() == xTranslation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java301 iconState.xTranslation = translationX; in calculateIconTranslations()
333 float totalAmount = layoutEnd - overflowState.xTranslation; in calculateIconTranslations()
334 float newPosition = overflowState.xTranslation + totalAmount / 2 in calculateIconTranslations()
353 iconState.xTranslation = translationX; in calculateIconTranslations()
381 iconState.xTranslation += delta; in calculateIconTranslations()
389 iconState.xTranslation = getWidth() - iconState.xTranslation - view.getWidth(); in calculateIconTranslations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DViewState.java116 public float xTranslation; field in ViewState
126 xTranslation = viewState.xTranslation; in copyFrom()
137 xTranslation = view.getTranslationX(); in initFrom()
159 } else if (view.getTranslationX() != this.xTranslation){ in applyToView()
160 view.setTranslationX(this.xTranslation); in applyToView()
278 if (child.getTranslationX() != this.xTranslation) { in animateTo()
474 float newEndValue = this.xTranslation; in startXTranslationAnimation()
DStackScrollState.java82 viewState.xTranslation = view.getTranslationX(); in resetViewState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java172 mShelfState.xTranslation = getTranslationX(); in updateState()