Home | History | Annotate | Download | only in app

Lines Matching defs:mCustomSizePreset

3813         private int mCustomSizePreset = SIZE_DEFAULT;
3863 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
3921 if (mCustomSizePreset != SIZE_DEFAULT) {
3922 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
3982 that.mCustomSizePreset = this.mCustomSizePreset;
4273 mCustomSizePreset = sizePreset;
4287 return mCustomSizePreset;