We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53066fb commit 2b60c1cCopy full SHA for 2b60c1c
components/Buttons/src/MDCButton.h
@@ -119,8 +119,9 @@
119
*
120
* The default values are particular to each subclass of MDCButton.
121
* The default value for UIControlStateNormal is 0. The default value for UIControlStateSelected is
122
- * twice greater than the value of UIControlStateNormal. The default values for all other states is
123
- * the value of UIControlStateNormal.
+ * twice greater than the value of UIControlStateNormal (which might have been set to value other
+ * than zero by the caller). The default values for all other states is the value of
124
+ * UIControlStateNormal.
125
126
* @param state The control state to retrieve the elevation.
127
* @return The elevation for the requested state.
0 commit comments