Searched refs:dropTargetTextSizePx (Results 1 – 2 of 2) sorted by relevance
124 button.setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.dropTargetTextSizePx); in setInsets()151 mLauncher.getDeviceProfile().dropTargetTextSizePx); in onMeasure()162 firstButton.setTextSize(TypedValue.COMPLEX_UNIT_PX, dp.dropTargetTextSizePx); in onMeasure()171 secondButton.setTextSize(TypedValue.COMPLEX_UNIT_PX, dp.dropTargetTextSizePx); in onMeasure()
288 public int dropTargetTextSizePx; field in DeviceProfile529 dropTargetTextSizePx = res.getDimensionPixelSize(R.dimen.drop_target_text_size); in DeviceProfile()