Home
last modified time | relevance | path

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

1234567

/cts/tests/tests/view/src/android/view/cts/
DView_AnimationTest.java55 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
DViewTest.java189 View view = new View(mActivity); in testGetContext() local
194 View view = new View(mActivity); in testGetResources() local
200 View view = new View(mActivity); in testGetAnimation() local
212 View view = new View(mActivity); in testSetAnimation() local
227 View view = new View(mActivity); in testClearAnimation() local
241 View view = new View(mActivity); in testStartAnimation() local
259 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local
287 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local
293 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local
300 View view = new View(mActivity); in testSetScrollIndicators() local
[all …]
DLayoutInflaterTest.java138 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/
DToastTest.java76 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/
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()
DPerspectiveProgram.cpp32 void PerspectiveProgram::before(Matrix& model, Matrix& view, Matrix& projection) { in before()
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java47 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/
DScrollingActivity.java52 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/
DAutoTextTest.java40 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/
DAnimationTestUtils.java48 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/
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/graphics/src/android/opengl/cts/
DGLSurfaceViewTest.java66 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithDelay() local
91 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithoutDelay() local
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DViewPressedModifier.java24 public View modifyView(View view) { in modifyView()
DViewCheckedModifier.java25 public View modifyView(View view) { in modifyView()
DDatePickerModifier.java29 public View modifyView(View view) { in modifyView()
DTimePickerModifier.java25 public View modifyView(View view) { in modifyView()
/cts/hostsidetests/theme/app/src/android/theme/app/
DLayoutModifier.java33 View modifyView(View view); in modifyView()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DViewInitializer.java24 void initializeView(View view); in initializeView()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java442 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 …]
/cts/tests/openglperf2/jni/reference/scene/glowing/
DBlurMeshNode.cpp23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before()
55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
/cts/tests/openglperf2/jni/reference/scene/flocking/
DWaterMeshNode.cpp23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before()
68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()

1234567