HomeSort by relevance Sort by last modified time
    Searched full:view (Results 376 - 400 of 3846) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
BigEditTextActivityNonScrollableResizeTests.java 20 import android.view.View;
37 View rootView = ((BigEditTextActivityNonScrollableResize) mTargetActivity).getRootView();
38 View servedView = ((BigEditTextActivityNonScrollableResize) mTargetActivity).getDefaultFocusedView();
BigEditTextActivityScrollablePanScanTests.java 20 import android.view.View;
37 View rootView = ((BigEditTextActivityScrollablePanScan) mTargetActivity).getRootView();
38 View servedView = ((BigEditTextActivityScrollablePanScan) mTargetActivity).getDefaultFocusedView();
BigEditTextActivityScrollableResizeTests.java 20 import android.view.View;
38 View rootView = ((BigEditTextActivityScrollableResize) mTargetActivity).getRootView();
39 View servedView = ((BigEditTextActivityScrollableResize) mTargetActivity).getDefaultFocusedView();
BottomEditTextActivityPanScanTests.java 20 import android.view.View;
38 View rootView = ((BottomEditTextActivityPanScan) mTargetActivity).getRootView();
39 View servedView = ((BottomEditTextActivityPanScan) mTargetActivity).getDefaultFocusedView();
BottomEditTextActivityResizeTests.java 20 import android.view.View;
38 View rootView = ((BottomEditTextActivityResize) mTargetActivity).getRootView();
39 View servedView = ((BottomEditTextActivityResize) mTargetActivity).getDefaultFocusedView();
OneEditTextActivityNotSelectedTests.java 20 import android.view.View;
39 View rootView = ((OneEditTextActivityNotSelected) mTargetActivity).getRootView();
40 View servedView = ((OneEditTextActivityNotSelected) mTargetActivity).getDefaultFocusedView();
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardScreen.java 20 * Common interface of each {@link android.view.View} that is a screen of
26 * Return true if your view needs input, so should allow the soft
42 * This view is going away; a hook to do cleanup.
  /packages/apps/Calendar/src/com/android/calendar/
Navigator.java 23 * Returns the time in millis of the selected event in this view.
29 * Changes the view to include the given time.
30 * @param time the desired time to view.
36 * Changes the view to include today's date.
  /packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java 24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
234 * @see android.widget.ListAdapter#getView(int, View, ViewGroup)
236 public View getView(int position, View convertView, ViewGroup parent) {
237 View v;
248 * Create a new view for an entry.
251 * @return the newly created view
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
ReadOnlyContactEditorView.java 41 import android.view.LayoutInflater;
42 import android.view.View;
43 import android.view.ViewGroup;
50 * Custom view that displays read-only contacts in the edit screen.
54 private View mPhotoStub;
59 private View mHeaderColorBar;
60 private View mSideBar;
98 * Set the internal state for this view, given a current
141 mPhotoStub.setVisibility(View.GONE)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListView.java 22 import android.view.KeyEvent;
38 MessageListItem view = (MessageListItem)getSelectedView(); local
39 if (view == null) {
42 MessageItem item = view.getMessageItem();
Presenter.java 33 public Presenter(Context context, ViewInterface view, Model model) {
35 mView = view;
45 public void setView(ViewInterface view) {
46 mView = view;
ViewInterface.java 25 * Get the width of the View object.
29 * Get the height of the View object.
33 * Reset the view (for next presentation).
37 * Set the visibility of the View object.
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnProfileActor.java 21 import android.view.View;
36 * Creates the view in the connect dialog.
38 View createConnectView();
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 35 import android.view.MotionEvent;
36 import android.view.View;
37 import android.view.WindowManager;
38 import android.view.ViewGroup;
39 import android.view.Window;
40 import android.view.LayoutInflater;
57 private View mView;
85 mView.setVisibility(View.GONE);
93 public void setLiveWallpaper(View v)
246 final View view = mView; local
    [all...]
  /cts/tests/src/android/widget/cts/
MyGallery.java 22 import android.view.View;
23 import android.view.ViewGroup;
24 import android.view.ViewParent;
25 import android.view.ContextMenu.ContextMenuInfo;
26 import android.view.animation.Transformation;
48 protected boolean getChildStaticTransformation(View child, Transformation t) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java 26 import android.view.View;
27 import android.view.View.OnClickListener;
48 // view layout definition, which is being set here as
61 public void onClick(View v)
72 public void onClick(View v)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar3.java 17 package com.example.android.apis.view;
25 import android.view.View;
49 button.setOnClickListener(new View.OnClickListener() {
50 public void onClick(View v) {
56 button.setOnClickListener(new View.OnClickListener() {
57 public void onClick(View v) {
Spinner1.java 17 package com.example.android.apis.view;
25 import android.view.View;
52 AdapterView<?> parent, View view, int position, long id) {
69 AdapterView<?> parent, View view, int position, long id) {
  /external/skia/include/views/
SkViewInflate.h 32 as a view, otherwise assume root is that view, and just "inflate" it.
39 /** Given an id attribute value, return the corresponding view, or null
50 Do not call "inflate" on the view, just return it. This will
54 /** Base implementation calls view->inflate(dom, node). Subclasses may override this
55 to perform additional initializations to view, either before or after calling
58 virtual void inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node);
  /external/webkit/WebCore/manual-tests/
scrollIntoView-horizontal.html 10 Following the numbered steps on each button, click each button to scroll the next button into view.</p>
13 Next button scrolls into view as specified.</p>
16 Next button does not scroll into view, or the button is scrolled to the wrong positon (top, bottom).
20 <input id="topleft" type="button" value="STEP 1: click to horizontally scroll STEP 2 into view" onclick="document.getElementById('topright').scrollIntoView(false);">
22 <input id="topright" type="button" value="STEP 2: click to scroll STEP 3 to BOTTOM of view" style="position: absolute; left: 1200px;" onclick="document.getElementById('bottomleft').scrollIntoView(false);">
26 <input id="bottomleft" type="button" value="STEP 3: click to scroll STEP 4 to TOP of view" style="position: absolute; top: 1200px;" onclick="document.getElementById('bottomright').scrollIntoView(true);">
28 <input id="bottomright" type="button" value="STEP 4: click to scroll STEP 1 to TOP of view (then you're done)" style="position: absolute; top: 1200px; left: 1200px;" onclick="document.getElementById('topleft').scrollIntoView();">
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 22 import android.view.KeyEvent;
34 * @param view The WebView that is initiating the callback.
39 public boolean shouldOverrideUrlLoading(WebView view, String url) {
50 * @param view The WebView that is initiating the callback.
55 public void onPageStarted(WebView view, String url, Bitmap favicon) {
64 * @param view The WebView that is initiating the callback.
67 public void onPageFinished(WebView view, String url) {
74 * @param view The WebView that is initiating the callback.
77 public void onLoadResource(WebView view, String url) {
86 * @param view The WebView that is initiating the callback
    [all...]
  /frameworks/base/core/java/android/widget/
Spinner.java 27 import android.view.View;
28 import android.view.ViewGroup;
32 * A view that displays one child at a time and lets the user pick among them.
34 * this view.
65 View child = null;
103 * @see android.view.View#onLayout(boolean,int,int,int,int)
146 // Make selected view and center it
148 View sel = makeAndAddView(mSelectedPosition)
    [all...]
TextSwitcher.java 22 import android.view.View;
23 import android.view.ViewGroup;
61 public void addView(View child, int index, ViewGroup.LayoutParams params) {
71 * Sets the text of the next view and switches to the next view. This can
83 * Sets the text of the text view that is currently showing. This does
  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 17 package com.android.internal.view.menu;
23 import android.view.View;
30 import com.android.internal.view.menu.MenuBuilder.ItemInvoker;
33 * The expanded menu view is a list-like menu with all of the available menu items. It is opened
34 * by the user clicking no the 'More' button on the icon menu view.
92 public void onItemClick(AdapterView parent, View v, int position, long id) {

Completed in 4137 milliseconds

<<11121314151617181920>>