OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mFrameHeight
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.h
50
uint32_t
mFrameHeight
;
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
208
return
mFrameHeight
;
513
int
mFrameHeight
;
/hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h
166
uint32_t
mFrameHeight
;
/frameworks/av/include/media/
MediaProfiles.h
221
mFrameHeight
(frameHeight),
228
mFrameHeight
= copy.
mFrameHeight
;
237
int
mFrameHeight
;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java
81
private int
mFrameHeight
;
394
mFrameHeight
= height;
395
mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(
mFrameHeight
, getMeasuredHeight()));
397
mFrameStrokeAdjustment, Math.min(getMeasuredHeight(),
mFrameHeight
) -
445
mFrameHeight
= h;
451
w - mFrameStrokeAdjustment, Math.min(h,
mFrameHeight
) - mFrameStrokeAdjustment);
453
mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(h,
mFrameHeight
));
Completed in 112 milliseconds