Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java999 int newRight = Math.max(0, insets.right - right); 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.cpp2315 uint32_t newRight = *right; in setVolume_l() local
2340 mRightVolume = newRight; in setVolume_l()
2344 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true); in setVolume_l()
2346 mNewRightVolume = newRight; in setVolume_l()
2352 uint32_t rVol = newRight; in setVolume_l()
2371 *right = newRight; in setVolume_l()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java110 int newLeft, int newRight, int newTop, int newBottom,
112 mNewRect.set(newLeft, newRight, newTop, newBottom);