Home
last modified time | relevance | path

Searched refs:typeState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemViewController.kt68 private var typeState: Enum<TypeStates> = TypeStates.STATIC variable in com.android.car.docklib.view.DockItemViewController
75 typeState = TypeStates.DYNAMIC in setDynamic()
83 typeState = TypeStates.STATIC in setStatic()
176 "updateViewBasedOnState, typeState: $typeState, optionalState: $optionalState" in updateViewBasedOnState()
246 } else if (typeState == TypeStates.STATIC) { in getStrokeColor()
248 } else if (typeState == TypeStates.DYNAMIC) { in getStrokeColor()
257 } else if (typeState == TypeStates.STATIC) { in getStrokeWidth()
259 } else if (typeState == TypeStates.DYNAMIC) { in getStrokeWidth()