Searched refs:typeState (Results 1 – 1 of 1) sorted by relevance
68 private var typeState: Enum<TypeStates> = TypeStates.STATIC variable in com.android.car.docklib.view.DockItemViewController75 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()