OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartSelectSprite
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
SelectionActionModeHelper.java
81
private final
SmartSelectSprite
mSmartSelectSprite;
94
mSmartSelectSprite = new
SmartSelectSprite
(mTextView.getContext(),
307
final List<
SmartSelectSprite
.RectangleWithTextSelectionLayout> selectionRectangles =
316
SmartSelectSprite
.RectangleWithTextSelectionLayout::getRectangle);
324
private List<
SmartSelectSprite
.RectangleWithTextSelectionLayout> convertSelectionToRectangles(
326
final List<
SmartSelectSprite
.RectangleWithTextSelectionLayout> result = new ArrayList<>();
332
SmartSelectSprite
.RectangleWithTextSelectionLayout::getRectangle,
333
r -> new
SmartSelectSprite
.RectangleWithTextSelectionLayout(r,
340
SmartSelectSprite
.RectangleWithTextSelectionLayout::getRectangle,
341
SmartSelectSprite
.RECTANGLE_COMPARATOR))
[
all
...]
SmartSelectSprite.java
52
final class
SmartSelectSprite
{
336
SmartSelectSprite
(final Context context, @ColorInt int highlightColor,
349
* Performs the Smart Select animation on the view bound to this
SmartSelectSprite
.
/frameworks/base/config/
preloaded-classes
[
all
...]
Completed in 87 milliseconds