Home | History | Annotate | Download | only in app

Lines Matching defs:mCustomSizePreset

8331         private int mCustomSizePreset = SIZE_DEFAULT;
8368 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
8413 if (mCustomSizePreset != SIZE_DEFAULT) {
8414 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
8447 that.mCustomSizePreset = this.mCustomSizePreset;
8738 mCustomSizePreset = sizePreset;
8752 return mCustomSizePreset;