Searched refs:layouts (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java85 boolean useFullScreenWidth, int layouts[]) {
91 if (layouts != null) {
92 if (layouts.length != mLayouts.length) {
93 throw new RuntimeException("Wrong number of layouts");
96 mLayouts[i] = layouts[i];
84 PasswordEntryKeyboardHelper(Context context, KeyboardView keyboardView, View targetView, boolean useFullScreenWidth, int layouts[]) argument
/frameworks/base/tools/aapt/
H A DResource.cpp931 sp<ResourceTypeSet> layouts; local
964 !applyFileOverlay(bundle, assets, &layouts, "layout") ||
1006 if (layouts != NULL) {
1007 err = makeFileResources(bundle, assets, &table, layouts, "layout");
1106 if (layouts != NULL) {
1107 ResourceDirIterator it(layouts, String8("layout"));
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs710 <li><a href="<?cs var:toroot ?>training/tv/optimizing-layouts-tv.html">
899 <a href="<?cs var:toroot ?>training/improving-layouts/index.html"
906 <li><a href="<?cs var:toroot ?>training/improving-layouts/optimizing-layout.html">
910 <li><a href="<?cs var:toroot ?>training/improving-layouts/reusing-layouts.html">
914 <li><a href="<?cs var:toroot ?>training/improving-layouts/loading-ondemand.html">
918 <li><a href="<?cs var:toroot ?>training/improving-layouts/smooth-scrolling.html">

Completed in 1484 milliseconds