Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DSimpleItemAnimator.java95 int newLeft = postLayoutInfo == null ? disappearingItemView.getLeft() : postLayoutInfo.left; in animateDisappearance() local
97 if (!viewHolder.isRemoved() && (oldLeft != newLeft || oldTop != newTop)) { in animateDisappearance()
98 disappearingItemView.layout(newLeft, newTop, in animateDisappearance()
99 newLeft + disappearingItemView.getWidth(), in animateDisappearance()
104 return animateMove(viewHolder, oldLeft, oldTop, newLeft, newTop); in animateDisappearance()
DFloatingToolbar.java110 int newLeft, int newRight, int newTop, int newBottom,
112 mNewRect.set(newLeft, newRight, newTop, newBottom);
/frameworks/base/graphics/java/android/graphics/
DRectF.java257 public void offsetTo(float newLeft, float newTop) { in offsetTo() argument
258 right += newLeft - left; in offsetTo()
260 left = newLeft; in offsetTo()
DRect.java398 public void offsetTo(int newLeft, int newTop) { in offsetTo() argument
399 right += newLeft - left; in offsetTo()
401 left = newLeft; in offsetTo()
/frameworks/base/core/java/android/view/
DWindowInsets.java997 int newLeft = Math.max(0, insets.left - left); in insetInsets() local
1001 if (newLeft == left && newTop == top && newRight == right && newBottom == bottom) { in insetInsets()
1004 return Insets.of(newLeft, newTop, newRight, newBottom); in insetInsets()
/frameworks/av/services/audioflinger/
DEffects.cpp2314 uint32_t newLeft = *left; in setVolume_l() local
2339 mLeftVolume = newLeft; in setVolume_l()
2344 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true); in setVolume_l()
2345 mNewLeftVolume = newLeft; in setVolume_l()
2351 uint32_t lVol = newLeft; in setVolume_l()
2370 *left = newLeft; in setVolume_l()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...