Searched refs:overlayHeight (Results 1 – 2 of 2) sorted by relevance
132 float overlayHeight = getApplicationContext().getResources().getDimension( in applyDisplayOverlay() local136 params.width = (int) (overlayWidth == 0 ? screenWidth : overlayHeight); in applyDisplayOverlay()137 params.height = (int) (overlayHeight == 0 ? screenHeight : overlayHeight); in applyDisplayOverlay()
693 int overlayHeight = mVideoOverlay.getIntrinsicHeight(); in makeMiniThumbBitmap()695 int top = (newMap.getHeight() - overlayHeight) / 2; in makeMiniThumbBitmap()697 top + overlayHeight); in makeMiniThumbBitmap()