Searched refs:newRight (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 184 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local 185 return new RopeByteString(leftRope.left, newRight); in concatenate() 195 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local 196 return new RopeByteString(leftRope.left, newRight); in concatenate()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 870 int newRight = Math.max(0, insets.right - right); in insetInsets() local 872 if (newLeft == left && newTop == top && newRight == right && newBottom == bottom) { in insetInsets() 875 return Insets.of(newLeft, newTop, newRight, newBottom); in insetInsets()
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 2321 uint32_t newRight = *right; in setVolume_l() local 2346 mRightVolume = newRight; in setVolume_l() 2350 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true); in setVolume_l() 2352 mNewRightVolume = newRight; in setVolume_l() 2358 uint32_t rVol = newRight; in setVolume_l() 2377 *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);
|