Searched defs:layouts (Results 1 - 4 of 4) sorted by last modified time

/frameworks/data-binding/library/src/main/java/android/databinding/
H A DViewDataBinding.java554 * included layouts.
576 * included layouts.
680 final String[] layouts = included.layouts[includedIndex];
681 final int length = layouts.length;
683 final String layout = layouts[i];
927 * included layouts contained in the bound layout. This class is an implementation
932 public final String[][] layouts; field in class:ViewDataBinding.IncludedLayouts
937 layouts = new String[bindingCount][];
942 public void setIncludes(int index, String[] layouts, in argument
[all...]
/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. ...
/frameworks/base/tools/aapt/
H A DResource.cpp1204 sp<ResourceTypeSet> layouts; local
1239 !applyFileOverlay(bundle, assets, &layouts, "layout") ||
1282 if (layouts != NULL) {
1283 err = makeFileResources(bundle, assets, &table, layouts, "layout");
1383 if (layouts != NULL) {
1384 ResourceDirIterator it(layouts, String8("layout"));
/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

Completed in 109 milliseconds