HomeSort by relevance Sort by last modified time
    Searched full:contentpanel (Results 1 - 6 of 6) sorted by null

  /packages/apps/Phone/res/layout/
dialog_ussd_response.xml 19 scrollView ScrollView, in the contentPanel LinearLayout, so it
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 382 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
383 setupContent(contentPanel);
429 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
488 private void setupContent(LinearLayout contentPanel) {
505 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
506 contentPanel.addView(mListView,
508 contentPanel.setLayoutParams(new LinearLayout.LayoutParams(MATCH_PARENT, 0, 1.0f));
510 contentPanel.setVisibility(View.GONE);
587 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel,
    [all...]
  /packages/apps/CellBroadcastReceiver/res/layout/
cell_broadcast_alert.xml 65 <LinearLayout android:id="@+id/contentPanel"
  /frameworks/base/core/res/res/layout/
alert_dialog.xml 70 <LinearLayout android:id="@+id/contentPanel"
alert_dialog_holo.xml 66 <LinearLayout android:id="@+id/contentPanel"
  /frameworks/base/core/res/res/values/
public.xml 62 <java-symbol type="id" name="contentPanel" />
    [all...]

Completed in 494 milliseconds