HomeSort by relevance Sort by last modified time
    Searched refs:nativeHeight (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 81 final int nativeHeight = dbo.outHeight;
86 if (nativeWidth > width || nativeHeight > height) {
88 float dy = ((float) nativeHeight) / ((float) height);
91 scaledHeight = nativeHeight / scale;
  /external/webrtc/src/modules/interface/
module_common_types.h 403 nativeWidth(0), nativeHeight(0), contentChange(false) { }
407 nativeWidth = 0; nativeHeight = 0; contentChange = false; }
418 WebRtc_UWord32 nativeHeight;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 356 /*package*/ static int nativeHeight(int nativeBitmap) {

Completed in 204 milliseconds