Home
last modified time | relevance | path

Searched full:sublayout (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.yaml17 # - sublayout, to distinguish between meaningfully-different layout variants
816 sublayout: dxt1
823 sublayout: dxt1
830 sublayout: dxt3
837 sublayout: dxt5
844 sublayout: dxt1
851 sublayout: dxt1
858 sublayout: dxt3
865 sublayout: dxt5
941 sublayout: etc1
[all …]
H A Du_format_parse.py228 if 'sublayout' in source:
229 self.sublayout = consume_str(self, source, 'sublayout')
231 self.sublayout = None
536 one.sublayout != two.sublayout or \
/aosp_15_r20/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
H A DThemedNavBarKeyboard.java193 final LinearLayout subLayout = new LinearLayout(context); in KeyboardLayoutView() local
199 subLayout.addView(createButton("BACK_DISPOSITION\nDEFAULT", () -> { in KeyboardLayoutView()
208 subLayout.addView(createButton("BACK_DISPOSITION\nADJUST_NOTHING", () -> { in KeyboardLayoutView()
212 addView(subLayout); in KeyboardLayoutView()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DScrollViewScenario.java168 * Add a sublayout of buttons as a single child of the scroll view.
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dttk.py419 children: [sublayout... ]
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
Dttk.py446 children: [sublayout... ]
/aosp_15_r20/external/python/cpython2/Doc/library/
Dttk.rst1402 * children: [sublayout... ]
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1520 * children: [sublayout... ]