Searched refs:svs (Results 1 – 2 of 2) sorted by relevance
74 StackViewState svs = (StackViewState) viewState; in copyFrom() local75 height = svs.height; in copyFrom()76 dimmed = svs.dimmed; in copyFrom()77 dark = svs.dark; in copyFrom()78 hideSensitive = svs.hideSensitive; in copyFrom()79 belowSpeedBump = svs.belowSpeedBump; in copyFrom()80 clipTopAmount = svs.clipTopAmount; in copyFrom()81 topOverLap = svs.topOverLap; in copyFrom()82 notGoneIndex = svs.notGoneIndex; in copyFrom()83 location = svs.location; in copyFrom()
2265 private native int native_read_sv_status(int[] svs, float[] snrs, in native_read_sv_status() argument