Searched refs:mCustomContentShowing (Results 1 – 1 of 1) sorted by relevance
146 boolean mCustomContentShowing; field in Workspace1396 if (hasCustomContent() && getNextPage() == 0 && !mCustomContentShowing) { in notifyPageSwitchListener()1397 mCustomContentShowing = true; in notifyPageSwitchListener()1402 } else if (hasCustomContent() && getNextPage() != 0 && mCustomContentShowing) { in notifyPageSwitchListener()1403 mCustomContentShowing = false; in notifyPageSwitchListener()