Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java241 View view = new View(mActivity); in testGetContext() local
247 View view = new View(mActivity); in testGetResources() local
254 View view = new View(mActivity); in testGetAnimation() local
267 View view = new View(mActivity); in testSetAnimation() local
283 View view = new View(mActivity); in testClearAnimation() local
297 View view = new View(mActivity); in testStartAnimationNull() local
304 View view = new View(mActivity); in testStartAnimation() local
317 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local
332 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local
339 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local
[all …]
DAutoHandwritingTest.java45 View view = activity.findViewById(R.id.auto_handwriting_default); in autoHandwriting_defaultValueIsTrue() local
53 View view = activity.findViewById(R.id.auto_handwriting_enabled); in autoHandwriting_setToTrueInXml() local
61 View view = activity.findViewById(R.id.auto_handwriting_disabled); in autoHandwriting_setToFalseInXml() local
69 View view = activity.findViewById(R.id.auto_handwriting_enabled); in autoHandwriting_setToFalse() local
79 View view = activity.findViewById(R.id.auto_handwriting_disabled); in autoHandwriting_setToTrue() local
DView_AnimationTest.java73 final View view = mActivity.findViewById(R.id.mock_view); in testAnimation() local
87 final View view = mActivity.findViewById(R.id.mock_view); in testStartAnimationNull() local
93 final View view = mActivity.findViewById(R.id.mock_view); in testStartAnimation() local
103 final View view = mActivity.findViewById(R.id.mock_view); in testClearBeforeAnimation() local
122 final View view = mActivity.findViewById(R.id.mock_view); in testClearDuringAnimation() local
DViewAnimationMatrixTest.java56 View view = new View(InstrumentationRegistry.getTargetContext()); in testAnimationMatrixGetter() local
68 final View view = activity.mView; in testAnimationMatrixAppliedDuringDrawing() local
84 final View view = activity.mView; in testAnimationMatrixClearedWithPassingNull() local
97 private Matrix moveToTopLeftCorner(View view) { in moveToTopLeftCorner()
106 private Bitmap captureView(final View view, int width, int height) throws Throwable { in captureView()
124 private void waitForDraw(final View view) throws Throwable { in waitForDraw()
DViewOutlineProviderTest.java49 private void setViewLeftTopRightBottom(View view, int left, int top, int right, int bottom) { in setViewLeftTopRightBottom()
59 View view = new View(mContext); in testBackground() local
89 View view = new View(mContext); in testBounds() local
111 View view = new View(mContext); in testPaddedBounds() local
DViewReceiveContentTest.java74 View view = new View(mActivity); in testOnReceiveContent_mimeTypes() local
115 View view = new View(mActivity); in testPerformReceiveContent() local
139 View view = new View(mActivity); in testOnReceiveContent() local
154 View view = new View(mActivity); in testOnDragEvent_noOnReceiveContentListener() local
166 View view = new View(mActivity); in testOnDragEvent_withOnReceiveContentListener() local
189 View view = new View(mActivity); in testOnDragEvent_withOnReceiveContentListener_noneOfTheContentAccepted() local
209 View view = new View(mActivity); in testOnDragEvent_withOnReceiveContentListener_someOfTheContentAccepted() local
DPointerCaptureTest.java82 private void requestFocusSync(View view) throws Throwable { in requestFocusSync()
91 private void requestCaptureSync(View view) throws Throwable { in requestCaptureSync()
105 private void releaseCaptureSync(View view) throws Throwable { in releaseCaptureSync()
115 public static View.OnCapturedPointerListener installCapturedPointerListener(View view) { in installCapturedPointerListener()
126 public static void clearCapturedPointerListener(View view) { in clearCapturedPointerListener()
152 View.OnCapturedPointerListener listener, View view, int action, int x, int y) { in verifyRelativeMouseEvent()
/cts/tests/tests/widget29/src/android/widget/cts29/
DToastTest.java116 private static void assertShowToast(final View view) { in assertShowToast()
120 private static void assertShowAndHide(final View view) { in assertShowAndHide()
125 private static void assertNotShowToast(final View view) { in assertNotShowToast()
131 private void registerLayoutListener(final View view) { in registerLayoutListener()
136 private void assertLayoutDone(final View view) { in assertLayoutDone()
151 TextView view = new TextView(mContext); in makeCustomToast() local
162 final View view = mToast.getView(); in testShow() local
188 final View view = mToast.getView(); in testCancel() local
224 View view = mToast.getView(); in testAccessDuration() local
311 View view = mToast.getView(); in testAccessMargin() local
[all …]
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java58 final View view = new TextViewNoIme(mActivity); in testConstructor() local
59 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local
67 final View view = new TextViewNoIme(mActivity); in testConstructorNullContext() local
77 final View view = new TextViewNoIme(mActivity); in testOnItemClick() local
119 final View view = new TextViewNoIme(mActivity); in testOnClick() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingClickListener.java33 public void onClick(View view) { in onClick()
39 View view; in assertClicked() local
64 View view = mViews.poll(waitTime, SECONDS); in assertNoneClicked() local
DEventCapturingLongClickListener.java47 public boolean onLongClick(View view) { in onLongClick()
54 View view; in assertLongClicked() local
79 View view = mViews.poll(waitTime, SECONDS); in assertNoneLongClicked() local
/cts/tests/openglperf2/jni/graphics/
DProgramNode.cpp21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before()
25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
29 void ProgramNode::drawProgram(Matrix& model, Matrix& view, Matrix& projection) { in drawProgram()
DProgram.cpp21 void Program::before(Matrix& model, Matrix& view, Matrix& projection) { in before()
25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { in after()
DTransformationNode.cpp24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, in before()
32 void TransformationNode::after(Program& program, Matrix& model, Matrix& view, in after()
DTexturedMeshNode.cpp21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before()
39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DAbstractLayoutModifier.java32 public void modifyViewBeforeAdd(View view) { in modifyViewBeforeAdd()
42 public void modifyViewAfterAdd(View view) { in modifyViewAfterAdd()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestUtils.java54 final ActivityTestRule activityTestRule, final View view, final Animation animation) in assertRunAnimation()
71 final ActivityTestRule activityTestRule, final View view, final Animation animation, in assertRunAnimation()
90 final ViewGroup view, final LayoutAnimationController controller, in assertRunController()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationTest.java173 mCredentialPerUseButton.setOnClickListener((view) -> { in onCreate() argument
183 mCredentialTimedButton.setOnClickListener((view) -> { in onCreate() argument
193 mBiometricPerUseButton.setOnClickListener((view) -> { in onCreate() argument
203 mBiometricTimedButton.setOnClickListener((view) -> { in onCreate() argument
215 mCredentialPerUseButton_strongbox.setOnClickListener((view) -> { in onCreate() argument
225 mCredentialTimedButton_strongbox.setOnClickListener((view) -> { in onCreate() argument
235 mBiometricPerUseButton_strongbox.setOnClickListener((view) -> { in onCreate() argument
245 mBiometricTimedButton_strongbox.setOnClickListener((view) -> { in onCreate() argument
DBiometricStrongTests.java119 mCheckAndEnrollButton.setOnClickListener((view) -> { in onCreate() argument
123 mAuthenticateWithoutStrongBoxButton.setOnClickListener((view) -> { in onCreate() argument
128 mAuthenticateWithStrongBoxButton.setOnClickListener((view) -> { in onCreate() argument
133 mKeyInvalidatedButton.setOnClickListener((view) -> { in onCreate() argument
/cts/tests/tests/text/src/android/text/cts/
DAutoTextTest.java65 View view = new View(mContext); in testGet() local
106 View view = new View(mContext); in testGetSize() local
/cts/tests/tests/transition/src/android/transition/cts/
DChangeScrollTest.java59 final View view = mActivity.findViewById(R.id.text); in testChangeScroll() local
69 final View view = mActivity.findViewById(R.id.text); in testChangeScroll() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
DProjectionWidgetActivity.java42 public void onClick(View view) { in onClick()
56 View view = setContentViewAndInfoResources(R.layout.pwa_widgets, R.string.pwa_test, in onCreate() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DGLSurfaceViewTest.java72 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithDelay() local
98 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithoutDelay() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java39 public static View.OnHoverListener installHoverListener(View view) { in installHoverListener()
43 public static View.OnHoverListener installHoverListener(View view, boolean result) { in installHoverListener()
53 public static void clearHoverListener(View view) { in clearHoverListener()
139 public static void verifyEnterMove(View.OnHoverListener listener, View view, int moveCount) { in verifyEnterMove()
146 View.OnHoverListener listener, View view, int moveCount) { in verifyEnterMoveExit()
155 View.OnHoverListener listener, View view, int moveCount, InOrder inOrder) { in verifyEnterMoveInternal()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DMyAutofillCallback.java63 public void onAutofillEvent(View view, int event) { in onAutofillEvent()
68 public void onAutofillEvent(View view, int childId, int event) { in onAutofillEvent()
184 public final View view; field in MyAutofillCallback.MyEvent
188 MyEvent(View view, int event) { in MyEvent()
192 MyEvent(View view, int childId, int event) { in MyEvent()

12345678910>>...13