Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCustomHeightScrollView.java26 public class CustomHeightScrollView extends ScrollView { class
29 public CustomHeightScrollView(Context context) { in CustomHeightScrollView() method in CustomHeightScrollView
33 public CustomHeightScrollView(Context context, AttributeSet attrs) { in CustomHeightScrollView() method in CustomHeightScrollView
37 public CustomHeightScrollView(Context context, AttributeSet attrs, int defStyle) { in CustomHeightScrollView() method in CustomHeightScrollView
H A DCellBroadcastAlertDialog.java821 CustomHeightScrollView scrollView = (CustomHeightScrollView) findViewById( in setMaxHeightScrollView()