Searched refs:layout (Results 1 - 25 of 367) sorted by path

1234567891011>>

/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java75 setContentView(R.layout.choose_account);
81 android.R.layout.simple_list_item_1, mAccountInfos));
171 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
H A DChooseAccountTypeActivity.java100 setContentView(R.layout.choose_account_type);
105 android.R.layout.simple_list_item_1, mAuthenticatorInfosToDisplay));
188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
H A DChooseTypeAndAccountActivity.java122 setContentView(R.layout.choose_type_and_account);
201 android.R.layout.simple_list_item_1, mAccountInfos));
455 convertView = mLayoutInflater.inflate(R.layout.choose_selected_account_row, null);
H A DGrantCredentialsPermissionActivity.java55 setContentView(R.layout.grant_credentials_permission);
139 View view = mInflater.inflate(R.layout.permissions_package_list_item, null);
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java102 View view = inflater.inflate(R.layout.date_picker_dialog, null);
H A DExpandableListActivity.java43 * layout, and row layout are discussed in the following sections.
48 * ExpandableListActivity has a default layout that consists of a single,
50 * customize the screen layout by setting your own view layout with
60 * The following code demonstrates an (ugly) custom screen layout. It has a list
98 * With these, you can specify the layout of individual rows for groups and
100 * layout resources for groups and children. It also has additional parameters
102 * row layout resource. The {@link SimpleCursorTreeAdapter} fetches data from
107 * Android provides some standard row layout resource
[all...]
H A DFragmentBreadCrumbs.java93 com.android.internal.R.layout.fragment_bread_crumbs,
162 // Eventually we should implement our own layout of the views,
163 // rather than relying on a linear layout.
170 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom);
256 com.android.internal.R.layout.fragment_bread_crumb_item,
H A DLauncherActivity.java154 com.android.internal.R.layout.activity_list_item_2, parent, false);
395 * customize the list layout.
398 setContentView(com.android.internal.R.layout.activity_list);
H A DListActivity.java32 * holding query results. Binding, screen layout, and row layout are discussed
38 * ListActivity has a default layout that consists of a single, full-screen list
40 * screen layout by setting your own view layout with setContentView() in
49 * The following code demonstrates an (ugly) custom screen layout. It has a list
81 * You can specify the layout of individual rows in the list. You do this by
82 * specifying a layout resource in the ListAdapter object hosted by the activity
85 * A ListAdapter constructor takes a parameter that specifies a layout resource
87 * which data field to associate with which object in the row layout resourc
[all...]
H A DListFragment.java36 * holding query results. Binding, screen layout, and row layout are discussed
42 * ListFragment has a default layout that consists of a single list view.
43 * However, if you desire, you can customize the fragment layout by returning
53 * The following code demonstrates an (ugly) custom list layout. It has a list
85 * You can specify the layout of individual rows in the list. You do this by
86 * specifying a layout resource in the ListAdapter object hosted by the fragment
89 * A ListAdapter constructor takes a parameter that specifies a layout resource
91 * which data field to associate with which object in the row layout resource.
95 * Android provides some standard row layout resource
[all...]
H A DNotification.java538 * layout.
558 R.layout.status_bar_latest_event_content);
990 ? R.layout.status_bar_latest_event_content
991 : R.layout.status_bar_latest_event_content_large_icon);
1001 ? R.layout.status_bar_latest_event_ticker
1002 : R.layout.status_bar_latest_event_ticker_large_icon);
H A DProgressDialog.java158 R.layout.alert_dialog_progress), null);
166 R.layout.progress_dialog), null);
H A DSearchDialog.java165 setContentView(com.android.internal.R.layout.search_bar);
618 * The root element in the search bar layout. This is a custom view just to override
H A DTabActivity.java32 * TabHost. You will need to define a layout that correctly uses a TabHost
36 * {@sample development/samples/Support4Demos/res/layout/fragment_tabs.xml complete}
140 this.setContentView(com.android.internal.R.layout.tab_content);
H A DTimePickerDialog.java105 View view = inflater.inflate(R.layout.time_picker_dialog, null);
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java69 android.R.layout.simple_list_item_1,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java101 * programmatic control over them. They layout of these elements is explicitly
658 com.android.internal.R.layout.input_method, null);
801 * view layout mechanisms to position your views within the full horizontal
895 * <p>The default implementation makes the layout for the window
1199 * Called by the framework to create the layout for showing extacted text.
1206 com.android.internal.R.layout.input_method_extract_view, null);
1832 Layout layout = eet.getLayout();
1833 if (movement != null && layout != null) {
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java437 com.android.internal.R.layout.ssl_certificate, null);
/frameworks/base/core/java/android/preference/
H A DPreference.java117 private int mLayoutResId = com.android.internal.R.layout.preference;
378 * Sets the layout resource that is inflated as the {@link View} to be shown
379 * for this Preference. In most cases, the default layout is sufficient for
380 * custom Preference objects and only the widget layout needs to be changed.
382 * This layout should contain a {@link ViewGroup} with ID
387 * @param layoutResId The layout resource ID to be inflated and returned as
401 * Gets the layout resource that will be shown as the {@link View} for this Preference.
403 * @return The layout resource ID.
410 * Sets The layout for the controllable widget portion of this Preference. This
411 * is inflated into the main layout
[all...]
H A DPreferenceActivity.java70 * of that header. The actual layout and display of these associations can
261 view = mInflater.inflate(com.android.internal.R.layout.preference_header_item,
503 setContentView(com.android.internal.R.layout.preference_list_content);
585 setContentView(com.android.internal.R.layout.preference_list_content_single);
H A DPreferenceFragment.java155 return inflater.inflate(com.android.internal.R.layout.preference_list_fragment, container,
H A DSeekBarDialogPreference.java38 setDialogLayoutResource(com.android.internal.R.layout.seekbar_dialog);
H A DSeekBarPreference.java46 setLayoutResource(com.android.internal.R.layout.preference_widget_seekbar);
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java26 * DynamicLayout is a text layout that updates itself as the text is edited.
27 * <p>This is used by widgets to control text layout. You should not need
39 * Make a layout for the specified text that will be updated as
52 * Make a layout for the transformed text (password transformation
66 * Make a layout for the transformed text (password transformation
83 * Make a layout for the transformed text (password transformation
122 * This is annoying, but we can't refer to the layout until
257 // find affected region of old layout
268 // generate new layout for affected text
289 // If the new layout ha
417 ChangeWatcher(DynamicLayout layout) argument
[all...]
H A DSelection.java114 * Moving the selection within the layout
121 public static boolean moveUp(Spannable text, Layout layout) { argument
137 int line = layout.getLineForOffset(end);
142 if (layout.getParagraphDirection(line) ==
143 layout.getParagraphDirection(line - 1)) {
144 float h = layout.getPrimaryHorizontal(end);
145 move = layout.getOffsetForHorizontal(line - 1, h);
147 move = layout.getLineStart(line - 1);
162 public static boolean moveDown(Spannable text, Layout layout) { argument
178 int line = layout
204 moveLeft(Spannable text, Layout layout) argument
229 moveRight(Spannable text, Layout layout) argument
252 extendUp(Spannable text, Layout layout) argument
281 extendDown(Spannable text, Layout layout) argument
310 extendLeft(Spannable text, Layout layout) argument
326 extendRight(Spannable text, Layout layout) argument
338 extendToLeftEdge(Spannable text, Layout layout) argument
344 extendToRightEdge(Spannable text, Layout layout) argument
350 moveToLeftEdge(Spannable text, Layout layout) argument
356 moveToRightEdge(Spannable text, Layout layout) argument
398 findEdge(Spannable text, Layout layout, int dir) argument
415 chooseHorizontal(Layout layout, int direction, int off1, int off2) argument
[all...]

Completed in 194 milliseconds

1234567891011>>