/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 238 View view = new View(mActivity); in testGetContext() local 244 View view = new View(mActivity); in testGetResources() local 251 View view = new View(mActivity); in testGetAnimation() local 264 View view = new View(mActivity); in testSetAnimation() local 280 View view = new View(mActivity); in testClearAnimation() local 294 View view = new View(mActivity); in testStartAnimationNull() local 301 View view = new View(mActivity); in testStartAnimation() local 314 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local 329 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local 336 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local [all …]
|
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 | 82 private void requestFocusSync(View view) throws Throwable { in requestFocusSync() 91 private void requestCaptureSync(View view) throws Throwable { in requestCaptureSync() 105 private void releaseCaptureSync(View view) throws Throwable { in releaseCaptureSync() 115 public static View.OnCapturedPointerListener installCapturedPointerListener(View view) { in installCapturedPointerListener() 126 public static void clearCapturedPointerListener(View view) { in clearCapturedPointerListener() 152 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()
|
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()
|
/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/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/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/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
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 39 public static View.OnHoverListener installHoverListener(View view) { in installHoverListener() 43 public static View.OnHoverListener installHoverListener(View view, boolean result) { in installHoverListener() 53 public static void clearHoverListener(View view) { in clearHoverListener() 139 public static void verifyEnterMove(View.OnHoverListener listener, View view, int moveCount) { in verifyEnterMove() 146 View.OnHoverListener listener, View view, int moveCount) { in verifyEnterMoveExit() 155 View.OnHoverListener listener, View view, int moveCount, InOrder inOrder) { in verifyEnterMoveInternal()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | MyAutofillCallback.java | 63 public void onAutofillEvent(View view, int event) { in onAutofillEvent() 68 public void onAutofillEvent(View view, int childId, int event) { in onAutofillEvent() 184 public final View view; field in MyAutofillCallback.MyEvent 188 MyEvent(View view, int event) { in MyEvent() 192 MyEvent(View view, int childId, int event) { in MyEvent()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastTest.java | 155 private static void assertCustomToastShown(final View view) { in assertCustomToastShown() 167 private static void assertCustomToastShownAndHidden(final View view) { in assertCustomToastShownAndHidden() 187 private static void assertCustomToastNotShown(final View view) { in assertCustomToastNotShown() 205 private void registerLayoutListener(final View view) { in registerLayoutListener() 210 private void assertLayoutDone(final View view) { in assertLayoutDone() 230 TextView view = new TextView(mContext); in makeCustomToast() local 253 View view = mToast.getView(); in waitForToastToExpire() local 263 final View view = mToast.getView(); in testShow_whenCustomToast() local 352 final View view = mToast.getView(); in testCancel_whenCustomToast() local 388 View view = mToast.getView(); in testAccessDuration_whenCustomToast() local [all …]
|