Improved doc
This commit is contained in:
parent
87b5ae3f5c
commit
07d8adf7e6
1 changed files with 4 additions and 2 deletions
|
|
@ -29,9 +29,11 @@ public final class PreferenceSearchResultHighlighter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Highlight the specified preference.
|
* Highlight the specified preference.
|
||||||
|
* <br/>
|
||||||
|
* Note: This function is Thread independent (can be called from outside of the main thread).
|
||||||
*
|
*
|
||||||
* @param item
|
* @param item The item to highlight
|
||||||
* @param prefsFragment
|
* @param prefsFragment The fragment where the items is located on
|
||||||
*/
|
*/
|
||||||
public static void highlight(
|
public static void highlight(
|
||||||
final PreferenceSearchItem item,
|
final PreferenceSearchItem item,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue