Searched refs:bottomSpacerHeight (Results 1 – 2 of 2) sorted by relevance
178 final float bottomSpacerHeight = mUdfpsAdapter.getBottomSpacerHeight(); in onLayout() local179 Log.w(TAG, "bottomSpacerHeight: " + bottomSpacerHeight); in onLayout()180 if (bottomSpacerHeight < 0) { in onLayout()182 iconFrame.setTranslationY(-bottomSpacerHeight); in onLayout()184 indicator.setTranslationY(-bottomSpacerHeight); in onLayout()
206 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape() local239 - Math.min(bottomSpacerHeight, 0); in onMeasureInternalLandscape()251 final int newBottomSpacerHeight = Math.max(bottomSpacerHeight, 0); in onMeasureInternalLandscape()339 final int bottomSpacerHeight = dialogHeightAboveIcon in calculateBottomSpacerHeightForLandscape() local351 + ", Bottom spacer height (landscape): " + bottomSpacerHeight); in calculateBottomSpacerHeightForLandscape()354 return bottomSpacerHeight; in calculateBottomSpacerHeightForLandscape()