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

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 22 import android.view.View;
23 import android.view.MotionEvent;
32 * lock pattern view.
37 private View mDefaultTouchRecepient;
47 public void setDefaultTouchRecepient(View defaultTouchRecepient) {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
HorizontalGravityTest.java 25 import android.view.View;
32 private View mReference;
33 private View mCenter;
34 private View mBottomRight;
35 private View mLeft;
WeightTest.java 24 import android.view.View;
31 private View mCell1;
32 private View mCell2;
33 private View mCell3;
34 private View mRow;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemsExpandOnSelection.java 20 import android.view.View;
21 import android.view.ViewGroup;
41 protected View createView(int position, ViewGroup parent, int desiredHeight) {
55 public View convertView(int position, View convertView, ViewGroup parent) {
ListManagedCursor.java 25 import android.view.View;
43 // Use a template that displays a text view
49 // The "text1" view defined in the XML template
55 public void onItemClick(AdapterView parent, View view, int position, long id) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListHorizontalFocusWithinItemWinsTest.java 23 import android.view.FocusFinder;
24 import android.view.KeyEvent;
25 import android.view.View;
56 FocusFinder.getInstance().findNextFocus(mListView, mTopLeftButton, View.FOCUS_RIGHT));
59 FocusFinder.getInstance().findNextFocus(mListView, mTopRightButton, View.FOCUS_LEFT));
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
ProviderPreference.java 24 import android.view.View;
49 protected void onBindView(View view) {
50 super.onBindView(view);
51 mProviderIconView = (ImageView) view.findViewById(R.id.providerIcon);
  /packages/apps/Gallery3D/src/com/cooliris/media/
Layer.java 21 import android.view.MotionEvent;
70 public abstract void generate(RenderView view, RenderView.Lists lists);
73 public boolean update(RenderView view, float frameInterval) {
77 public void renderOpaque(RenderView view, GL11 gl) {
80 public void renderBlended(RenderView view, GL11 gl) {
93 protected void onSurfaceCreated(RenderView view, GL11 gl) {
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutsAdapter.java 21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
45 public View getView(int position, View convertView, ViewGroup parent) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewInflater.java 24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
33 // The suggestion view classes that may be returned by this factory.
66 public SuggestionView getSuggestionView(int viewType, View convertView,
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPatternTutorial.java 24 import android.view.View;
26 public class ChooseLockPatternTutorial extends Activity implements View.OnClickListener {
27 private View mNextButton;
28 private View mSkipButton;
53 public void onClick(View v) {
EditPinPreference.java 25 import android.view.View;
52 protected void onBindDialogView(View view) {
53 super.onBindDialogView(view);
55 final EditText editText = (EditText) view.findViewById(android.R.id.edit);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsEditEN.java 20 import android.view.View;
39 * @param focusView The view
40 * @param focusPairView The pair view
42 public UserDictionaryToolsEditEN(View focusView, View focusPairView) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsEditJAJP.java 20 import android.view.View;
39 * @param focusView The view
40 * @param focusPairView The pair view
42 public UserDictionaryToolsEditJAJP(View focusView, View focusPairView) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasAlternateSelection.java 23 * that are located at the same x/y as the original view, either sibling or parents.
31 * Creates a new alternate selection based on the given originating view and the
47 /** Returns the originating view. Cannot be null. */
53 * Returns the current alternate view to select.
54 * Initially this is the top-most view.
61 * Changes the current view to be the next one and then returns it.
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 19 import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
30 import android.view.Gravity;
31 import android.view.KeyEvent;
32 import android.view.LayoutInflater;
33 import android.view.View;
34 import android.view.ViewGroup;
35 import android.view.Window;
36 import android.view.WindowManager;
37 import android.view.ViewGroup.LayoutParams
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 25 import android.view.FocusFinder;
26 import android.view.KeyEvent;
27 import android.view.MotionEvent;
28 import android.view.VelocityTracker;
29 import android.view.View;
30 import android.view.ViewConfiguration;
31 import android.view.ViewGroup;
32 import android.view.ViewParent;
33 import android.view.animation.AnimationUtils
648 View view = focusables.get(i); local
720 View view = getChildAt(count - 1); local
758 View view = getChildAt(count - 1); local
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 28 import android.view.animation.cts.DelayedCheck;
77 final WebView view = getActivity().getWebView(); local
78 WebBackForwardList list = view.copyBackForwardList();
82 assertLoadUrlSuccessfully(view, url);
83 list = view.copyBackForwardList();
91 Bitmap icon = view.getFavicon();
95 assertLoadUrlSuccessfully(view, url);
96 list = view.copyBackForwardList();
113 final WebView view = getActivity().getWebView(); local
114 // set the web view client so that redirects are loaded in the WebView itsel
    [all...]
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 29 import android.view.Menu;
30 import android.view.MenuItem;
31 import android.view.View;
32 import android.view.ViewGroup;
33 import android.view.LayoutInflater;
82 public View getView(int position, View convertView, ViewGroup parent)
84 View view; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 21 import android.view.View;
22 import android.view.Window;
23 import android.view.View.OnClickListener;
32 * Example of how to use a custom title {@link android.view.Window#FEATURE_CUSTOM_TITLE}.
75 public void onClick(View v) {
80 public void onClick(View v) {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo.java 23 import android.view.View;
24 import android.view.View.OnClickListener;
59 public void onClick(View v) {
69 public void onClick(View v) {
80 public void onClick(View v) {
90 public void onClick(View v) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 17 package com.example.android.apis.view;
25 import android.view.KeyEvent;
26 import android.view.View;
31 * A view that has a known number of selectable rows, and maintains a notion of which
33 * entire width of the view. The height of the view is divided evenly among
36 * Notice what this view does to be a good citizen w.r.t its internal selection:
37 * 1) calls {@link View#requestRectangleOnScreen} each time the selection changes due to
39 * 2) overrides {@link View#getFocusedRect} by filling in the rectangle of the currentl
    [all...]
List5.java 17 package com.example.android.apis.view;
24 import android.view.View;
25 import android.view.ViewGroup;
26 import android.view.LayoutInflater;
32 * A list view example with separators.
70 public View getView(int position, View convertView, ViewGroup parent) {
ProgressBar1.java 17 package com.example.android.apis.view;
25 import android.view.View;
26 import android.view.Window;
49 public void onClick(View v) {
58 public void onClick(View v) {
67 public void onClick(View v) {
76 public void onClick(View v) {
  /development/samples/SoftKeyboard/
AndroidManifest.xml 7 <action android:name="android.view.InputMethod" />
9 <meta-data android:name="android.view.im" android:resource="@xml/method" />

Completed in 2050 milliseconds

<<11121314151617181920>>