HomeSort by relevance Sort by last modified time
    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/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 83 private int mFrameHeight;
404 mFrameHeight = height;
405 mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(mFrameHeight, getMeasuredHeight()));
407 mFrameStrokeAdjustment, Math.min(getMeasuredHeight(), mFrameHeight) -
455 mFrameHeight = h;
461 w - mFrameStrokeAdjustment, Math.min(h, mFrameHeight) - mFrameStrokeAdjustment);
463 mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(h, mFrameHeight));

Completed in 86 milliseconds