OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumbnailwidth
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java
114
int
thumbnailWidth
, int thumbnailHeight, Surface outSurface)
/frameworks/media/libvideoeditor/vss/common/inc/
M4WRITER_common.h
195
M4OSA_UInt32
ThumbnailWidth
;
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java
274
final int
thumbnailWidth
= (thumbnailHeight * mMediaItem.getWidth()) /
276
return
thumbnailWidth
+ getPaddingLeft() + getPaddingRight();
/frameworks/base/core/java/android/view/
IWindowSession.aidl
131
int
thumbnailWidth
, int thumbnailHeight, out Surface outSurface);
Completed in 5347 milliseconds