OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:columnWidths
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/widget/
TableRow.java
293
final int[]
columnWidths
= mColumnWidths;
317
columnWidths
[i] = width;
319
columnWidths
[i] = 0;
322
columnWidths
[i] = 0;
326
return
columnWidths
;
331
* this row sets a fixed width, as defined by <code>
columnWidths
</code>,
334
* @param
columnWidths
the fixed width of each column that this row must
336
* @throws IllegalArgumentException when
columnWidths
' length is smaller
340
void setColumnsWidthConstraints(int[]
columnWidths
) {
341
if (
columnWidths
== null || columnWidths.length < getVirtualChildCount())
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java
666
IMemento
columnWidths
= null;
668
columnWidths
= mMemento.getChild(KEY_WIDTHS);
671
if (
columnWidths
!= null) {
672
columnWidths
.putInteger(getKey(column), columnWidth);
701
IMemento
columnWidths
= mMemento.getChild(KEY_WIDTHS);
702
if (
columnWidths
!= null) {
703
Integer value =
columnWidths
.getInteger(getKey(column));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/devtools/tools/lib/
traceview.jar
jcommon-1.0.12.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 286 milliseconds