Home
last modified time | relevance | path

Searched refs:mFrameWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUserAvatarView.java40 private float mFrameWidth; field in UserAvatarView
118 mFrameWidth = frameWidth; in setFrameWidth()
143 vwidth -= 2 * (mFrameWidth - 1); in configureBounds()
144 vheight -= 2 * (mFrameWidth - 1); in configureBounds()
181 canvas.drawCircle(halfBW, halfBH, halfBSW - mFrameWidth / mScale + 1, mBitmapPaint); in onDraw()
187 canvas.translate(mFrameWidth - 1, mFrameWidth - 1); in onDraw()
194 mFramePaint.setStrokeWidth(mFrameWidth); in onDraw()
195 canvas.drawCircle(halfW, halfH, halfSW + (mFramePadding - mFrameWidth) / 2f, in onDraw()
/frameworks/av/include/media/
DMediaProfiles.h187 mFrameWidth(frameWidth), in VideoCodec()
194 mFrameWidth = copy.mFrameWidth; in VideoCodec()
203 int mFrameWidth; member
/frameworks/av/media/libmedia/
DMediaProfiles.cpp105 ALOGV("frame width: %d", codec.mFrameWidth); in logVideoCodec()
475 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()
1018 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()