OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recomputeLayout
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java
251
graphicalEditor.
recomputeLayout
();
ListViewTypeMenu.java
217
graphicalEditor.
recomputeLayout
();
LayoutMetadata.java
252
g.
recomputeLayout
();
LayoutCanvas.java
[
all
...]
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
...]
/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
...]
Completed in 594 milliseconds