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

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 86 int frameHeight = mCtv.getMeasuredHeight();
87 int minBound = Math.min(frameWidth, frameHeight);
93 stopParams.bottomMargin += (frameHeight-frameWidth)/2;
101 labelParams.topMargin += (frameHeight-frameWidth)/2;
157 int y = frameHeight / 2 - labelParams.topMargin;
168 int bottomMarginOffset = (frameHeight - minBound) / 2;
  /frameworks/av/include/media/
MediaProfiles.h 217 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate)
221 mFrameHeight(frameHeight),
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 367 int frameHeight = challengeTop + getPaddingBottom();
368 setFrameHeight(frameHeight);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 70 frameHeight = 0;
86 int frameHeight; // Exists for key frames.
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 237 jint frameHeight,
    [all...]

Completed in 550 milliseconds