Home
last modified time | relevance | path

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

123456

/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.java150 View view = new View(mActivity); in testGetContext() local
155 View view = new View(mActivity); in testGetResources() local
161 View view = new View(mActivity); in testGetAnimation() local
173 View view = new View(mActivity); in testSetAnimation() local
188 View view = new View(mActivity); in testClearAnimation() local
202 View view = new View(mActivity); in testStartAnimation() local
220 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local
247 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local
253 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local
260 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/suite/cts/deviceTests/opengl/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.java51 final View view = new TextView(mActivity); in testConstructor() local
52 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local
71 final View view = new TextView(mActivity); in testOnItemClick() local
112 final View view = new TextView(mActivity); in testOnClick() local
/cts/suite/cts/deviceTests/ui/src/com/android/cts/ui/
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/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DViewInitializer.java24 public abstract void initializeView(View view); in initializeView()
/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()
DTimePickerModifier.java25 public View modifyView(View view) { in modifyView()
DDatePickerModifier.java29 public View modifyView(View view) { in modifyView()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java401 public WebResourceResponse shouldInterceptRequest(WebView view, in testShouldInterceptRequestParams()
464 public WebResourceResponse shouldInterceptRequest(WebView view, in testShouldInterceptRequestResponse()
606 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
612 public void onPageFinished(WebView view, String url) { in onPageFinished()
620 public void onLoadResource(WebView view, String url) { in onLoadResource()
627 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
634 public void onReceivedError(WebView view, WebResourceRequest request, in onReceivedError()
641 public void onReceivedHttpError(WebView view, WebResourceRequest request, in onReceivedHttpError()
648 public void onFormResubmission(WebView view, Message dontResend, Message resend) { in onFormResubmission()
654 public void doUpdateVisitedHistory(WebView view, String url, boolean isReload) { in doUpdateVisitedHistory()
[all …]
/cts/hostsidetests/theme/app/src/android/theme/app/
DLayoutModifier.java33 View modifyView(View view); in modifyView()
/cts/suite/cts/deviceTests/opengl/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/suite/cts/deviceTests/opengl/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()

123456