Searched refs:isPlatformFile (Results 1 – 2 of 2) sorted by relevance
721 boolean isPlatformFile = true; in internalObtainStyledAttributes()735 isPlatformFile = parser.isPlatformFile(); in internalObtainStyledAttributes()743 currentFileNamespace = ResourceNamespace.fromBoolean(parser.isPlatformFile()); in internalObtainStyledAttributes()747 isPlatformFile = false; in internalObtainStyledAttributes()758 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, isPlatformFile); in internalObtainStyledAttributes()769 isPlatformFile /*forceFrameworkOnly*/); in internalObtainStyledAttributes()
83 public boolean isPlatformFile() { in isPlatformFile() method in BridgeXmlBlockParser