Home
last modified time | relevance | path

Searched refs:MASK_SIZE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java48 private static final float MASK_SIZE = 100f; field in DynamicAdaptiveIconDrawable
256 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java78 private static final int MASK_SIZE = 0x00000080; field in BluetoothMapContent
703 if ((ap.getParameterMask() & MASK_SIZE) != 0) { in setSize()