OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yCenterSensor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
PointMeteringParameters.java
107
int
yCenterSensor
= (int) (cropRegion.top + nsc.y * cropRegion.height());
110
yCenterSensor
- halfSideLength,
112
yCenterSensor
+ halfSideLength);
/packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java
142
int
yCenterSensor
= (int)(cropRegion.top + nsc.y * cropRegion.height());
145
yCenterSensor
- halfSideLength,
147
yCenterSensor
+ halfSideLength);
Completed in 66 milliseconds