Searched refs:bottomSpacerHeight (Results 1 – 3 of 3) sorted by relevance
72 val bottomSpacerHeight = adapter.bottomSpacerHeight regex73 Log.w(TAG, "bottomSpacerHeight: $bottomSpacerHeight")74 if (bottomSpacerHeight < 0) {76 iconFrame.translationY = -bottomSpacerHeight.toFloat()78 indicator.translationY = -bottomSpacerHeight.toFloat()
201 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape() local234 - Math.min(bottomSpacerHeight, 0); in onMeasureInternalLandscape()246 final int newBottomSpacerHeight = Math.max(bottomSpacerHeight, 0); in onMeasureInternalLandscape()334 final int bottomSpacerHeight = dialogHeightAboveIcon in calculateBottomSpacerHeightForLandscape() local346 + ", Bottom spacer height (landscape): " + bottomSpacerHeight); in calculateBottomSpacerHeightForLandscape()349 return bottomSpacerHeight; in calculateBottomSpacerHeightForLandscape()
172 final float bottomSpacerHeight = mUdfpsAdapter.getBottomSpacerHeight(); in onLayout() local173 Log.w(TAG, "bottomSpacerHeight: " + bottomSpacerHeight); in onLayout()174 if (bottomSpacerHeight < 0) { in onLayout()176 iconFrame.setTranslationY(-bottomSpacerHeight); in onLayout()178 indicator.setTranslationY(-bottomSpacerHeight); in onLayout()