Searched defs:layouts (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java83 boolean useFullScreenWidth, int layouts[]) {
89 if (layouts != null) {
90 if (layouts.length != mLayouts.length) {
91 throw new RuntimeException("Wrong number of layouts");
94 mLayouts[i] = layouts[i];
82 PasswordEntryKeyboardHelper(Context context, KeyboardView keyboardView, View targetView, boolean useFullScreenWidth, int layouts[]) argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java132 public List<Pair<Integer, Integer>> layouts = new ArrayList<>(); field in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
179 layouts.add(new Pair<>(right - left, bottom - top));
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java562 * included layouts.
902 * included layouts.
1006 final String[] layouts = included.layouts[includedIndex];
1007 final int length = layouts.length;
1009 final String layout = layouts[i];
1253 * included layouts contained in the bound layout. This class is an implementation
1258 public final String[][] layouts; field in class:ViewDataBinding.IncludedLayouts
1263 layouts = new String[bindingCount][];
1268 public void setIncludes(int index, String[] layouts, in argument
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp1220 sp<ResourceTypeSet> layouts; local
1255 !applyFileOverlay(bundle, assets, &layouts, "layout") ||
1298 if (layouts != NULL) {
1299 err = makeFileResources(bundle, assets, &table, layouts, "layout");
1403 if (layouts != NULL) {
1404 ResourceDirIterator it(layouts, String8("layout"));
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 327 milliseconds