Searched refs:pHeight (Results 1 – 2 of 2) sorted by relevance
363 float pHeight = mWidgetImageContainer.getHeight(); in updateAppWidgetHostScale() local364 mAppWidgetHostViewScale = Math.min(pWidth / contentWidth, pHeight / contentHeight); in updateAppWidgetHostScale()
283 int pHeight = mTextureViewContainer.getHeight(); in setTextureViewScale() local287 float additionalScaleForY = (float) pHeight / mPreviewSize.getWidth(); in setTextureViewScale()