You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: android/tooling/rib-intellij-plugin/src/main/kotlin/com/uber/intellij/plugin/android/rib/AndroidDeviceRepository.kt
Copy file name to clipboardexpand all lines: android/tooling/rib-intellij-plugin/src/main/kotlin/com/uber/intellij/plugin/android/rib/AttachRibProjectServiceActivity.kt
Copy file name to clipboardexpand all lines: android/tooling/rib-intellij-plugin/src/main/kotlin/com/uber/intellij/plugin/android/rib/CommandLineUtils.kt
Copy file name to clipboardexpand all lines: android/tooling/rib-intellij-plugin/src/main/kotlin/com/uber/intellij/plugin/android/rib/RibHierarchyBrowser.kt
Copy file name to clipboardexpand all lines: android/tooling/rib-intellij-plugin/src/main/kotlin/com/uber/intellij/plugin/android/rib/RibHierarchyPanel.kt
+4-4
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@ import javax.swing.JSplitPane
38
38
importjavax.swing.JSplitPane.RIGHT
39
39
40
40
/** UI Component representing the panel including rib hierarchy. */
Copy file name to clipboardexpand all lines: android/tooling/rib-intellij-plugin/src/main/kotlin/com/uber/intellij/plugin/android/rib/RibHierarchyUtils.kt
+15-15
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,14 @@ import java.util.UUID
56
56
57
57
/** Utility class used by the Rib hierarchy browser component. */
58
58
@SuppressWarnings("TooManyFunctions")
59
-
classRibHierarchyUtils {
59
+
publicclassRibHierarchyUtils {
60
60
61
61
privateconstructor()
62
62
63
-
companionobject {
63
+
publiccompanionobject {
64
64
65
65
/** Constant used to represent empty UUID */
66
-
valEMPTY_UUID:UUID=UUID(0, 0)
66
+
publicvalEMPTY_UUID:UUID=UUID(0, 0)
67
67
68
68
/** Time for balloon to fade out */
69
69
privateconstvalBALLOON_FADE_OUT_TIME:Long=3000
@@ -72,7 +72,7 @@ class RibHierarchyUtils {
72
72
privateconstvalLAYOUT_FOLDER_NAME:String="layout"
73
73
74
74
/** Build root element, used when class is not available. */
0 commit comments