/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 98 GridBagLayout layout = new GridBagLayout(); local 103 JPanel optimizationsPanel = new JPanel(layout); 116 optimizationSubpanel = new JPanel(layout);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
MapViewTest.java | 110 mapView.layout(0, 0, 50, 50); 124 mapView.layout(50, 60, 650, 460); 143 mapView.layout(50, 60, 650, 460);
|
/external/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleActivity.java | 40 setContentView(R.layout.layout); 42 mSlideList = new ArrayAdapter<String>(this, android.R.layout.simple_expandable_list_item_1);
|
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | [all...] |
/frameworks/base/core/java/android/accounts/ |
ChooseAccountActivity.java | 75 setContentView(R.layout.choose_account); 81 android.R.layout.simple_list_item_1, mAccountInfos)); 171 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
|
ChooseAccountTypeActivity.java | 100 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);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ListMenuItemView.java | 242 mIconView = (ImageView) inflater.inflate(com.android.internal.R.layout.list_menu_item_icon, 250 (RadioButton) inflater.inflate(com.android.internal.R.layout.list_menu_item_radio, 258 (CheckBox) inflater.inflate(com.android.internal.R.layout.list_menu_item_checkbox,
|
/frameworks/base/core/java/com/android/internal/widget/ |
SwipeDismissLayout.java | 33 * Special layout that finishes its activity when swiped away. 41 void onDismissed(SwipeDismissLayout layout); 46 * Called when the layout has been swiped and the position of the window should change. 51 * layout. This is equivalent to progress * layout.getWidth(). 53 void onSwipeProgressChanged(SwipeDismissLayout layout, float progress, float translate); 55 void onSwipeCancelled(SwipeDismissLayout layout);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 57 mLayout = com.android.internal.R.layout.simple_list_item_2; 144 * Test changeCursor() with differing column layout. This confirms that the Adapter can 255 public TestSimpleCursorAdapter(Context context, int layout, Cursor c, 257 super(context, layout, c, from, to);
|
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
BackupRestoreConfirmation.java | 141 layoutId = R.layout.confirm_backup; 144 layoutId = R.layout.confirm_restore; 174 // Same resource IDs for each layout variant (backup / restore) 189 if (layoutId == R.layout.confirm_backup) {
|
/frameworks/compile/mclinker/lib/Core/ |
Linker.cpp | 74 return layout(); 205 bool Linker::layout() function in class:Linker 216 // reserve GOT space for layout. 217 // the space info is needed by pre-layout to compute the section size 223 // 12.b - pre-layout 226 // 12.c - linear layout 231 m_pObjLinker->layout(); 233 // 12.d - post-layout (create segment, instruction relaxing)
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ListMenuItemView.java | 246 mIconView = (ImageView) inflater.inflate(R.layout.abc_list_menu_item_icon, 254 (RadioButton) inflater.inflate(R.layout.abc_list_menu_item_radio, 262 (CheckBox) inflater.inflate(R.layout.abc_list_menu_item_checkbox,
|
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/ |
SendActivity.java | 56 setContentView(R.layout.send_activity); 99 android.R.layout.simple_dropdown_item_1line, 175 View content = getLayoutInflater().inflate(R.layout.popup_window, null, false);
|
/packages/apps/Camera/src/com/android/camera/ |
PhotoController.java | 157 R.layout.more_setting_popup, null, false); 210 R.layout.timer_setting_popup, null, false); 217 R.layout.list_pref_setting_popup, null, false);
|
VideoController.java | 139 R.layout.more_setting_popup, null, false); 169 R.layout.time_interval_popup, null, false); 176 R.layout.list_pref_setting_popup, null, false);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactEditorAccountsChangedActivity.java | 90 setContentView(R.layout.contact_editor_accounts_changed_activity_with_picker); 107 setContentView(R.layout.contact_editor_accounts_changed_activity_with_text); 134 setContentView(R.layout.contact_editor_accounts_changed_activity_with_text);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 109 return inflater.inflate(R.layout.contact_list_content, null); 127 mSearchHeaderView = inflater.inflate(R.layout.search_header, null, false); 242 mProfileHeader = inflater.inflate(R.layout.user_profile_header, null, false);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Hotseat.java | 74 * Registers the specified listener on the cell layout of the hotseat. 130 mContent = (CellLayout) findViewById(R.id.layout); 150 inflater.inflate(R.layout.all_apps_button, mContent, false); 201 FolderIcon folder = FolderIcon.fromXml(R.layout.folder_icon, launcher,
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SecondLevelIndicatorControlBar.java | 181 // Layout from the last icon up. 185 getChildAt(i).layout(offsetX, 0, offsetX + iconWidth, height); 189 // And layout the divider line. 191 mDivider.layout(offsetX, padding, (offsetX + mDivider.getMeasuredWidth()), 196 mCloseIcon.layout(offsetX, 0, (offsetX + iconWidth), height);
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClear.java | 222 TextView child = (TextView)inflater.inflate(R.layout.master_clear_account, 241 return inflater.inflate(R.layout.master_clear_disallowed_screen, null); 244 mContentView = inflater.inflate(R.layout.master_clear, null);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPermissionActivity.java | 159 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); 168 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); 177 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
PasswordInputWizardFragment.java | 88 View view = inflater.inflate(R.layout.account_content_area, container, false); 89 View content = inflater.inflate(R.layout.wifi_content, null); 90 View action = inflater.inflate(R.layout.password_text_input, null);
|
TextInputWizardFragment.java | 89 View view = inflater.inflate(R.layout.account_content_area, container, false); 90 View content = inflater.inflate(R.layout.wifi_content, null); 91 View action = inflater.inflate(R.layout.wifi_text_input, null);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
PcQwerty.java | 17 package com.android.inputmethod.keyboard.layout; 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder; 152 // Helper method to create alphabet layout by adding special function keys.
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TargetControlPane.java | 174 inflater.inflate(R.layout.target_pane, this); 190 mOutputSpinner.setAdapter(new ArrayAdapter<String>(getContext(), R.layout.spinner_item, 264 mCameraSpinner.setAdapter(new ArrayAdapter<String>(getContext(), R.layout.spinner_item,
|