HomeSort by relevance Sort by last modified time
    Searched full:headertext (Results 1 - 25 of 32) sorted by null

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
StringsDialog.java 40 String headerText,
42 super(parentShell, plugin, titleText, headerText, footerText);
TextDialog.java 44 String headerText,
48 m_headerText = headerText;
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 63 TextView headerText = (TextView)view.findViewById(R.id.header_text);
64 headerText.setText(mHeaders[parition]);
  /packages/apps/Settings/res/layout-sw600dp-land/
choose_lock_pattern.xml 32 <TextView android:id="@+id/headerText"
60 android:layout_below="@id/headerText"
confirm_lock_pattern.xml 31 <TextView android:id="@+id/headerText"
choose_lock_password.xml 32 <TextView android:id="@+id/headerText"
confirm_lock_password.xml 33 <TextView android:id="@+id/headerText"
  /packages/apps/Settings/res/layout/
confirm_lock_pattern.xml 23 <TextView android:id="@+id/headerText"
choose_lock_pattern.xml 30 <TextView android:id="@+id/headerText"
choose_lock_password.xml 26 <TextView android:id="@+id/headerText"
confirm_lock_password.xml 29 <TextView android:id="@+id/headerText"
  /external/chromium_org/chrome/browser/resources/net_internals/
table_printer.js 74 * setting its contents to |headerText|.
78 addHeaderCell: function(headerText) {
84 var cell = new TablePrinterCell(headerText);
  /packages/apps/Settings/res/layout-land/
confirm_lock_pattern.xml 33 <TextView android:id="@+id/headerText"
choose_lock_password.xml 31 <TextView android:id="@+id/headerText"
choose_lock_pattern.xml 33 <TextView android:id="@+id/headerText"
confirm_lock_password.xml 32 <TextView android:id="@+id/headerText"
  /packages/apps/Settings/res/layout-sw600dp/
choose_lock_pattern.xml 33 <TextView android:id="@+id/headerText"
confirm_lock_pattern.xml 32 <TextView android:id="@+id/headerText"
choose_lock_password.xml 26 <TextView android:id="@+id/headerText"
confirm_lock_password.xml 29 <TextView android:id="@+id/headerText"
  /external/chromium/chrome/browser/resources/net_internals/
util.js 187 * setting its contents to |headerText|.
191 TablePrinter.prototype.addHeaderCell = function(headerText) {
197 var cell = new TablePrinterCell(headerText);
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 83 Header createHeader(String headerText) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParseExceptionListener.java 55 * @param headerText -- header/RL/SL text being parsed.
62 String headerText,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
EditFileSystemDialog.js 45 var headerText = header.createChild("span");
46 headerText.textContent = "Edit file system";
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 111 mHeaderText = (TextView) view.findViewById(R.id.headerText);

Completed in 1092 milliseconds

1 2