Searched refs:object (Results 101 - 125 of 132) sorted by relevance

123456

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java106 * Get currently bound object.
113 * Get extra object associated with the view. Developer can attach
114 * any customized UI object in addition to {@link Presenter.ViewHolder}.
115 * A typical use case is attaching an animator object.
122 * Set extra object associated with the view. Developer can attach
123 * any customized UI object in addition to {@link Presenter.ViewHolder}.
124 * A typical use case is attaching an animator object.
126 public void setExtraObject(Object object) { argument
127 mExtraObject = object;
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java73 public void set(Drawable object, PointF value) {
74 object.copyBounds(mBounds);
76 object.setBounds(mBounds);
80 public PointF get(Drawable object) {
81 object.copyBounds(mBounds);
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java40 * <p>A remote control client object is associated with a media button event receiver. This
152 * from this object. An example of fixed playback volume is a remote player, playing over HDMI
161 * this object.
410 * @return A media session object or null.
417 * Class used to modify metadata in a {@link RemoteControlClient} object.
466 * @return Returns a reference to the same MetadataEditor object, so you can chain put
495 * @return Returns a reference to the same MetadataEditor object, so you can chain put
518 * @return Returns a reference to the same MetadataEditor object, so you can chain put
539 public synchronized MetadataEditor putObject(int key, Object object) argument
541 super.putObject(key, object);
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h71 void *object; /* some optional data field */ member in struct:tagApplicationData
/frameworks/base/core/java/android/util/
H A DArrayMap.java30 * avoid having to create an extra object for every entry put in to the map, and it
652 * <p>This implementation returns false if the object is not a map, or
658 public boolean equals(Object object) { argument
659 if (this == object) {
662 if (object instanceof Map) {
663 Map<?, ?> map = (Map<?, ?>) object;
850 * the {@link java.util.Map.Entry Map.Entry} object returned by its iterator is a single
851 * object that exists for the entire iterator, so you can <b>not</b> hold on to it
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java151 public void setValue(ActionBarOverlayLayout object, int value) {
152 object.setActionBarHideOffset(value);
156 public Integer get(ActionBarOverlayLayout object) {
157 return object.getActionBarHideOffset();
/frameworks/base/tools/aidl/
H A DAST.cpp178 :object(o),
185 :object(NULL),
198 if (this->object != NULL) {
199 this->object->Write(to);
H A DAST.h85 Expression* object; member in struct:FieldVariable
89 FieldVariable(Expression* object, const string& name);
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py41 class FontInfo(object):
H A Dbuild_font.py43 class FontInfo(object):
/frameworks/compile/slang/tests/
H A Dtest.py21 class Options(object):
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h58 static bool get(egl_display_t const* display, egl_object_t* object);
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk91 # object
102 object.c
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp100 desc[0] = *(effect_descriptor_t*)(sube[0])->object;
101 desc[1] = *(effect_descriptor_t*)(sube[1])->object;
/frameworks/base/core/java/android/view/
H A DView.java585 * classes change actual properties of the View object, such as {@link #setAlpha(float) alpha} and
593 * You can attach an {@link Animation} object to a view using
4919 * Register a drag event listener callback object for this View. The parameter is
5488 * {@link AccessibilityNodeInfo#recycle()} to minimize object creation.
6374 * insets object is propagated down the hierarchy, so any changes made to it will
8966 * @param event The KeyEvent object that defines the button action.
9010 * @param event The KeyEvent object that defines the button action.
9041 * @param event The KeyEvent object that defines the button action.
9094 * object correctly and in its entirety, so that the connected IME can rely
10423 * By default, the pivot point is centered on the object
[all...]
H A DViewDebug.java1105 final Object object) throws IllegalAccessException, InvocationTargetException,
1107 if (!(object instanceof View)) {
1108 return method.invoke(object, (Object[]) null);
1111 final View view = (View) object;
1594 * method invocation is complete. Returns an object equal to the result of the method
1104 callMethodOnAppropriateTheadBlocking(final Method method, final Object object) argument
/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java484 private Object readPrivateField(String fieldName, Object object) throws Exception { argument
485 Field f = object.getClass().getDeclaredField(fieldName);
487 return f.get(object);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java114 Object object; field in class:ViewPager.ItemInfo
418 mAdapter.destroyItem(this, ii.position, ii.object);
837 ii.object = mAdapter.instantiateItem(this, position);
859 final int newPos = mAdapter.getItemPosition(ii.object);
874 mAdapter.destroyItem(this, ii.position, ii.object);
1007 mAdapter.destroyItem(this, pos, ii.object);
1010 " view: " + ((View) ii.object));
1041 mAdapter.destroyItem(this, pos, ii.object);
1044 " view: " + ((View) ii.object));
1071 mAdapter.setPrimaryItem(this, mCurItem, curItem != null ? curItem.object
[all...]
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py62 class FromImpl(object):
71 class _VarImpl(object):
403 # Make sure the |upstream| Git object has been mirrored.
409 'Upstream object (%s) not reachable from %s' % (upstream, git_branch))
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1480 public void setValue(Drawable object, int value) {
1481 object.setAlpha(value);
1485 public Integer get(Drawable object) {
1486 return object.getAlpha();
H A DSwitch.java1208 public Float get(Switch object) {
1209 return object.mThumbPosition;
1213 public void setValue(Switch object, float value) {
1214 object.setThumbPosition(value);
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py261 class ApiCall(object):
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2536 * <strong>Note:</strong> You must not touch the object after calling this function.
2549 * is recycled. You must not touch the object after calling this function.
2988 public boolean equals(Object object) { argument
2989 if (this == object) {
2992 if (object == null) {
2995 if (getClass() != object.getClass()) {
2998 AccessibilityNodeInfo other = (AccessibilityNodeInfo) object;
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java253 * Returns a {@link java.text.DateFormat} object that can format the time according
256 * @return the {@link java.text.DateFormat} object that properly formats the time.
285 * Returns a {@link java.text.DateFormat} object that can format the date
289 * @return the {@link java.text.DateFormat} object that properly formats the date.
299 * Returns a {@link java.text.DateFormat} object to format the date
351 * Returns a {@link java.text.DateFormat} object that can format the date
354 * @return the {@link java.text.DateFormat} object that formats the date in long form.
361 * Returns a {@link java.text.DateFormat} object that can format the date
364 * @return the {@link java.text.DateFormat} object that formats the date in long form.
402 * Given a format string and a {@link java.util.Date} object, return
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java273 * Transportation object for returning WebView across thread boundaries.
279 * Sets the WebView to the transportation object.
288 * Gets the WebView object.
290 * @return the transported WebView object
444 * Constructs a new WebView with a Context object.
446 * @param context a Context object used to access application assets
455 * @param context a Context object used to access application assets
465 * @param context a Context object used to access application assets
478 * @param context a Context object used to access application assets
495 * @param context a Context object use
1772 addJavascriptInterface(Object object, String name) argument
[all...]

Completed in 1077 milliseconds

123456