Searched refs:view (Results 1 - 25 of 68) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/view/
H A DView.java17 package mock_android.view;
H A DViewGroup.java17 package mock_android.view;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/widget/
H A DLinearLayout.java19 import mock_android.view.ViewGroup;
23 public class LayoutParams extends mock_android.view.ViewGroup.LayoutParams {
H A DTableLayout.java19 import mock_android.view.ViewGroup;
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
H A DApiHelper_11.java20 import android.view.View;
33 public void View_setSystemUiVisibility(View view, int visibility) { argument
34 view.setSystemUiVisibility(visibility);
H A DApiHelper.java21 import android.view.View;
54 public void View_setSystemUiVisibility(View view, int visibility) { argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
H A DGridModel.java144 /** List of all the view data for the children in this layout */
173 // the grid model is called repeatedly for the same view object.)
206 * @param index the position of the child node whose view we want to look up
216 * @param node the node for which we want the view info
217 * @return the view info for the node, or null if not found
220 for (ViewData view : mChildViews) {
221 if (view.node == node) {
222 return view;
241 for (ViewData view : mChildViews) {
242 if (view
867 getAxisBounds(Object view) argument
[all...]
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
H A DCustomPropertyAnimationActivity.java16 MyView view = new MyView(this);
17 container.addView(view);
19 ObjectAnimator anim = ObjectAnimator.ofFloat(view, "foo", 1);
H A DMyView.java4 import android.view.View;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
H A DDependencyGraph.java65 // Parent view:
85 ViewData view = new ViewData(child, id);
86 mNodeToView.put(child, view);
88 mIdToView.put(id, view);
92 for (ViewData view : mNodeToView.values()) {
93 for (IAttribute attribute : view.node.getLiveAttributes()) {
101 Constraint constraint = new Constraint(type, view, parentView);
102 view.dependsOn.add(constraint);
110 if (target == view) {
117 Constraint constraint = new Constraint(type, view, targe
182 findBackwards(ViewData view, Set<ViewData> visiting, List<ViewData> reachable, boolean vertical, ViewData start) argument
226 findForwards(ViewData view, Set<ViewData> visiting, List<Constraint> path, boolean vertical, INode target) argument
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DGridLayoutConverter.java137 // Locate the view for the layout
180 for (View view : mViews) {
181 if (view.mElement == mLayout) {
185 int gravity = GravityHelper.getGravity(view.mGravity, 0);
187 columnFixed.put(view.mCol, true);
188 } else if (!columnFixed.containsKey(view.mCol)) {
189 columnFixed.put(view.mCol, false);
192 rowFixed.put(view.mRow, true);
193 } else if (!rowFixed.containsKey(view.mRow)) {
194 rowFixed.put(view
519 View(CanvasViewInfo view, Element element) argument
625 GridModel(CanvasViewInfo view, Element layout, boolean flatten) argument
797 scan(CanvasViewInfo view, boolean isRoot) argument
[all...]
H A DRelativeLayoutConversionHelper.java127 // Locate the view for the layout
147 * Analyzes the given view hierarchy and produces a list of {@link View} objects which
175 // Create a complete list of view objects
180 for (View view : views) {
181 assert view.getLeftEdge() == left[view.mCol];
182 assert view.getTopEdge() == top[view.mRow];
183 assert view.getRightEdge() == left[view
1313 View(CanvasViewInfo view, Element element) argument
1433 EdgeList(CanvasViewInfo view) argument
1438 setIdAttributeValue(View view, String id) argument
1490 analyze(CanvasViewInfo view, boolean isRoot) argument
[all...]
/sdk/testapps/jarCheckTests3/lib2/libs/
H A Dandroid-support-v13.jar ... View, java.lang.Object) android.view.View view Object object public android.os.Parcelable saveState
/sdk/attribute_stats/src/
H A DAnalyzer.java49 * attributes listed in ADT's extra-view-metadata.xml (which drives the common attributes
58 /** Number of attributes to print for each view */
67 /** Map from view id to map from attribute to frequency count */
108 // The -metadata flag takes a pointer to an ADT extra-view-metadata.xml file
260 // view is embedded within, not the view itself.
267 // Skip ids: they are (mostly) unrelated to the view type and the tool
363 + " for each view (excluding layout_ attributes) :");
369 for (String view : views) {
370 String top = processUageMap(view, mFrequencie
391 processUageMap(String view, Map<String, Usage> map) argument
[all...]
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/apps/NotificationStudio/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 594 milliseconds

123