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.java818 int contentPanelMaxHeight = getResources().getDimensionPixelSize( in setMaxHeightScrollView() local
820 if (contentPanelMaxHeight > 0) { in setMaxHeightScrollView()
824 scrollView.setMaximumHeight(contentPanelMaxHeight); in setMaxHeightScrollView()