Home
last modified time | relevance | path

Searched refs:pWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java362 float pWidth = mWidgetImageContainer.getWidth(); in updateAppWidgetHostScale() local
364 mAppWidgetHostViewScale = Math.min(pWidth / contentWidth, pHeight / contentHeight); in updateAppWidgetHostScale()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java282 int pWidth = mTextureViewContainer.getWidth(); in setTextureViewScale() local
286 float additionalScaleForX = (float) pWidth / mPreviewSize.getHeight(); in setTextureViewScale()