/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 262 View view = new View(mActivity); in testGetContext() local 268 View view = new View(mActivity); in testGetResources() local 275 View view = new View(mActivity); in testGetAnimation() local 288 View view = new View(mActivity); in testSetAnimation() local 304 View view = new View(mActivity); in testClearAnimation() local 318 View view = new View(mActivity); in testStartAnimationNull() local 325 View view = new View(mActivity); in testStartAnimation() local 338 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local 353 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local 360 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local [all …]
|
D | AutoHandwritingTest.java | 56 View view = activity.findViewById(R.id.auto_handwriting_enabled); in autoHandwriting_setToTrueInXml() local 64 View view = activity.findViewById(R.id.auto_handwriting_disabled); in autoHandwriting_setToFalseInXml() local 72 View view = activity.findViewById(R.id.auto_handwriting_enabled); in autoHandwriting_setToFalse() local 82 View view = activity.findViewById(R.id.auto_handwriting_disabled); in autoHandwriting_setToTrue() local 92 View view = activity.findViewById(R.id.default_textview); in autoHandwriting_textView_defaultValueIsTrue() local
|
D | HandwritingBoundsOffsetTest.java | 57 final View view = activity.findViewById(R.id.default_view); in handwritingBoundsOffset_viewDefaultValue() local 70 final View view = activity.findViewById(R.id.default_textview); in handwritingBoundsOffset_textViewDefaultValue() local 89 final View view = activity.findViewById(R.id.default_edittext); in handwritingBoundsOffset_editTextDefaultValue() local 108 final View view = activity.findViewById(R.id.handwriting_bounds_offset); in handwritingBoundsOffset_setThoughXml() local 119 final View view = activity.findViewById(R.id.default_view); in setHandwritingBoundsOffsets() local
|
D | View_AnimationTest.java | 83 final View view = mActivity.findViewById(R.id.mock_view); in testAnimation() local 97 final View view = mActivity.findViewById(R.id.mock_view); in testStartAnimationNull() local 103 final View view = mActivity.findViewById(R.id.mock_view); in testStartAnimation() local 113 final View view = mActivity.findViewById(R.id.mock_view); in testClearBeforeAnimation() local 132 final View view = mActivity.findViewById(R.id.mock_view); in testClearDuringAnimation() local
|
D | ViewAnimationMatrixTest.java | 67 View view = new View(InstrumentationRegistry.getTargetContext()); in testAnimationMatrixGetter() local 79 final View view = activity.mView; in testAnimationMatrixAppliedDuringDrawing() local 95 final View view = activity.mView; in testAnimationMatrixClearedWithPassingNull() local 108 private Matrix moveToTopLeftCorner(View view) { in moveToTopLeftCorner() 117 private Bitmap captureView(final View view, int width, int height) throws Throwable { in captureView() 135 private void waitForDraw(final View view) throws Throwable { in waitForDraw()
|
D | ViewOutlineProviderTest.java | 51 private void setViewLeftTopRightBottom(View view, int left, int top, int right, int bottom) { in setViewLeftTopRightBottom() 61 View view = new View(mContext); in testBackground() local 91 View view = new View(mContext); in testBounds() local 113 View view = new View(mContext); in testPaddedBounds() local
|
D | ViewReceiveContentTest.java | 85 View view = new View(mActivity); in testOnReceiveContent_mimeTypes() local 126 View view = new View(mActivity); in testPerformReceiveContent() local 150 View view = new View(mActivity); in testOnReceiveContent() local 165 View view = new View(mActivity); in testOnDragEvent_noOnReceiveContentListener() local 177 View view = new View(mActivity); in testOnDragEvent_withOnReceiveContentListener() local 200 View view = new View(mActivity); in testOnDragEvent_withOnReceiveContentListener_noneOfTheContentAccepted() local 220 View view = new View(mActivity); in testOnDragEvent_withOnReceiveContentListener_someOfTheContentAccepted() local
|
/cts/tests/tests/widget29/src/android/widget/cts29/ |
D | ToastTest.java | 120 private static void assertShowToast(final View view) { in assertShowToast() 124 private static void assertShowAndHide(final View view) { in assertShowAndHide() 129 private static void assertNotShowToast(final View view) { in assertNotShowToast() 135 private void registerLayoutListener(final View view) { in registerLayoutListener() 140 private void assertLayoutDone(final View view) { in assertLayoutDone() 155 TextView view = new TextView(mContext); in makeCustomToast() local 166 final View view = mToast.getView(); in testShow() local 192 final View view = mToast.getView(); in testCancel() local 228 View view = mToast.getView(); in testAccessDuration() local 319 View view = mToast.getView(); in testAccessMargin() local [all …]
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | CharacterPickerDialogTest.java | 69 final View view = new TextViewNoIme(mActivity); in testConstructor() local 70 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local 78 final View view = new TextViewNoIme(mActivity); in testConstructorNullContext() local 88 final View view = new TextViewNoIme(mActivity); in testOnItemClick() local 130 final View view = new TextViewNoIme(mActivity); in testOnClick() local
|
D | CtsActivity.java | 48 public void setContentView(View view) { in setContentView() 60 public void setContentView(View view, ViewGroup.LayoutParams params) { in setContentView()
|
/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/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
D | AbstractUserAuthenticationTest.java | 175 mCredentialPerUseButton.setOnClickListener((view) -> { in onCreate() argument 185 mCredentialTimedButton.setOnClickListener((view) -> { in onCreate() argument 195 mBiometricPerUseButton.setOnClickListener((view) -> { in onCreate() argument 205 mBiometricTimedButton.setOnClickListener((view) -> { in onCreate() argument 217 mCredentialPerUseButton_strongbox.setOnClickListener((view) -> { in onCreate() argument 227 mCredentialTimedButton_strongbox.setOnClickListener((view) -> { in onCreate() argument 237 mBiometricPerUseButton_strongbox.setOnClickListener((view) -> { in onCreate() argument 247 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/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/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 | 67 View view = new View(mContext); in testGet() local 108 View view = new View(mContext); in testGetSize() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastPresenterTest.java | 61 View view = new FrameLayout(mContext); in testUpdateLayoutParams() local 79 View view = new FrameLayout(mContext); in testShowOnInvalidDisplay_doNotThrow() local 94 View view = new FrameLayout(mContext); in testAddA11yClientOnlyWhenShowing() 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/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/tests/input/src/android/input/cts/ |
D | PointerIconTest.kt | 136 val view = activity.window.decorView.rootView in testCreateBitmapIcon() constant 148 val view = activity.window.decorView.rootView in testLoadBitmapIcon() constant 164 val view = activity.window.decorView.rootView in testLoadVectorIconNoShadow() constant 183 val view = activity.window.decorView.rootView in testLoadVectorIcon() constant
|