Searched refs:newLeft (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DRectF.java241 * @param newLeft The new "left" coordinate for the rectangle
244 public void offsetTo(float newLeft, float newTop) { argument
245 right += newLeft - left;
247 left = newLeft;
H A DRect.java281 * @param newLeft The new "left" coordinate for the rectangle
284 public void offsetTo(int newLeft, int newTop) { argument
285 right += newLeft - left;
287 left = newLeft;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp9298 uint32_t newLeft = *left; local
9323 mLeftVolume = newLeft;
9328 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true);
9329 mNewLeftVolume = newLeft;
9335 uint32_t lVol = newLeft;
9347 *left = newLeft;

Completed in 123 milliseconds