Searched refs:getCustomContentCallbacks (Results 1 – 2 of 2) sorted by relevance
1051 if (mWorkspace.getCustomContentCallbacks() != null in onResume()1057 mWorkspace.getCustomContentCallbacks().onShow(true); in onResume()1086 if (mWorkspace.getCustomContentCallbacks() != null) { in onPause()1087 mWorkspace.getCustomContentCallbacks().onHide(); in onPause()
1410 protected CustomContentCallbacks getCustomContentCallbacks() { in getCustomContentCallbacks() method in Workspace