Home
last modified time | relevance | path

Searched refs:Spec (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGridLayoutCodeLtr.java42 import static android.widget.GridLayout.Spec;
69 Spec row1 = spec(0); in create()
70 Spec row2 = spec(1); in create()
71 Spec row3 = spec(2, BASELINE); in create()
72 Spec row4 = spec(3, BASELINE); in create()
73 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two in create()
74 Spec row6 = spec(5); in create()
75 Spec row7 = spec(6); in create()
77 Spec col1a = spec(0, 4, CENTER); in create()
78 Spec col1b = spec(0, 4, LEFT); in create()
[all …]
DBiDiTestGridLayoutCodeRtl.java42 import static android.widget.GridLayout.Spec;
69 Spec row1 = spec(0); in create()
70 Spec row2 = spec(1); in create()
71 Spec row3 = spec(2, BASELINE); in create()
72 Spec row4 = spec(3, BASELINE); in create()
73 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two in create()
74 Spec row6 = spec(5); in create()
75 Spec row7 = spec(6); in create()
77 Spec col1a = spec(0, 4, CENTER); in create()
78 Spec col1b = spec(0, 4, LEFT); in create()
[all …]
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h30 struct Spec { struct
53 bool operator==(const Spec& pRHS) const { argument
73 const Spec& pSpec, argument
79 const Spec& spec() const { return m_Spec; } in spec()
91 Spec m_Spec;
DScriptFile.h137 const InputSectDesc::Spec& pSpec);
/frameworks/base/core/java/android/widget/
DGridLayout.java697 Spec spec = horizontal ? p.columnSpec : p.rowSpec; in getDefaultMargin()
721 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in getMargin()
776 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec; in validateLayoutParams()
784 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec; in validateLayoutParams()
860 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in checkLayoutParams()
1048 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in measureChildrenWithMargins()
1161 Spec columnSpec = lp.columnSpec; in onLayout()
1162 Spec rowSpec = lp.rowSpec; in onLayout()
1240 PackedMap<Spec, Bounds> groupBounds;
1280 Spec spec = horizontal ? params.columnSpec : params.rowSpec; in calculateMaxIndex()
[all …]
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DGridLayoutTest.java24 import static android.widget.GridLayout.Spec;
39 Spec rowSpec = spec(UNDEFINED, null); in create()
40 Spec colSpec = spec(UNDEFINED, null); in create()
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/java/com/prefabulated/bouncyball/
DOrbitActivity.java82 GridLayout.Spec headerRowSpec = GridLayout.spec(0); in buildChoreographerInfoGrid()
85 GridLayout.Spec colSpec = GridLayout.spec(column, 1.0f); in buildChoreographerInfoGrid()
100 GridLayout.Spec rowSpec = GridLayout.spec(row); in buildChoreographerInfoGrid()
104 GridLayout.Spec colSpec = GridLayout.spec(column, 1.0f); in buildChoreographerInfoGrid()
141 GridLayout.Spec headerRowSpec = GridLayout.spec(0); in buildSwappyStatsGrid()
144 GridLayout.Spec colSpec = GridLayout.spec(column, 1.0f); in buildSwappyStatsGrid()
159 GridLayout.Spec rowSpec = GridLayout.spec(row); in buildSwappyStatsGrid()
163 GridLayout.Spec colSpec = GridLayout.spec(column, 1.0f); in buildSwappyStatsGrid()
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h42 const InputSectDesc::Spec& spec() const { return m_Spec; } in spec()
57 InputSectDesc::Spec m_Spec;
/frameworks/compile/mclinker/lib/Script/
DInputSectDesc.cpp24 const Spec& pSpec, in InputSectDesc()
DOutputSectDesc.cpp183 InputSectDesc::Spec spec; in activate()
DScriptFile.cpp209 const InputSectDesc::Spec& pSpec) { in addInputSectDesc()
DScriptParser.yy79 InputSectDesc::Spec input_spec;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DProtobuf.podspec6 Pod::Spec.new do |s|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...