/packages/apps/LegacyCamera/src/com/android/camera/ |
OnScreenHint.java | 112 View v = inflate.inflate(R.layout.on_screen_hint, null);
|
/packages/apps/Mms/src/com/android/mms/ |
MmsApp.java | 36 import com.android.mms.layout.LayoutManager;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
EditSlideDurationActivity.java | 62 setContentView(R.layout.edit_slide_duration);
|
RecipientListActivity.java | 78 getListView().setAdapter(new RecipientListAdapter(this, R.layout.recipient_list_item,
|
/packages/apps/Mms/src/com/android/mms/widget/ |
MmsWidgetProvider.java | 84 RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.widget);
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 188 TrackListAdapter(Context context, ListView listView, int layout, 190 super(context, layout, null, from, to); 435 setContentView(R.layout.music_picker); 444 R.layout.music_picker_item, new String[] {},
|
PlaylistBrowserActivity.java | 140 setContentView(R.layout.media_picker_activity); 152 R.layout.track_list_item, 568 int layout, Cursor cursor, String[] from, int[] to) { 569 super(context, layout, cursor, from, to);
|
QueryBrowserActivity.java | 153 setContentView(R.layout.query_activity); 160 R.layout.track_list_item, 362 int layout, Cursor cursor, String[] from, int[] to) { 363 super(context, layout, cursor, from, to);
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
TapAgainDialog.java | 71 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null);
|
/packages/apps/Settings/src/com/android/settings/ |
AllowBindAppWidgetActivity.java | 126 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
|
OwnerInfoSettings.java | 60 mView = inflater.inflate(R.layout.ownerinfo, container, false);
|
UserSpinnerAdapter.java | 96 return mInflater.inflate(R.layout.user_preference, parent, false);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleFeaturePreferenceFragment.java | 82 mSummaryPreference.setLayoutResource(R.layout.text_description_preference);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DevicePickerFragment.java | 63 preference.setWidgetLayoutResource(R.layout.preference_empty_list);
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
DashboardContainerView.java | 128 // Layout the container 129 child.layout(childLeft, childTop, childRight, childBottom);
|
/packages/apps/Settings/src/com/android/settings/users/ |
RestrictedProfileSettings.java | 66 R.layout.user_info_header, null);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigUiForSetupWizardXL.java | 55 * @param parent Parent ViewGroup (typically some layout) holding a view object created by 70 mView = mInflater.inflate(R.layout.wifi_config_ui_for_setup_wizard, parent, true);
|
/packages/apps/Stk/src/com/android/stk/ |
StkDialogActivity.java | 78 setContentView(R.layout.stk_msg_dialog);
|
ToneDialog.java | 76 setContentView(R.layout.stk_tone_dialog);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
TextRecord.java | 55 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WpsConnectionActivity.java | 101 setLayoutProperties(R.layout.setup_auth_activity, R.id.description, R.id.action);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
Layout.java | 33 * A data class which represents a settings layout within an 38 public class Layout implements Parcelable { 263 public abstract Layout get(); 297 Log.d("Layout", indent(level) + "LayoutGetter"); 298 Layout l = get(); 433 Log.d("Layout", indent(level) + "Header " + mAppearence); 517 Log.d("Layout", indent(level) + "Action #" + mActionId + " " + mAppearence); 591 Log.d("Layout", indent(level) + "Status " + mAppearence); 627 Log.d("Layout", indent(level) + "Static '" + mTitle + "'"); 661 // At the top level of the layout 830 Layout layout = layoutGetter.get(); local [all...] |
SettingsLayoutAdapter.java | 49 import com.android.tv.settings.dialog.Layout; 71 public void onRowClicked(Layout.LayoutRow item); 79 public void onActionFocused(Layout.LayoutRow item); 85 private ArrayList<Layout.LayoutRow> mLayoutRows; 107 public void setLayoutRows(ArrayList<Layout.LayoutRow> layoutRows) { 132 case Layout.LayoutRow.VIEW_TYPE_ACTION: 133 v = mInflater.inflate(R.layout.lb_dialog_action_list_item, parent, false); 135 case Layout.LayoutRow.VIEW_TYPE_STATIC: 136 v = mInflater.inflate(R.layout.lb_dialog_static_list_item, parent, false); 139 v.setTag(R.layout.lb_dialog_action_list_item, parent) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
BaseScrollAdapterFragment.java | 56 View v = inflater.inflate(R.layout.settings_list, container, false);
|
EditTextFragment.java | 90 int layoutResId = getArguments().getInt(EXTRA_LAYOUT_RES_ID, R.layout.edittext_fragment);
|