Rename updateMediaLuma to updateMedianLuma.

Looks like a simple typo. I found it confusing, thought the function had
something to do with media.

Bug: just a simple typo fix.
Test: passing existing tests.
Change-Id: I4a5f821a44d4eb32aa566a4c7ba2505ed8d35f88
This commit is contained in:
Xiaowen Lei
2022-11-23 18:31:14 +00:00
parent dc2529d372
commit 65555750a3

View File

@@ -117,7 +117,7 @@ public class RegionSamplingHelper implements View.OnAttachStateChangeListener,
@Override
public void onSampleCollected(float medianLuma) {
if (mSamplingEnabled) {
updateMediaLuma(medianLuma);
updateMedianLuma(medianLuma);
}
}
};
@@ -261,7 +261,7 @@ public class RegionSamplingHelper implements View.OnAttachStateChangeListener,
}
}
private void updateMediaLuma(float medianLuma) {
private void updateMedianLuma(float medianLuma) {
mCurrentMedianLuma = medianLuma;
// If the difference between the new luma and the current luma is larger than threshold