/cts/tests/tests/view/src/android/view/cts/ |
D | View_AnimationTest.java | 55 final View view = mActivity.findViewById(R.id.mock_view); in testAnimation() local 67 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT); in testAnimation() local 71 final View view = mActivity.findViewById(R.id.mock_view); in testStartAnimation() local 86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT); in testStartAnimation() local 90 final View view = mActivity.findViewById(R.id.mock_view); in testClearBeforeAnimation() local 110 final View view = mActivity.findViewById(R.id.mock_view); in testClearDuringAnimation() local
|
D | ViewTest.java | 190 View view = new View(mActivity); in testGetContext() local 195 View view = new View(mActivity); in testGetResources() local 201 View view = new View(mActivity); in testGetAnimation() local 213 View view = new View(mActivity); in testSetAnimation() local 228 View view = new View(mActivity); in testClearAnimation() local 242 View view = new View(mActivity); in testStartAnimation() local 260 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local 288 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local 294 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local 301 View view = new View(mActivity); in testSetScrollIndicators() local [all …]
|
D | LayoutInflaterTest.java | 138 View view = null; in testCreateView() local 212 View view = mLayoutInflater.inflate( in testInflate() local 236 View view = mLayoutInflater.inflate( in testInflate2() local 269 View view = mLayoutInflater.inflate(parser, null); in testInflate3() local 314 View view = mLayoutInflater.inflate(parser, null, false); in testInflate4() local 378 View view = container.findViewById(id); in verifyThemeType() local 387 final View view = mLayoutInflater.inflate( in testInflateTags() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastTest.java | 76 private void assertShowToast(final View view) { in assertShowToast() 85 private void assertShowAndHide(final View view) { in assertShowAndHide() 95 private void assertNotShowToast(final View view) throws InterruptedException { in assertNotShowToast() 101 private void registerLayoutListener(final View view) { in registerLayoutListener() 106 private void assertLayoutDone(final View view) { in assertLayoutDone() 128 final View view = mToast.getView(); in testShow() local 162 final View view = mToast.getView(); in testCancel() local 207 View view = mToast.getView(); in testAccessDuration() local 230 View view = mToast.getView(); in testAccessMargin() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | ProgramNode.cpp | 21 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()
|
D | Program.cpp | 21 void Program::before(Matrix& model, Matrix& view, Matrix& projection) { in before() 25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { in after()
|
D | TransformationNode.cpp | 24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, in before() 32 void TransformationNode::after(Program& program, Matrix& model, Matrix& view, in after()
|
D | TexturedMeshNode.cpp | 21 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()
|
D | PerspectiveMeshNode.cpp | 23 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()
|
D | PerspectiveProgram.cpp | 32 void PerspectiveProgram::before(Matrix& model, Matrix& view, Matrix& projection) { in before()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | CharacterPickerDialogTest.java | 47 final View view = new TextViewNoIme(mActivity); in testConstructor() local 48 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local 67 final View view = new TextViewNoIme(mActivity); in testOnItemClick() local 108 final View view = new TextViewNoIme(mActivity); in testOnClick() local
|
/cts/tests/ui/src/android/ui/cts/ |
D | ScrollingActivity.java | 52 ListView view = getListView(); in onCreate() local 66 final ListView view = getListView(); in doScroll() local 84 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() 89 public void onScroll(AbsListView view, int firstVisibleItem, in onScroll()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | AutoTextTest.java | 40 View view = new View(getContext()); in testGet() local 85 View view = new View(getContext()); in testGetSize() local
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTestUtils.java | 48 final View view, final Animation animation) { in assertRunAnimation() 61 final View view, final Animation animation, final long duration) { in assertRunAnimation() 97 final ViewGroup view, final LayoutAnimationController controller, in assertRunController()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/ |
D | ProjectionWidgetActivity.java | 42 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/graphics/src/android/opengl/cts/ |
D | GLSurfaceViewTest.java | 66 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithDelay() local 91 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithoutDelay() local
|
/cts/tests/tests/view/src/android/view/cts/surfacevalidator/ |
D | AnimationFactory.java | 22 ValueAnimator createAnimator(View view); in createAnimator()
|
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
D | ViewPressedModifier.java | 24 public View modifyView(View view) { in modifyView()
|
D | ViewCheckedModifier.java | 25 public View modifyView(View view) { in modifyView()
|
D | DatePickerModifier.java | 29 public View modifyView(View view) { in modifyView()
|
D | TimePickerModifier.java | 25 public View modifyView(View view) { in modifyView()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ViewInitializer.java | 24 void initializeView(View view); in initializeView()
|
/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/ |
D | ToastActivity.java | 33 View view = new View(this); in onCreate() local
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | LayoutModifier.java | 33 View modifyView(View view); in modifyView()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewClientTest.java | 442 public WebResourceResponse shouldInterceptRequest(WebView view, in testShouldInterceptRequestParams() 505 public WebResourceResponse shouldInterceptRequest(WebView view, in testShouldInterceptRequestResponse() 672 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted() 678 public void onPageFinished(WebView view, String url) { in onPageFinished() 686 public void onLoadResource(WebView view, String url) { in onLoadResource() 693 public void onReceivedError(WebView view, int errorCode, in onReceivedError() 700 public void onReceivedError(WebView view, WebResourceRequest request, in onReceivedError() 707 public void onReceivedHttpError(WebView view, WebResourceRequest request, in onReceivedHttpError() 714 public void onReceivedLoginRequest(WebView view, String realm, String account, in onReceivedLoginRequest() 724 public void onFormResubmission(WebView view, Message dontResend, Message resend) { in onFormResubmission() [all …]
|