HomeSort by relevance Sort by last modified time
    Searched defs:contentPanel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 394 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
395 setupContent(contentPanel);
441 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
500 private void setupContent(LinearLayout contentPanel) {
517 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
518 contentPanel.addView(mListView,
520 contentPanel.setLayoutParams(new LinearLayout.LayoutParams(MATCH_PARENT, 0, 1.0f));
522 contentPanel.setVisibility(View.GONE);
599 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel,
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 29 milliseconds