Searched refs:newRight (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.cpp1867 uint32_t newRight = *right; local
1893 mRightVolume = newRight;
1897 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true);
1899 mNewRightVolume = newRight;
1905 uint32_t rVol = newRight;
1919 *right = newRight;
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java109 int newLeft, int newRight, int newTop, int newBottom,
111 mNewRect.set(newLeft, newRight, newTop, newBottom);

Completed in 64 milliseconds