(float opacity)
| 102 | } |
| 103 | |
| 104 | @Override |
| 105 | public Window setOpacity(float opacity) { |
| 106 | assert _onUIThread() : "Should be run on UI thread"; |
| 107 | _nSetOpacity(opacity); |
| 108 | return this; |
| 109 | } |
| 110 | |
| 111 | @Override |
| 112 | public float getOpacity() { |
nothing calls this directly
no test coverage detected