| /cts/tests/tests/view/src/android/view/cts/ |
| D | ViewTest.java | 244 View view = new View(mActivity); in testGetContext() local 250 View view = new View(mActivity); in testGetResources() local 257 View view = new View(mActivity); in testGetAnimation() local 270 View view = new View(mActivity); in testSetAnimation() local 286 View view = new View(mActivity); in testClearAnimation() local 300 View view = new View(mActivity); in testStartAnimationNull() local 307 View view = new View(mActivity); in testStartAnimation() local 320 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local 335 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local 342 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local [all …]
|
| D | AutoHandwritingTest.java | 45 View view = activity.findViewById(R.id.auto_handwriting_enabled); in autoHandwriting_setToTrueInXml() local 53 View view = activity.findViewById(R.id.auto_handwriting_disabled); in autoHandwriting_setToFalseInXml() local 61 View view = activity.findViewById(R.id.auto_handwriting_enabled); in autoHandwriting_setToFalse() local 71 View view = activity.findViewById(R.id.auto_handwriting_disabled); in autoHandwriting_setToTrue() local 81 View view = activity.findViewById(R.id.default_textview); in autoHandwriting_textView_defaultValueIsTrue() local
|
| D | HandwritingBoundsOffsetTest.java | 46 final View view = activity.findViewById(R.id.default_view); in handwritingBoundsOffset_viewDefaultValue() local 59 final View view = activity.findViewById(R.id.default_textview); in handwritingBoundsOffset_textViewDefaultValue() local 78 final View view = activity.findViewById(R.id.default_edittext); in handwritingBoundsOffset_editTextDefaultValue() local 97 final View view = activity.findViewById(R.id.handwriting_bounds_offset); in handwritingBoundsOffset_setThoughXml() local 108 final View view = activity.findViewById(R.id.default_view); in setHandwritingBoundsOffsets() local
|
| D | View_AnimationTest.java | 73 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
|
| D | ViewAnimationMatrixTest.java | 56 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()
|
| D | ViewOutlineProviderTest.java | 49 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
|
| D | ViewReceiveContentTest.java | 74 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
|
| D | PointerCaptureTest.java | 83 private void requestFocusSync(View view) throws Throwable { in requestFocusSync() 92 private void requestCaptureSync(View view) throws Throwable { in requestCaptureSync() 106 private void releaseCaptureSync(View view) throws Throwable { in releaseCaptureSync() 116 public static View.OnCapturedPointerListener installCapturedPointerListener(View view) { in installCapturedPointerListener() 127 public static void clearCapturedPointerListener(View view) { in clearCapturedPointerListener() 153 View.OnCapturedPointerListener listener, View view, int action, int x, int y) { in verifyRelativeMouseEvent()
|
| /cts/tests/tests/widget29/src/android/widget/cts29/ |
| D | ToastTest.java | 116 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/ |
| D | CharacterPickerDialogTest.java | 58 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/ |
| D | EventCapturingClickListener.java | 33 public void onClick(View view) { in onClick() 39 View view; in assertClicked() local 64 View view = mViews.poll(waitTime, SECONDS); in assertNoneClicked() local
|
| D | EventCapturingLongClickListener.java | 47 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/ |
| 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()
|
| /cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
| D | AbstractLayoutModifier.java | 32 public void modifyViewBeforeAdd(View view) { in modifyViewBeforeAdd() 42 public void modifyViewAfterAdd(View view) { in modifyViewAfterAdd()
|
| /cts/tests/tests/view/src/android/view/animation/cts/ |
| D | AnimationTestUtils.java | 54 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/ |
| D | AbstractUserAuthenticationTest.java | 173 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
|
| D | BiometricStrongTests.java | 119 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/framework/base/windowmanager/app/src/android/server/wm/app/ |
| D | UiScalingTestActivity.java | 60 RelativeLayout view = findViewById(R.id.simple_ui_elements); in handleCommand() local 88 View view = findViewById(mViewIdMap.get(subviewId)); in handleCommand() local 95 View view = findViewById(mViewIdMap.get(subviewId)); in handleCommand() local
|
| /cts/tests/tests/text/src/android/text/cts/ |
| D | AutoTextTest.java | 65 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/ |
| D | ChangeScrollTest.java | 59 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/ |
| 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/inputmethod/util/src/android/view/inputmethod/cts/util/ |
| D | InputConnectionTestUtils.java | 92 final View view = new View(InstrumentationRegistry.getInstrumentation().getTargetContext()); in createBaseInputConnection() local 104 final View view = new View(InstrumentationRegistry.getInstrumentation().getTargetContext()); in createBaseInputConnection() local
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| D | GLSurfaceViewTest.java | 72 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithDelay() local 98 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithoutDelay() local
|