Searched defs:view (Results 1 - 25 of 147) sorted by relevance

123456

/cts/tests/src/android/view/cts/
H A DMenuInflaterStubActivity.java17 package android.view.cts;
20 import android.view.MenuInflater;
H A DFocusHandlingStubActivity.java17 package android.view.cts;
H A DMockViewStub.java17 package android.view.cts;
21 import android.view.View;
H A DUsingViewsStubActivity.java17 package android.view.cts;
H A DViewLayoutPositionTestStubActivity.java17 package android.view.cts;
H A DViewStubStubActivity.java17 package android.view.cts;
H A DViewTestStubActivity.java17 package android.view.cts;
/cts/tests/src/android/view/inputmethod/cts/
H A DInputMethodInfoStub.java17 package android.view.inputmethod.cts;
H A DInputMethodStubActivity.java16 package android.view.inputmethod.cts;
/cts/tests/tests/view/src/android/view/cts/
H A DDisplayTest.java17 package android.view.cts;
22 import android.view.Display;
23 import android.view.WindowManager;
H A DInflateExceptionTest.java16 package android.view.cts;
19 import android.view.InflateException;
H A DSurfaceHolder_BadSurfaceTypeExceptionTest.java16 package android.view.cts;
19 import android.view.SurfaceHolder.BadSurfaceTypeException;
H A DView_BaseSavedStateTest.java17 package android.view.cts;
22 import android.view.View.BaseSavedState;
H A DView_FocusHandlingTest.java17 package android.view.cts;
26 import android.view.View;
141 // test scenario: a view will not actually take focus if it is not focusable
H A DView_IdsTest.java17 package android.view.cts;
25 import android.view.View;
H A DWindowManager_BadTokenExceptionTest.java16 package android.view.cts;
19 import android.view.WindowManager.BadTokenException;
/cts/tests/src/android/view/animation/cts/
H A DAnimationTestStubActivity.java17 package android.view.animation.cts;
/cts/tests/tests/holo/src/android/holo/cts/
H A DLayoutModifier.java19 import android.view.View;
22 * Interface used to do further setup on a view after it has been inflated.
26 /** Actions to take before inflating the view. */
30 * @param view inflated by the test activity
31 * @return the same view or another view that will be snapshotted by the test
33 View modifyView(View view); argument
/cts/tests/tests/holo/src/android/holo/cts/modifiers/
H A DDatePickerModifier.java20 import android.view.View;
29 public View modifyView(View view) { argument
30 DatePicker tp = (DatePicker) view;
32 return view;
H A DDialogBuilder.java20 import android.view.View;
30 Dialog buildDialog(View view); argument
H A DTabHostModifier.java21 import android.view.View;
27 public View modifyView(View view) { argument
28 TabHost tabHost = (TabHost) view;
45 return view;
H A DTimePickerModifier.java19 import android.view.View;
25 public View modifyView(View view) { argument
26 TimePicker timePicker = (TimePicker) view;
30 return view;
H A DViewPressedModifier.java19 import android.view.View;
24 public View modifyView(View view) { argument
25 view.setPressed(true);
26 return view;
/cts/tests/tests/view/src/android/view/animation/cts/
H A DGridLayoutAnimationController_AnimationParametersTest.java17 package android.view.animation.cts;
21 import android.view.animation.GridLayoutAnimationController;
22 import android.view.animation.GridLayoutAnimationController.AnimationParameters;
H A DLayoutAnimationController_AnimationParametersTest.java17 package android.view.animation.cts;
21 import android.view.animation.LayoutAnimationController;

Completed in 401 milliseconds

123456