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