Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DView_AnimationTest.java68 final View view = mActivity.findViewById(R.id.fit_windows); in testAnimation() local
80 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT); in testAnimation() local
92 final View view = mActivity.findViewById(R.id.fit_windows); in testStartAnimation() local
107 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT); in testStartAnimation() local
123 final View view = mActivity.findViewById(R.id.fit_windows); in testClearBeforeAnimation() local
150 final View view = mActivity.findViewById(R.id.fit_windows); in testClearDuringAnimation() local
DViewTest.java162 View view = new View(mActivity); in testGetContext() local
175 View view = new View(mActivity); in testGetResources() local
189 View view = new View(mActivity); in testGetAnimation() local
206 View view = new View(mActivity); in testSetAnimation() local
226 View view = new View(mActivity); in testClearAnimation() local
247 View view = new View(mActivity); in testStartAnimation() local
282 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local
309 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local
323 View view = parent.findViewById(R.id.mock_view); in testFindViewById() local
340 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testAccessTouchDelegate() local
[all …]
DFocusFinderTest.java74 Button view = (Button)mFocusFinder.findNextFocus(mLayout, mBottomWide, View.FOCUS_UP); in testFindNextFocus() local
104 Button view = (Button)mFocusFinder.findNextFocusFromRect(mLayout, mTempRect, in testFindNextFocusFromRect() local
129 Button view = (Button)mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, in testFindNearestTouchable() local
DLayoutInflaterTest.java205 View view = null; in testCreateView() local
292 View view = mLayoutInflater.inflate( in testInflate() local
331 View view = mLayoutInflater.inflate( in testInflate2() local
378 View view = mLayoutInflater.inflate(parser, null); in testInflate3() local
437 View view = mLayoutInflater.inflate(parser, null, false); in testInflate4() local
DView_LayoutPositionTest.java128 View view = mActivity.findViewById(R.id.testview); in testPositionInParent() local
209 View view = new View(mActivity); in testPadding() local
DGestureDetectorTestUtil.java32 View view = activity.getView(); in testGestureDetector() local
DViewDebugTest.java65 View view = new View(null); in testRecyclerTracing() local
/cts/tests/tests/text/src/android/text/cts/
DAutoTextTest.java43 View view = new View(getContext()); in testGet() local
88 View view = new View(getContext()); in testGetSize() local
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java80 private void assertShowToast(final View view) { in assertShowToast()
89 private void assertShowAndHide(final View view) { in assertShowAndHide()
99 private void assertNotShowToast(final View view) throws InterruptedException { in assertNotShowToast()
118 final View view = mToast.getView(); in testShow() local
168 final View view = mToast.getView(); in testCancel() local
242 View view = mToast.getView(); in testAccessDuration() local
287 View view = mToast.getView(); in testAccessMargin() local
DSimpleAdapterTest.java368 ImageView view = new ImageView(mContext); in testSetViewImage() local
430 TextView view = new TextView(mContext); in testSetViewText() local
493 public boolean setViewValue(View view, Object data, String textRepresentation) { in setViewValue()
DSimpleCursorTreeAdapterTest.java135 TextView view = new TextView(mContext); in testBindChildView() local
158 TextView view = new TextView(mContext); in testBindGroupView() local
183 ImageView view = new ImageView(mContext); in testSetViewImage() local
DSimpleCursorAdapterTest.java206 TextView view = new TextView(mContext); in testSetViewText() local
224 ImageView view = new ImageView(mContext); in testSetViewImage() local
505 public boolean setViewValue(View view, Cursor cursor, int columnIndex) { in setViewValue()
DAdapterViewTest.java682 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
697 public boolean onItemLongClick(AdapterView<?> parent, View view, int position, long id) { in onItemLongClick()
714 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
DRemoteViewsTest.java144 View view = mResult.findViewById(R.id.remoteView_chronometer); in testSetViewVisibility() local
561 View view = mResult.findViewById(R.id.remoteView_chronometer); in testSetInt() local
670 View view = mResult.findViewById(R.id.remoteView_image); in testSetOnClickPendingIntent() local
DResourceCursorTreeAdapterTest.java225 protected void bindChildView(View view, Context context, Cursor cursor, in bindChildView()
230 protected void bindGroupView(View view, Context context, Cursor cursor, in bindGroupView()
DAbsListViewTest.java1061 public void onScroll(AbsListView view, int firstVisibleItem, in onScroll()
1070 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged()
1116 public void onMovedToScrapHeap(View view) { in onMovedToScrapHeap()
1127 private View view; field in AbsListViewTest.MockOnItemLongClickListener
1131 public boolean onItemLongClick(AdapterView<?> parent, View view, int position, long id) { in onItemLongClick()
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java61 final View view = new TextView(mActivity); in testConstructor() local
62 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local
91 final View view = new TextView(mActivity); in testOnItemClick() local
136 final View view = new TextView(mActivity); in testOnClick() local
/cts/tests/src/android/view/animation/cts/
DAnimationTestUtils.java47 final View view, final Animation animation) { in assertRunAnimation()
60 final View view, final Animation animation, final long duration) { in assertRunAnimation()
94 final ViewGroup view, final LayoutAnimationController controller, in assertRunController()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebHistoryItemTest.java77 final WebView view = getActivity().getWebView(); in testWebHistoryItem() local
113 final WebView view = getActivity().getWebView(); in testRedirect() local
149 private void assertLoadUrlSuccessfully(final WebView view, String url) { in assertLoadUrlSuccessfully()
DWebViewClientTest.java280 private void assertLoadUrlSuccessfully(final WebView view, String url) { in assertLoadUrlSuccessfully()
344 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
350 public void onPageFinished(WebView view, String url) { in onPageFinished()
358 public void onLoadResource(WebView view, String url) { in onLoadResource()
365 public void onTooManyRedirects(WebView view, Message cancelMsg, Message continueMsg) { in onTooManyRedirects()
371 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
378 public void onFormResubmission(WebView view, Message dontResend, Message resend) { in onFormResubmission()
384 public void doUpdateVisitedHistory(WebView view, String url, boolean isReload) { in doUpdateVisitedHistory()
390 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
397 public void onUnhandledKeyEvent(WebView view, KeyEvent event) { in onUnhandledKeyEvent()
[all …]
DWebChromeClientTest.java393 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
399 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
406 public boolean onJsAlert(WebView view, String url, String message, JsResult result) { in onJsAlert()
415 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) { in onJsConfirm()
424 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
434 public boolean onJsBeforeUnload(WebView view, String url, String message, JsResult result) { in onJsBeforeUnload()
449 public boolean onCreateWindow(WebView view, boolean dialog, boolean userGesture, in onCreateWindow()
461 public void onRequestFocus(WebView view) { in onRequestFocus()
466 public void onReceivedIcon(WebView view, Bitmap icon) { in onReceivedIcon()
DWebBackForwardListTest.java92 private void checkBackForwardList(final WebView view, final String... url) { in checkBackForwardList()
DHttpAuthHandlerTest.java154 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java52 TextView view = new TextView(this); in onCreate() local
/cts/tests/src/android/app/cts/
DListActivityTestHelper.java30 public View view; field in ListActivityTestHelper

12