Searched defs:configValue (Results 1 – 2 of 2) sorted by relevance
38 private final int configValue; field in DeviceConfig.ScreenSize40 ScreenSize(int width, int height, int configValue) { in ScreenSize()64 static ScreenSize find(int configValue) { in find()
151 String configValue = configPair.get(1).isString().stringValue(); in loadData() local