HomeSort by relevance Sort by last modified time
    Searched defs:frameWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 85 int frameWidth = mCtv.getMeasuredWidth();
87 int minBound = Math.min(frameWidth, frameHeight);
92 if (minBound == frameWidth) {
93 stopParams.bottomMargin += (frameHeight-frameWidth)/2;
100 if (minBound == frameWidth) {
101 labelParams.topMargin += (frameHeight-frameWidth)/2;
164 int sideMarginOffset = (int) ((frameWidth - circleDiam - mStrokeSize) / 2)
  /external/webrtc/src/modules/interface/
module_common_types.h 69 frameWidth = 0;
85 int frameWidth; // Exists for key frames.
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 526 milliseconds