Searched refs:kMaxWidth (Results 1 – 3 of 3) sorted by relevance
113 static const int kMaxWidth; variable
114 mSceneWidth((width < Scene::kMaxWidth) ? width : Scene::kMaxWidth),
45 const int Scene::kMaxWidth = 20; member in android::Scene