OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIndicatorWidth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java
39
private float
mIndicatorWidth
= 0;
113
mIndicatorWidth
= w;
178
l = Math.max(mProgress -
mIndicatorWidth
, 0f);
182
r = Math.min(mProgress +
mIndicatorWidth
, mWidth);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java
36
private float
mIndicatorWidth
= 0;
108
mIndicatorWidth
= w;
173
l = Math.max(mProgress -
mIndicatorWidth
, 0f);
177
r = Math.min(mProgress +
mIndicatorWidth
, mWidth);
Completed in 146 milliseconds