/packages/apps/CellBroadcastReceiver/ |
AndroidManifest.xml | 55 <!-- Uncomment this category to show the Cell Broadcasts launcher icon. 57 to add links to Cell Broadcast activities via Settings and MMS menu items.
|
/packages/apps/CellBroadcastReceiver/res/values-ar/ |
strings.xml | 19 <string name="app_label" msgid="7559008249836700599">"Cell Broadcasts"</string> 20 <string name="sms_cb_settings" msgid="971917159442705371">"??????? Cell Broadcasts"</string>
|
/packages/apps/CellBroadcastReceiver/res/values-uk/ |
strings.xml | 19 <string name="app_label" msgid="7559008249836700599">"Cell Broadcasts"</string> 20 <string name="sms_cb_settings" msgid="971917159442705371">"???????????? Cell Broadcast"</string>
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DropTarget.java | 36 /** X offset from the upper-left corner of the cell to where we touched. */ 39 /** Y offset from the upper-left corner of the cell to where we touched. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 394 public void update(ViewerCell cell) { 395 Object element = cell.getElement(); 396 cell.setImage(mColumn.getImage((IMarker) element)); 399 cell.setText(mColumn.getValue((IMarker) element)); 400 cell.setStyleRanges(null); 402 cell.setText(styledString.toString()); 403 cell.setStyleRanges(styledString.getStyleRanges()); 405 super.update(cell); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
TimelinePanel.js | [all...] |
/external/chromium/chrome/browser/resources/file_manager/css/ |
file_manager.css | 214 .table-header-cell:first-child .table-header-sort-image-desc:after, 215 .table-header-cell:first-child .table-header-sort-image-asc:after { 219 /* The first child of a list cell. */ 220 .table-row-cell > * { 227 .detail-table li.table-row .table-row-cell:first-child div {
|
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller.mm | 312 [[certButton cell] setControlSize:NSSmallControlSize]; 315 [[certButton cell] setFont:font]; 418 scoped_nsobject<HyperlinkButtonCell> cell( 420 [cell setControlSize:NSSmallControlSize]; 421 [button setCell:cell.get()];
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ArrayTableTest.java | 23 import com.google.common.collect.Table.Cell; 409 Cell<String, Integer, Character> cell = table.cellSet().iterator().next(); local 410 assertEquals(Tables.immutableCell("foo", 1, 'a'), cell); 412 assertEquals(Tables.immutableCell("foo", 1, 'd'), cell);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuView.java | 180 // Overflow always gets 1 cell. No more, no less. 214 // Mark indices of children that can receive an extra cell. 254 // Divide any space left that wouldn't divide along cell boundaries 336 * Measure a child view to fit within cell-based formatting. The child's width 342 * @param cellSize Size of one cell
|
/packages/apps/CellBroadcastReceiver/res/values/ |
strings.xml | 20 <!-- The name of the Cell Broadcast Receiver app. [CHAR LIMIT=NONE] --> 21 <string name="app_label">Cell Broadcasts</string> 24 <string name="sms_cb_settings">Cell Broadcast settings</string> 80 <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] --> 81 <string name="cb_other_message_identifiers">Cell broadcast</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 397 public void update(ViewerCell cell) { 398 Object element = cell.getElement(); 412 cell.setText(styledString.toString()); 413 cell.setStyleRanges(styledString.getStyleRanges()); 414 super.update(cell);
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 69 * not prevent children being defined to occupy the same cell or group of cells. 73 * <h4>Default Cell Assignment</h4> 75 * If a child does not specify the row and column indices of the cell it 76 * wishes to occupy, GridLayout assigns cell locations automatically using its: 134 * To place equal amounts of space around a component in a cell group; 137 * use a {@link LinearLayout} subview to hold the components in the associated cell group. 138 * When using either of these techniques, bear in mind that cell groups may be defined to overlap. [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 69 * not prevent children being defined to occupy the same cell or group of cells. 73 * <h4>Default Cell Assignment</h4> 75 * If a child does not specify the row and column indices of the cell it 76 * wishes to occupy, GridLayout assigns cell locations automatically using its: 134 * To place equal amounts of space around a component in a cell group; 137 * use a {@link LinearLayout} subview to hold the components in the associated cell group. 138 * When using either of these techniques, bear in mind that cell groups may be defined to overlap. [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 129 // Fallback: Split existing cell. Also do snap-to-grid. 141 // Split the current cell since we have no matches 174 // Find which cell we're inside. 176 // TODO: Find out where within the cell we are, and offer to tweak the gravity 223 // cell! Ditto for match below. 576 // TODO: Also consider inset of element on cell to the left 617 // TODO: Also consider inset of element on cell to the left 652 // Set the cell position of the new widget 688 * the dragged element into the target cell.
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 208 // Always round up to next largest cell 213 // We use a fixed preview cell size so that you get the same preview image for 214 // the same cell-sized widgets across all devices
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 295 willDisplayCell:(id)cell 309 DCHECK([cell isKindOfClass:[ImageAndTextCell class]]); 310 [static_cast<ImageAndTextCell*>(cell) setImage:icon];
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller.mm | 300 [[extraInfoMsg_ cell] 314 [[extraInfoMsg_ cell] 323 [[extensionInstalledInfoMsg_ cell]
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
MidpointDisplacementHeightMap.java | 59 * the <code>persistence</code> parameter each pass to smoothen close cell heights.
96 * the <code>persistence</code> parameter each pass to smoothen close cell heights.
192 * Will fill the cell at (x+stepSize/2, y) with the average of the 4 corners
|
/external/oprofile/ |
ChangeLog-2006 | 5 * events/ppc64/cell-be/events: 6 * events/ppc64/cell-be/unit_masks: 11 * utils/ophelp.c Add support for Cell Broadband Engine
|
/external/v8/src/arm/ |
stub-cache-arm.cc | 892 Handle<JSGlobalPropertyCell> cell = local [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 886 Handle<JSGlobalPropertyCell> cell = local [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSCell.h | 358 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[m_nextAtom]); local 360 cell->~JSCell(); 361 return cell;
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PatternUnlockScreen.java | 33 import com.android.internal.widget.LockPatternView.Cell; 330 public void onPatternCellAdded(List<Cell> pattern) { 341 public void onPatternDetected(List<LockPatternView.Cell> pattern) {
|