Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java635 int newRight = Math.max(0, insets.right - right); in insetInsets() local
637 if (newLeft == left && newTop == top && newRight == right && newBottom == bottom) { in insetInsets()
640 return new Rect(newLeft, newTop, newRight, newBottom); in insetInsets()
/frameworks/av/services/audioflinger/
DEffects.cpp2196 uint32_t newRight = *right; in setVolume_l() local
2222 mRightVolume = newRight; in setVolume_l()
2226 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true); in setVolume_l()
2228 mNewRightVolume = newRight; in setVolume_l()
2234 uint32_t rVol = newRight; in setVolume_l()
2248 *right = newRight; in setVolume_l()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java111 int newLeft, int newRight, int newTop, int newBottom,
113 mNewRect.set(newLeft, newRight, newTop, newBottom);