public void setLayerStack(int layerStack) {
   checkNotReleased();
   nativeSetLayerStack(mNativeObject, layerStack);
 }