Home
last modified time | relevance | path

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

12345678910

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java234 View view = new View(mActivity); in testGetContext() local
240 View view = new View(mActivity); in testGetResources() local
247 View view = new View(mActivity); in testGetAnimation() local
260 View view = new View(mActivity); in testSetAnimation() local
276 View view = new View(mActivity); in testClearAnimation() local
290 View view = new View(mActivity); in testStartAnimationNull() local
297 View view = new View(mActivity); in testStartAnimation() local
310 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local
325 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local
332 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local
[all …]
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
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/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/tests/widget/src/android/widget/cts/
DToastTest.java97 private static void assertShowToast(final View view) { in assertShowToast()
101 private static void assertShowAndHide(final View view) { in assertShowAndHide()
106 private static void assertNotShowToast(final View view) { in assertNotShowToast()
112 private void registerLayoutListener(final View view) { in registerLayoutListener()
117 private void assertLayoutDone(final View view) { in assertLayoutDone()
131 final View view = mToast.getView(); in testShow() local
157 final View view = mToast.getView(); in testCancel() local
193 View view = mToast.getView(); in testAccessDuration() local
278 View view = mToast.getView(); in testAccessMargin() local
344 View view = mToast.getView(); local
[all …]
/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/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()
DPerspectiveMeshNode.cpp23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection)… in before()
64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
/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/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/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/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/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/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/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/
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()
DVisibilitySetterActionTest.java67 final View view = new View(sContext); in testOneChild() local
82 final View view = new View(sContext); in testOneChildAddedTwice() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricTest.java175 mButtonTestNotSecured.setOnClickListener((view) -> { in onCreate() argument
178 mButtonTestNoneEnrolled.setOnClickListener((view) -> { in onCreate() argument
181 mButtonTestAuthenticate.setOnClickListener((view) -> { in onCreate() argument
184 mButtonEnroll.setOnClickListener((view) -> { in onCreate() argument
189 mButtonTestCredential.setOnClickListener((view) -> { in onCreate() argument
192 mButtonTestStringsSeen.setOnClickListener((view) -> { in onCreate() argument
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java485 public WebResourceResponse shouldInterceptRequest(WebView view, in testShouldInterceptRequestParams()
548 public WebResourceResponse shouldInterceptRequest(WebView view, in testShouldInterceptRequestResponse()
897 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
903 public void onPageFinished(WebView view, String url) { in onPageFinished()
911 public void onLoadResource(WebView view, String url) { in onLoadResource()
917 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
924 public void onReceivedError(WebView view, WebResourceRequest request, in onReceivedError()
931 public void onReceivedHttpError(WebView view, WebResourceRequest request, in onReceivedHttpError()
938 public void onReceivedLoginRequest(WebView view, String realm, String account, in onReceivedLoginRequest()
948 public void onFormResubmission(WebView view, Message dontResend, Message resend) { in onFormResubmission()
[all …]
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
DViewNodeTest.java56 View view = new View(mContext); in testAutofillIdMethods_orphanView() local
130 View view = new View(mContext); in testInvalidSetters() local
186 View view = new View(mContext); in testVisibility() local
227 View view = new View(mContext); in newSimpleStructure() local
361 View view = new View(mContext); in newStructureWithComplexText() local

12345678910