Home
last modified time | relevance | path

Searched refs:mapBoolean (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inspector/
H A DPropertyMapper.java49 int mapBoolean(@NonNull String name, @AttrRes int attributeId); in mapBoolean() method
/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1777 mAlignParentBottomId = propertyMapper.mapBoolean( in mapProperties()
1780 mAlignParentEndId = propertyMapper.mapBoolean( in mapProperties()
1783 mAlignParentLeftId = propertyMapper.mapBoolean( in mapProperties()
1786 mAlignParentRightId = propertyMapper.mapBoolean( in mapProperties()
1789 mAlignParentStartId = propertyMapper.mapBoolean( in mapProperties()
1792 mAlignParentTopId = propertyMapper.mapBoolean( in mapProperties()
1804 mAlignWithParentIfMissingId = propertyMapper.mapBoolean( in mapProperties()
1810 mCenterHorizontalId = propertyMapper.mapBoolean( in mapProperties()
1813 mCenterInParentId = propertyMapper.mapBoolean( in mapProperties()
1816 mCenterVerticalId = propertyMapper.mapBoolean( in mapProperties()
/aosp14/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
H A DSimpleProperties.java.txt83 mBooleanId = propertyMapper.mapBoolean("boolean", R.attr.boolean);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt56113 method public int mapBoolean(@NonNull String, @AttrRes int);