OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tableLayout
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java
34
import android.widget.
TableLayout
;
39
* Test {@link
TableLayout
}.
56
new
TableLayout
(mContext);
58
new
TableLayout
(mContext, null);
62
TableLayout
tableLayout
= (
TableLayout
) activity
64
assertTrue(
tableLayout
.isColumnCollapsed(0));
65
assertTrue(
tableLayout
.isColumnStretchable(2));
68
tableLayout
= (TableLayout) activity.findViewById(android.widget.cts.R.id.table2)
[
all
...]
TableRow_LayoutParamsTest.java
33
import android.widget.
TableLayout
;
96
TableLayout
tableLayout
= (
TableLayout
) activity.findViewById(idTable);
97
View vVitural1 = ((TableRow)
tableLayout
.getChildAt(0)).getVirtualChildAt(1);
100
View vVitural2 = ((TableRow)
tableLayout
.getChildAt(0)).getVirtualChildAt(2);
139
assertEquals(
TableLayout
.LayoutParams.MATCH_PARENT, mockLayoutParams.width);
140
assertEquals(
TableLayout
.LayoutParams.WRAP_CONTENT, mockLayoutParams.height);
144
assertEquals(
TableLayout
.LayoutParams.WRAP_CONTENT, mockLayoutParams.width);
145
assertEquals(
TableLayout
.LayoutParams.MATCH_PARENT, mockLayoutParams.height)
[
all
...]
TableRowTest.java
32
import android.widget.
TableLayout
;
87
TableLayout
tableLayout
= (
TableLayout
) activity
90
TableRow tableRow = (TableRow)
tableLayout
.getChildAt(0);
100
tableLayout
= (
TableLayout
) activity.findViewById(android.widget.cts.R.id.table2);
102
tableRow = (TableRow)
tableLayout
.getChildAt(0);
118
TableLayout
tableLayout
= (TableLayout) activit
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 111 milliseconds