Searched refs:kMaxHeight (Results 1 – 3 of 3) sorted by relevance
114 static const int kMaxHeight; variable
115 mSceneHeight((height < Scene::kMaxHeight) ? height : Scene::kMaxHeight),
46 const int Scene::kMaxHeight = 20; member in android::Scene