Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inspector/
DPropertyMapper.java44 int mapBoolean(@NonNull String name, @AttrRes int attributeId); in mapBoolean() method
/frameworks/base/core/java/android/widget/
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()
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DSimpleProperties.java.txt83 mBooleanId = propertyMapper.mapBoolean("boolean", R.attr.boolean);
/frameworks/base/api/
Dcurrent.txt53322 method public int mapBoolean(@NonNull String, @AttrRes int);