Searched refs:secondRs (Results 1 – 1 of 1) sorted by relevance
2885 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local2889 if (secondRs == null) { in areActionsVisiblyDifferent()2890 secondRs = new RemoteInput[0]; in areActionsVisiblyDifferent()2892 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()2897 String.valueOf(secondRs[j].getLabel()))) { in areActionsVisiblyDifferent()