Home
last modified time | relevance | path

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

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