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

  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 80 final int nativeWidth = dbo.outWidth;
86 if (nativeWidth > width || nativeHeight > height) {
87 float dx = ((float) nativeWidth) / ((float) width);
90 scaledWidth = nativeWidth / scale;
  /external/webrtc/src/modules/interface/
module_common_types.h 403 nativeWidth(0), nativeHeight(0), contentChange(false) { }
407 nativeWidth = 0; nativeHeight = 0; contentChange = false; }
417 WebRtc_UWord32 nativeWidth;
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 785 return mWidth == -1 ? mWidth = nativeWidth(mNativeBitmap) : mWidth;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 284 /*package*/ static int nativeWidth(int nativeBitmap) {

Completed in 381 milliseconds