/external/chromium/chrome/browser/ui/gtk/ |
gtk_tree.cc | 239 for (int i = 0; i < table_model_->RowCount(); ++i)
|
/external/icu4c/i18n/ |
dtfmtsym.cpp | [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
tsql.php | 133 '@@ROWCOUNT','ROWCOUNT_BIG','SCOPE_IDENTITY','SERVERPROPERTY','SESSIONPROPERTY',
|
/external/webkit/Tools/DumpRenderTree/win/ |
AccessibilityUIElementWin.cpp | 108 int AccessibilityUIElement::rowCount()
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselController.java | 262 * Sets the spacing between each row of cards when rowCount > 1. 272 * Sets the position of the first card when rowCount > 1 .
|
CarouselView.java | 264 * Sets the spacing between each row of cards when rowCount > 1. 271 * Sets the position of the first card when rowCount > 1.
|
/external/chromium/chrome/browser/ui/cocoa/ |
task_manager_mac.mm | 608 int TaskManagerMac::RowCount() const {
|
/external/skia/src/views/ |
SkListWidget.cpp | 261 evt.setS32("rowCount", fVisibleRowCount);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
AccessibilityUIElementGtk.cpp | 79 int AccessibilityUIElement::rowCount()
|
/external/webkit/Tools/DumpRenderTree/ |
AccessibilityUIElement.cpp | 593 return JSValueMakeNumber(context, toAXElement(thisObject)->rowCount()); [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 78 * {@link GridLayout#setRowCount(int) rowCount} and 357 * RowCount is used only to generate default row/column indices when 360 * @param rowCount the number of rows 367 public void setRowCount(int rowCount) { 368 verticalAxis.setCount(rowCount); [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 78 * {@link GridLayout#setRowCount(int) rowCount} and 337 * RowCount is used only to generate default row/column indices when 340 * @param rowCount the number of rows 347 public void setRowCount(int rowCount) { 348 verticalAxis.setCount(rowCount); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 324 * Sets the given GridLayout attribute (rowCount, layout_row, etc) to the 339 * Sets the given GridLayout attribute (rowCount, layout_row, etc) to the 485 private void assignRowsAndColumnsFromXml(int rowCount, int columnCount) { 552 if (declaredRow >= rowCount) { 578 if (row >= rowCount) { [all...] |
/external/skia/src/core/ |
SkAAClip.cpp | 74 static RunHead* Alloc(int rowCount, size_t dataSize) { 75 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize; 78 head->fRowCount = rowCount; [all...] |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | [all...] |
/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
harness.js | [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | [all...] |
/prebuilts/misc/common/jython/ |
jython.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 212 android:rowCount : The maxmimum number of rows to create when automatically positioning children. [integer] [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
fields_index_additions.html | [all...] |
fields_index_all.html | [all...] |
alldiffs_index_additions.html | [all...] |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/sdk/common/src/com/android/ |
SdkConstants.java | [all...] |
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |