HomeSort by relevance Sort by last modified time
    Searched defs:frameHeight (Results 1 - 4 of 4) 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/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 367 int frameHeight = challengeTop + getPaddingBottom();
368 setFrameHeight(frameHeight);
  /external/webrtc/src/modules/interface/
module_common_types.h 70 frameHeight = 0;
86 int frameHeight; // Exists for key frames.
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 334 milliseconds