Lines Matching refs:styleable
198 Xml.asAttributeSet(parser), R.styleable.InvariantDeviceProfile);
199 int numRows = a.getInt(R.styleable.InvariantDeviceProfile_numRows, 0);
200 int numColumns = a.getInt(R.styleable.InvariantDeviceProfile_numColumns, 0);
201 float iconSize = a.getFloat(R.styleable.InvariantDeviceProfile_iconSize, 0);
203 a.getString(R.styleable.InvariantDeviceProfile_name),
204 a.getFloat(R.styleable.InvariantDeviceProfile_minWidthDps, 0),
205 a.getFloat(R.styleable.InvariantDeviceProfile_minHeightDps, 0),
208 a.getInt(R.styleable.InvariantDeviceProfile_numFolderRows, numRows),
209 a.getInt(R.styleable.InvariantDeviceProfile_numFolderColumns, numColumns),
210 a.getInt(R.styleable.InvariantDeviceProfile_minAllAppsPredictionColumns, numColumns),
212 a.getFloat(R.styleable.InvariantDeviceProfile_landscapeIconSize, iconSize),
213 a.getFloat(R.styleable.InvariantDeviceProfile_iconTextSize, 0),
214 a.getInt(R.styleable.InvariantDeviceProfile_numHotseatIcons, numColumns),
215 a.getResourceId(R.styleable.InvariantDeviceProfile_defaultLayoutId, 0),
216 a.getResourceId(R.styleable.InvariantDeviceProfile_demoModeLayoutId, 0)));