Searched refs:newRight (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 879 int newRight = Math.max(0, insets.right - right); in insetInsets() local 881 if (newLeft == left && newTop == top && newRight == right && newBottom == bottom) { in insetInsets() 884 return Insets.of(newLeft, newTop, newRight, newBottom); in insetInsets()
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 2303 uint32_t newRight = *right; in setVolume_l() local 2328 mRightVolume = newRight; in setVolume_l() 2332 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true); in setVolume_l() 2334 mNewRightVolume = newRight; in setVolume_l() 2340 uint32_t rVol = newRight; in setVolume_l() 2359 *right = newRight; in setVolume_l()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 110 int newLeft, int newRight, int newTop, int newBottom, 112 mNewRect.set(newLeft, newRight, newTop, newBottom);
|