HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 2751 - 2775 of 4661) sorted by null

<<111112113114115116117118119120>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 95 R.layout.select_dialog_item) {
99 dialogInflater.inflate(R.layout.select_dialog_item, parent, false));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 68 setContentView(R.layout.contact_list_filter);
237 R.layout.contact_list_filter_item, parent, false);
PhoneNumberPickerFragment.java 107 View paddingView = inflater.inflate(R.layout.contact_detail_list_padding, null, false);
269 return inflater.inflate(R.layout.contact_list_content, null);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java 105 new ArrayAdapter<AccountWithDataSet>(context, android.R.layout.simple_list_item_2,
112 android.R.layout.simple_list_item_2,
  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 71 return inflater.inflate(R.layout.album_content, container, false);
84 .inflate(R.layout.album_header, getGridView(), false);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 259 CellLayout layout = (CellLayout) parent.getParent(); local
260 layout.setPressedOrFocusedIcon((mPressedOrFocusedBackground != null) ? this : null);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
EffectSettingPopup.java 110 mSillyFacesItem, R.layout.effect_setting_item,
127 mBackgroundItem, R.layout.effect_setting_item,
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditor.java 230 public void changeLayout(int layout) {
231 mModel.getLayout().changeTo(layout);
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 68 final RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.album_appwidget);
114 final RemoteViews views = new RemoteViews(service.getPackageName(), R.layout.album_appwidget);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
GrantActivity.java 75 setContentView(R.layout.install_start);
124 View root = inflater.inflate(R.layout.permissions_list, null);
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 62 setContentView(R.layout.band_mode);
72 android.R.layout.simple_list_item_1);
UsageStatsActivity.java 176 convertView = mInflater.inflate(R.layout.usage_stats_item, null);
233 setContentView(R.layout.usage_stats);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 121 final View view = mInflater.inflate(R.layout.app_ops_details_item,
186 final View view = inflater.inflate(R.layout.app_ops_details, container, false);
ProcessStatsMemDetail.java 78 final View view = inflater.inflate(R.layout.process_stats_mem_details, container, false);
102 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.app_percentage_item,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 70 setLayoutResource(R.layout.preference_bt_icon);
75 setWidgetLayoutResource(R.layout.preference_bluetooth);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MultiFoldersSelectionDialog.java 136 foldersCursor, checked, R.layout.multi_folders_view, null));
146 checked, R.layout.multi_folders_view));
154 checked, R.layout.multi_folders_view));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 115 /* create view from XML layout */
116 setContentView(R.layout.user_dictionary_tools_edit);
159 R.layout.user_dictionary_tools_edit_header);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmreports.h 283 #warning COM interfaces layout in this header has not been verified.
284 #warning COM interfaces with incorrect layout may not work at all.
335 #warning COM interfaces layout in this header has not been verified.
336 #warning COM interfaces with incorrect layout may not work at all.
417 #warning COM interfaces layout in this header has not been verified.
418 #warning COM interfaces with incorrect layout may not work at all.
473 #warning COM interfaces layout in this header has not been verified.
474 #warning COM interfaces with incorrect layout may not work at all.
mpeg2psiparser.h 45 #warning COM interfaces layout in this header has not been verified.
46 #warning COM interfaces with incorrect layout may not work at all.
116 #warning COM interfaces layout in this header has not been verified.
117 #warning COM interfaces with incorrect layout may not work at all.
180 #warning COM interfaces layout in this header has not been verified.
181 #warning COM interfaces with incorrect layout may not work at all.
214 #warning COM interfaces layout in this header has not been verified.
215 #warning COM interfaces with incorrect layout may not work at all.
tuner.h 125 #warning COM interfaces layout in this header has not been verified.
126 #warning COM interfaces with incorrect layout may not work at all.
171 #warning COM interfaces layout in this header has not been verified.
172 #warning COM interfaces with incorrect layout may not work at all.
201 #warning COM interfaces layout in this header has not been verified.
202 #warning COM interfaces with incorrect layout may not work at all.
267 #warning COM interfaces layout in this header has not been verified.
268 #warning COM interfaces with incorrect layout may not work at all.
335 #warning COM interfaces layout in this header has not been verified.
336 #warning COM interfaces with incorrect layout may not work at all
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 16 package com.android.ide.common.layout.relative;
35 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 34 import org.eclipse.swt.layout.GridData;
35 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
28 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderPreviewMode;
OrientationMenuAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
19 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SubmenuAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
64 * TODO: Rename this class to AdtWindowCoordinator. It is used for more than just layout
87 /** Map from workbench windows to each layout window coordinator instance for that window */
195 * Instead, the layout editor listens for resize events, and upon resize it
197 * maximized state is known to the layout coordinator.
229 * This is typically done when a layout editor is fronted. For view updates
240 editor.showStructureViews(true /*outline*/, true /*properties*/, true /*layout*/);
242 editor.showStructureViews(false /*outline*/, false /*properties*/, true /*layout*/);
246 true /*layout*/);
    [all...]

Completed in 4097 milliseconds

<<111112113114115116117118119120>>