/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestGridLayoutCodeRtl.java | 42 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 …]
|
D | BiDiTestGridLayoutCodeLtr.java | 42 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | build_vc.pl | 16 use File::Spec; 47 $h = File::Spec->canonpath($h); 68 $file = File::Spec->canonpath($file); 70 (undef, undef, $f) = File::Spec->splitpath($file); 73 $objfile = File::Spec->catfile('obj', $base.'.o'); 101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | build_vc.pl | 16 use File::Spec; 47 $h = File::Spec->canonpath($h); 68 $file = File::Spec->canonpath($file); 70 (undef, undef, $f) = File::Spec->splitpath($file); 73 $objfile = File::Spec->catfile('obj', $base.'.o'); 101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | build_vc.pl | 16 use File::Spec; 47 $h = File::Spec->canonpath($h); 68 $file = File::Spec->canonpath($file); 70 (undef, undef, $f) = File::Spec->splitpath($file); 75 $objfile = File::Spec->catfile('obj', $base.'.o'); 103 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputSectDesc.h | 34 struct Spec { struct 57 bool operator==(const Spec& pRHS) const { argument 77 const Spec& pSpec, argument 83 const Spec& spec() const { return m_Spec; } in spec() 96 Spec m_Spec;
|
D | ScriptFile.h | 127 const InputSectDesc::Spec& pSpec);
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 650 Spec spec = horizontal ? p.columnSpec : p.rowSpec; in getDefaultMargin() 678 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in getMargin() 733 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec; in validateLayoutParams() 741 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec; in validateLayoutParams() 805 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in checkLayoutParams() 909 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in measureChildrenWithMargins() 1027 Spec columnSpec = lp.columnSpec; in onLayout() 1028 Spec rowSpec = lp.rowSpec; in onLayout() 1101 PackedMap<Spec, Bounds> groupBounds; 1142 Spec spec = horizontal ? params.columnSpec : params.rowSpec; in calculateMaxIndex() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 665 Spec spec = horizontal ? p.columnSpec : p.rowSpec; in getDefaultMargin() 689 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in getMargin() 744 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec; in validateLayoutParams() 752 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec; in validateLayoutParams() 828 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in checkLayoutParams() 1019 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; in measureChildrenWithMargins() 1137 Spec columnSpec = lp.columnSpec; in onLayout() 1138 Spec rowSpec = lp.rowSpec; in onLayout() 1223 PackedMap<Spec, Bounds> groupBounds; 1264 Spec spec = horizontal ? params.columnSpec : params.rowSpec; in calculateMaxIndex() [all …]
|
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
D | GridLayoutTest.java | 24 import static android.widget.GridLayout.Spec; 39 Spec rowSpec = spec(UNDEFINED, null); in create() 40 Spec colSpec = spec(UNDEFINED, null); in create()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 41 const InputSectDesc::Spec& spec() const { return m_Spec; } in spec() 56 InputSectDesc::Spec m_Spec;
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputSectDesc.cpp | 22 const Spec& pSpec, in InputSectDesc()
|
D | OutputSectDesc.cpp | 183 InputSectDesc::Spec spec;; in activate()
|
D | ScriptFile.cpp | 210 const InputSectDesc::Spec& pSpec) in addInputSectDesc()
|
D | ScriptParser.yy | 76 InputSectDesc::Spec input_spec;
|
/frameworks/base/api/ |
D | current.txt | 37284 …method public static android.widget.GridLayout.Spec spec(int, int, android.widget.GridLayout.Align… 37285 …method public static android.widget.GridLayout.Spec spec(int, android.widget.GridLayout.Alignment,… 37286 method public static android.widget.GridLayout.Spec spec(int, int, float); 37287 method public static android.widget.GridLayout.Spec spec(int, float); 37288 …method public static android.widget.GridLayout.Spec spec(int, int, android.widget.GridLayout.Align… 37289 …method public static android.widget.GridLayout.Spec spec(int, android.widget.GridLayout.Alignment); 37290 method public static android.widget.GridLayout.Spec spec(int, int); 37291 method public static android.widget.GridLayout.Spec spec(int); 37312 …tor public GridLayout.LayoutParams(android.widget.GridLayout.Spec, android.widget.GridLayout.Spec); 37319 field public android.widget.GridLayout.Spec columnSpec; [all …]
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1555 http://developer.android.com/reference/android/widget/GridLayout.Spec.html
|