OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recomputelayout
(Results
1 - 10
of
10
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java
217
graphicalEditor.
recomputeLayout
();
PlayAnimationMenu.java
206
graphicalEditor.
recomputeLayout
();
GraphicalEditorPart.java
671
// So the solution is that if the editor is being created, we just call
recomputeLayout
674
recomputeLayout
();
718
recomputeLayout
();
741
recomputeLayout
();
[
all
...]
FragmentMenu.java
251
graphicalEditor.
recomputeLayout
();
SelectionManager.java
285
mCanvas.getEditorDelegate().
recomputeLayout
();
389
mCanvas.getEditorDelegate().
recomputeLayout
();
487
mCanvas.getEditorDelegate().
recomputeLayout
();
533
mCanvas.getEditorDelegate().
recomputeLayout
();
[
all
...]
LayoutMetadata.java
252
g.
recomputeLayout
();
PreviewIconFactory.java
368
mPalette.getEditor().
recomputeLayout
();
LayoutCanvas.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
409
public void
recomputeLayout
() {
410
mGraphicalEditor.
recomputeLayout
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java
647
mRulesEngine.getEditor().
recomputeLayout
();
Completed in 738 milliseconds