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

<<71727374757677787980>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java 143 R.layout.ingest_thumbnail, parent, false);
154 R.layout.ingest_date_tile, parent, false);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 57 public void layout(int left, int top, int right, int bottom) { method in class:DetailsHelper
62 view.layout(0, top, view.getMeasuredWidth(), top + view.getMeasuredHeight());
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 101 mContent = (CellLayout) findViewById(R.id.layout);
115 inflater.inflate(R.layout.application, mContent, false);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 103 // Layout the shutter button.
108 mShutterButton.layout(right - left - shutterButtonWidth,
112 // Layout the control wheel.
113 mIndicatorControlWheel.layout(0, 0, right - left, bottom - top);
  /packages/apps/Settings/src/com/android/settings/
AppListPreference.java 58 View view = inflater.inflate(R.layout.app_preference_item, parent, false);
115 R.layout.app_preference_item, getEntries(), mEntryDrawables, selectedIndex);
CryptKeeperConfirm.java 51 setContentView(R.layout.crypt_keeper_blank);
145 mContentView = inflater.inflate(R.layout.crypt_keeper_confirm, null);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardSummary.java 94 final View rootView = inflater.inflate(R.layout.dashboard, container, false);
119 View categoryView = mLayoutInflater.inflate(R.layout.dashboard_category, mDashboard,
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerPreference.java 66 setLayoutResource(R.layout.preference_spellchecker);
67 setWidgetLayoutResource(R.layout.preference_spellchecker_widget);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 70 setContentView(R.layout.bluetooth_request_permission_test);
87 mMsgAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AddableFolderSelectorAdapter.java 35 Set<String> selected, int layout) {
36 super(context, folders, selected, layout);
MiniDrawerView.java 123 R.layout.mini_drawer_recent_account_item, this, false /* attachToRoot */);
144 R.layout.mini_drawer_folder_item, this, false /* attachToRoot */);
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 29 setContentView(R.layout.main);
74 view = mInflater.inflate(R.layout.row, parent, false);
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 83 setContentView(R.layout.adn_list);
131 // 1. Change the layout to in the cursor adapter to:
132 // android.R.layout.simple_list_item_checked
165 android.R.layout.simple_list_item_2,
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
SurfaceViewSubPane.java 63 inflater.inflate(R.layout.surfaceview_target_subpane, this);
99 mSizeSpinner.setAdapter(new ArrayAdapter<String>(getContext(), R.layout.spinner_item,
TextureViewSubPane.java 57 inflater.inflate(R.layout.textureview_target_subpane, this);
93 mSizeSpinner.setAdapter(new ArrayAdapter<String>(getContext(), R.layout.spinner_item,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/raid/
md_p.h 2 md_p.h : physical layout of Linux RAID devices
164 __u32 new_layout; /* 16 new layout */
171 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s
220 __le32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1
234 __le32 new_layout; /* new layout */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/
md_p.h 2 md_p.h : physical layout of Linux RAID devices
164 __u32 new_layout; /* 16 new layout */
171 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s
220 __le32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1
234 __le32 new_layout; /* new layout */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsprov.h 14 #warning COM interfaces layout in this header has not been verified.
15 #warning COM interfaces with incorrect layout may not work at all.
52 #warning COM interfaces layout in this header has not been verified.
53 #warning COM interfaces with incorrect layout may not work at all.
100 #warning COM interfaces layout in this header has not been verified.
101 #warning COM interfaces with incorrect layout may not work at all.
165 #warning COM interfaces layout in this header has not been verified.
166 #warning COM interfaces with incorrect layout may not work at all.
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/raid/
md_p.h 125 __u32 layout; member in struct:mdp_superblock_s
149 __le32 layout; member in struct:mdp_superblock_1
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/raid/
md_p.h 125 __u32 layout; member in struct:mdp_superblock_s
149 __le32 layout; member in struct:mdp_superblock_1
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/raid/
md_p.h 125 __u32 layout; member in struct:mdp_superblock_s
149 __le32 layout; member in struct:mdp_superblock_1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 29 import org.eclipse.swt.layout.GridData;
30 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
21 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderPreviewMode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.descriptors;
30 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
40 * representing a class in an XML Layout file.
45 * can produce another set of XML elements. Because of the flat nature of Android's layout
65 /** The list of layout attributes. Can be empty but not null. */
86 * @param layoutAttributes The list of layout attributes. Can be null or empty.
129 /** Returns the list of layout attributes. Can be empty but not null.
131 * @return the list of layout attributes, never null
138 * Sets the list of layout attribute attributes.
140 * @param attributes the new layout attributes, not nul
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
22 import com.android.ide.eclipse.adt.internal.editors.layout.configuration.ConfigurationChooser;
42 /** Job which creates a new layout file for a given configuration */
52 super("Create Alternate Layout");
61 String folderName = mConfig.getFolderName(ResourceFolderType.LAYOUT);
96 // The given old layout has been forked into a new layout
97 // for a given configuration. This means that the old layout
105 // Finally open the new layout
117 AdtPlugin.displayError("Layout Creation", message)
    [all...]

Completed in 2560 milliseconds

<<71727374757677787980>>