/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactListFragment.java | 25 import android.view.LayoutInflater; 26 import android.view.View; 27 import android.view.View.OnClickListener; 28 import android.view.ViewGroup; 54 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { 98 public View getView(int position, View convertView, ViewGroup parent) { 103 final View resultView = convertView != null ? convertVie [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/ |
MockContactPhotoManager.java | 31 public void loadThumbnail(ImageView view, long photoId, boolean darkTheme, 33 defaultProvider.applyDefaultImage(view, -1, darkTheme); 37 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, 39 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme); 43 public void removePhoto(ImageView view) { 44 view.setImageDrawable(null);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/ |
Utils.java | 19 import android.view.View; 25 public static void checkRequestLayout(View v) { 27 final View root = v.getRootView(); 35 if ("android.view.ViewGroup".equals(ste.getClassName()) 43 e, "WARNING: in requestLayout during layout pass, view=%s", v);
|
/packages/apps/Gallery2/src/com/android/camera/ui/ |
PopupManager.java | 20 import android.view.View; 41 public void notifyShowPopup(View view) { 43 if ((View) listener != view) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanel.java | 22 import android.view.LayoutInflater; 23 import android.view.View; 24 import android.view.ViewGroup; 36 public View onCreateView(LayoutInflater inflater, ViewGroup container, 39 View panel = mMainView.findViewById(R.id.listStates);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
PopupManager.java | 20 import android.view.View; 41 public void notifyShowPopup(View view) { 43 if ((View) listener != view) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/ |
SearchableItemPreference.java | 24 import android.view.View; 44 protected void onBindView(View view) { 45 super.onBindView(view); 46 ImageView icon = (ImageView) view.findViewById(R.id.icon);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
ContactBadge.java | 20 import android.view.View; 25 * The base class may use {@link View#setOnClickListener} internally, 30 private View.OnClickListener mExtraOnClickListener; 45 public void onClick(View v) { 52 public void setExtraOnClickListener(View.OnClickListener extraOnClickListener) {
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryPreference.java | 23 import android.view.View; 49 protected void onBindView(View view) { 50 super.onBindView(view); 52 BatteryHistoryChart chart = (BatteryHistoryChart)view.findViewById(
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
ParsedNdefRecord.java | 23 import android.view.LayoutInflater; 24 import android.view.View; 25 import android.view.ViewGroup; 35 * Returns a view to display this record. 37 public abstract View getView(Activity activity, LayoutInflater inflater, ViewGroup parent,
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
OverlayLinearLayout.java | 30 import android.view.ActionMode; 31 import android.view.Display; 32 import android.view.Menu; 33 import android.view.MenuItem; 34 import android.view.MotionEvent; 35 import android.view.View; 73 private View mResizingView; 154 final View overlayView = getOverlayView(mMediaItem.getId()); 173 public boolean onSingleTapConfirmed(View view, int area, MotionEvent e) 519 final OverlayView view = (OverlayView)getOverlayView(mediaItemId); local 538 final OverlayView view = (OverlayView)getOverlayView(mediaItemId); local 607 final View view = getChildAt(i); local [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/ |
ApiHelper_11.java | 20 import android.view.View; 29 * Applies {@link View#setSystemUiVisibility(int)}, available only starting with API 11. 33 public void View_setSystemUiVisibility(View view, int visibility) { 34 view.setSystemUiVisibility(visibility);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/ |
plugin.xml | 6 <view 13 </view> 14 <view 21 </view> 22 <view 29 </view> 30 <view 37 </view> 38 <view 42 icon="icons/tree-view.png [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion11.txt | 55 <View /> : Attributes that can be used with android.view.View or any of its subclasses. 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your application at runtime. 67 <view /> : A view tag whose class attribute names the class to be instantiated
|
completion1-expected-completion12.txt | 55 <View /> : Attributes that can be used with android.view.View or any of its subclasses. 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your application at runtime. 67 <view /> : A view tag whose class attribute names the class to be instantiated
|
completion9-expected-completion64.txt | 55 <View /> : Attributes that can be used with android.view.View or any of its subclasses. 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your application at runtime. 68 <view /> : A view tag whose class attribute names the class to be instantiated
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ScrollViewScenario.java | 24 import android.view.View; 25 import android.view.ViewGroup; 26 import android.view.Window; 35 * Utility base class for creating scroll view scenarios, allowing you to add 42 * Holds content of scroll view 47 * The actual scroll view 53 * What we need of each view that the user wants: the view, and the ratio 57 View create(final Context context) [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupBrowseListFragment.java | 32 import android.view.LayoutInflater; 33 import android.view.MotionEvent; 34 import android.view.View; 35 import android.view.View.OnClickListener; 36 import android.view.View.OnFocusChangeListener; 37 import android.view.View.OnTouchListener [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
WidgetMac.mm | 77 static void safeRemoveFromSuperview(NSView *view) 79 // If the the view is the first responder, then set the window's first responder to nil so 80 // we don't leave the window pointing to a view that's no longer in it. 81 NSWindow *window = [view window]; 83 if ([firstResponder isKindOfClass:[NSView class]] && [(NSView *)firstResponder isDescendantOf:view]) 89 [view removeFromSuperview]; 93 Widget::Widget(NSView *view) 96 init(view); 119 // to bring focus to the right view on the UIProcess side. 120 NSView *view = [platformWidget() _webcore_effectiveFirstResponder] [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanel.java | 27 import android.view.Gravity; 28 import android.view.KeyEvent; 29 import android.view.LayoutInflater; 30 import android.view.MotionEvent; 31 import android.view.View; 32 import android.view.ViewGroup; 33 import android.view.ViewTreeObserver; 34 import android.view.animation.AccelerateInterpolator; 35 import android.view.animation.DecelerateInterpolator [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
KindSectionView.java | 23 import android.view.LayoutInflater; 24 import android.view.View; 25 import android.view.ViewGroup; 40 * Custom view for an entire section of data as segmented by 41 * {@link DataKind} around a {@link Data#MIMETYPE}. This view shows a 49 private View mAddFieldFooter; 81 mAddFieldFooter.setVisibility(View.VISIBLE); 83 mAddFieldFooter.setVisibility(View.GONE); 104 public void onClick(View v) 188 final View view; local 276 View view = mEditors.getChildAt(i); local 297 View view = mEditors.getChildAt(i); local [all...] |
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputMethodManagerTest.java | 16 package android.view.inputmethod.cts; 27 import android.view.KeyEvent; 28 import android.view.Window; 29 import android.view.inputmethod.BaseInputConnection; 30 import android.view.inputmethod.InputMethodInfo; 31 import android.view.inputmethod.InputMethodManager; 62 final EditText view = (EditText) window.findViewById(R.id.entry); local 67 return view.hasWindowFocus(); 74 view.requestFocus(); 78 assertTrue(view.isFocused()) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarSettingsActionProviderActivity.java | 23 import android.view.ActionProvider; 24 import android.view.LayoutInflater; 25 import android.view.Menu; 26 import android.view.MenuItem; 27 import android.view.View; 34 * This activity demonstrates how to implement an {@link android.view.ActionProvider} 86 public View onCreateActionView() { 87 // Inflate the action view to be shown on the action bar. 89 View view = layoutInflater.inflate(R.layout.action_bar_settings_action_provider, null) local [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarSettingsActionProviderActivity.java | 23 import android.support.v4.view.ActionProvider; 24 import android.view.LayoutInflater; 25 import android.view.Menu; 26 import android.view.MenuItem; 27 import android.view.View; 33 * This activity demonstrates how to implement an {@link android.view.ActionProvider} 70 public View onCreateActionView() { 71 // Inflate the action view to be shown on the action bar. 73 View view = layoutInflater.inflate(R.layout.action_bar_settings_action_provider, null) local [all...] |
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
ListViewAnimations.java | 29 import android.view.View; 63 public void onItemClick(AdapterView<?> parent, final View view, int position, long id) { 66 view.animate().setDuration(1000).alpha(0). 72 view.setAlpha(1); 76 // Here's where the problem starts - this animation will animate a View object. 77 // But that View may get recycled if it is animated out of the container, 78 // and the animation will continue to fade a view that now contains unrelated 80 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.ALPHA, 0) [all...] |