OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectionOverlay
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java
159
SelectionOverlay
selectionOverlay
= mCanvas.getSelectionOverlay();
160
if (!
selectionOverlay
.isHiding()) {
161
selectionOverlay
.setHiding(true);
193
SelectionOverlay
selectionOverlay
= mCanvas.getSelectionOverlay();
194
selectionOverlay
.setHiding(false);
SelectionOverlay.java
36
* The {@link
SelectionOverlay
} paints the current selection as an overlay.
38
public class
SelectionOverlay
extends Overlay {
43
* Constructs a new {@link
SelectionOverlay
} tied to the given canvas.
47
public
SelectionOverlay
(LayoutCanvas canvas) {
LayoutCanvas.java
217
private
SelectionOverlay
mSelectionOverlay;
301
mSelectionOverlay = new
SelectionOverlay
(this);
639
* Returns the current {@link
SelectionOverlay
} painting the selection highlights
644
SelectionOverlay
getSelectionOverlay() {
[
all
...]
Completed in 726 milliseconds