OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCWrapper
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java
67
* @param
gcWrapper
The graphics context wrapper for the layout rules to use.
71
public void paint(SelectionManager selectionManager,
GCWrapper
gcWrapper
,
90
paintSelection(
gcWrapper
, gc, s, isMultipleSelection);
96
paintSelectionFeedback(
gcWrapper
, selectedNodes, rulesEngine);
101
rulesEngine.callPaintSelectionFeedback(
gcWrapper
,
109
paintHints(
gcWrapper
, node, rulesEngine);
116
rulesEngine.callPaintSelectionFeedback(
gcWrapper
,
123
private void paintHints(
GCWrapper
gcWrapper
, NodeProxy node, RulesEngine rulesEngine)
[
all
...]
GCWrapper.java
45
public class
GCWrapper
implements IGraphics {
99
public
GCWrapper
(CanvasTransform hScale, CanvasTransform vScale) {
LayoutCanvas.java
136
private
GCWrapper
mGCWrapper;
292
mGCWrapper = new
GCWrapper
(mHScale, mVScale);
612
* Returns the
GCWrapper
used to paint view rules.
614
* @return The
GCWrapper
used to paint view rules
616
GCWrapper
getGcWrapper() {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java
40
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
GCWrapper
;
264
public void callPaintSelectionFeedback(
GCWrapper
gcWrapper
, NodeProxy parentNode,
271
rule.paintSelectionFeedback(
gcWrapper
, parentNode, childNodes, view);
[
all
...]
Completed in 113 milliseconds