OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPreviewFrameLayoutSize
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/src/com/android/camera/
SwitchAnimManager.java
60
public void
setPreviewFrameLayoutSize
(int width, int height) {
CameraScreenNail.java
458
public void
setPreviewFrameLayoutSize
(int width, int height) {
460
mSwitchAnimManager.
setPreviewFrameLayoutSize
(width, height);
ActivityBase.java
488
screenNail.
setPreviewFrameLayoutSize
(width, height);
492
screenNail.
setPreviewFrameLayoutSize
(height, width);
Completed in 254 milliseconds