Home
last modified time | relevance | path

Searched refs:contentPanelMaxHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java965 int contentPanelMaxHeight = getResources().getDimensionPixelSize( in setMaxHeightScrollView() local
967 if (contentPanelMaxHeight > 0) { in setMaxHeightScrollView()
971 scrollView.setMaximumHeight(contentPanelMaxHeight); in setMaxHeightScrollView()