Searched refs:info (Results 1 - 25 of 558) sorted by relevance

1234567891011>>

/frameworks/support/v4/ics/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompatIcs.java28 public static boolean getCanRetrieveWindowContent(AccessibilityServiceInfo info) { argument
29 return info.getCanRetrieveWindowContent();
32 public static String getDescription(AccessibilityServiceInfo info) { argument
33 return info.getDescription();
36 public static String getId(AccessibilityServiceInfo info) { argument
37 return info.getId();
40 public static ResolveInfo getResolveInfo(AccessibilityServiceInfo info) { argument
41 return info.getResolveInfo();
44 public static String getSettingsActivityName(AccessibilityServiceInfo info) { argument
45 return info
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_get_main_data_size.cpp38 mp3Header *info, pointer to mp3 header info structure
116 int32 pvmp3_get_main_data_size(mp3Header *info, argument
121 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[info->version_x][info->bitrate_index] << 20,
122 inv_sfreq[info->sampling_frequency]);
125 numBytes >>= (20 - info->version_x);
130 if (info->version_x == MPEG_1)
133 if (info->mode == MPG_MD_MONO)
147 if (info
[all...]
H A Dpvmp3_decode_header.cpp39 mp3Header *info,
43 mp3Header *info, structure holding the parsed mp3 header info
116 mp3Header *info,
153 info->version_x = MPEG_2_5;
156 info->version_x = MPEG_2;
159 info->version_x = MPEG_1;
162 info->version_x = INVALID_VERSION;
167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
168 info
115 pvmp3_decode_header(tmp3Bits *inputStream, mp3Header *info, uint32 *crc) argument
[all...]
H A Dpvmp3_get_main_data_size.h89 int32 pvmp3_get_main_data_size(mp3Header *info,
H A Dpvmp3_alias_reduction.h84 mp3Header *info);
H A Dpvmp3_decode_header.h90 mp3Header *info,
H A Dpvmp3_get_side_info.h91 mp3Header *info,
H A Dpvmp3_mpeg2_get_scale_data.h92 mp3Header *info,
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java38 public static Object obtain(Object info) { argument
39 return AccessibilityNodeInfo.obtain((AccessibilityNodeInfo) info);
42 public static void addAction(Object info, int action) { argument
43 ((AccessibilityNodeInfo) info).addAction(action);
46 public static void addChild(Object info, View child) { argument
47 ((AccessibilityNodeInfo) info).addChild(child);
51 public static List<Object> findAccessibilityNodeInfosByText(Object info, String text) { argument
52 Object result = ((AccessibilityNodeInfo) info).findAccessibilityNodeInfosByText(text);
56 public static int getActions(Object info) { argument
57 return ((AccessibilityNodeInfo) info)
60 getBoundsInParent(Object info, Rect outBounds) argument
64 getBoundsInScreen(Object info, Rect outBounds) argument
68 getChild(Object info, int index) argument
72 getChildCount(Object info) argument
76 getClassName(Object info) argument
80 getContentDescription(Object info) argument
84 getPackageName(Object info) argument
88 getParent(Object info) argument
92 getText(Object info) argument
96 getWindowId(Object info) argument
100 isCheckable(Object info) argument
104 isChecked(Object info) argument
108 isClickable(Object info) argument
112 isEnabled(Object info) argument
116 isFocusable(Object info) argument
120 isFocused(Object info) argument
124 isLongClickable(Object info) argument
128 isPassword(Object info) argument
132 isScrollable(Object info) argument
136 isSelected(Object info) argument
140 performAction(Object info, int action) argument
144 setBoundsInParent(Object info, Rect bounds) argument
148 setBoundsInScreen(Object info, Rect bounds) argument
152 setCheckable(Object info, boolean checkable) argument
156 setChecked(Object info, boolean checked) argument
160 setClassName(Object info, CharSequence className) argument
164 setClickable(Object info, boolean clickable) argument
168 setContentDescription(Object info, CharSequence contentDescription) argument
172 setEnabled(Object info, boolean enabled) argument
176 setFocusable(Object info, boolean focusable) argument
180 setFocused(Object info, boolean focused) argument
184 setLongClickable(Object info, boolean longClickable) argument
188 setPackageName(Object info, CharSequence packageName) argument
192 setParent(Object info, View parent) argument
196 setPassword(Object info, boolean password) argument
200 setScrollable(Object info, boolean scrollable) argument
204 setSelected(Object info, boolean selected) argument
208 setSource(Object info, View source) argument
212 setText(Object info, CharSequence text) argument
216 recycle(Object info) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatJellyBean.java28 public static void addChild(Object info, View child, int virtualDescendantId) { argument
29 ((AccessibilityNodeInfo) info).addChild(child, virtualDescendantId);
32 public static void setSource(Object info, View root, int virtualDescendantId) { argument
33 ((AccessibilityNodeInfo) info).setSource(root, virtualDescendantId);
36 public static boolean isVisibleToUser(Object info) { argument
37 return ((AccessibilityNodeInfo) info).isVisibleToUser();
40 public static void setVisibleToUser(Object info, boolean visibleToUser) { argument
41 ((AccessibilityNodeInfo) info).setVisibleToUser(visibleToUser);
44 public static boolean performAction(Object info, int action, Bundle arguments) { argument
45 return ((AccessibilityNodeInfo) info)
48 setMovementGranularities(Object info, int granularities) argument
52 getMovementGranularities(Object info) argument
60 findFocus(Object info, int focus) argument
64 focusSearch(Object info, int direction) argument
68 setParent(Object info, View root, int virtualDescendantId) argument
72 isAccessibilityFocused(Object info) argument
76 setAccesibilityFocused(Object info, boolean focused) argument
[all...]
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatJellybeanMr2.java23 public static void setViewIdResourceName(Object info, String viewId) { argument
24 ((AccessibilityNodeInfo) info).setViewIdResourceName(viewId);
27 public static String getViewIdResourceName(Object info) { argument
28 return ((AccessibilityNodeInfo) info).getViewIdResourceName();
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java25 public static int getLiveRegion(Object info) { argument
26 return ((AccessibilityNodeInfo) info).getLiveRegion();
29 public static void setLiveRegion(Object info, int mode) { argument
30 ((AccessibilityNodeInfo) info).setLiveRegion(mode);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java40 public Object obtain(Object info); argument
42 public void setSource(Object info, View source); argument
43 public void setSource(Object info, View root, int virtualDescendantId); argument
44 public Object findFocus(Object info, int focus); argument
45 public Object focusSearch(Object info, int direction); argument
46 public int getWindowId(Object info); argument
47 public int getChildCount(Object info); argument
48 public Object getChild(Object info, int index); argument
49 public void addChild(Object info, View child); argument
50 public void addChild(Object info, Vie argument
51 getActions(Object info) argument
52 addAction(Object info, int action) argument
53 performAction(Object info, int action) argument
54 performAction(Object info, int action, Bundle arguments) argument
55 setMovementGranularities(Object info, int granularities) argument
56 getMovementGranularities(Object info) argument
57 findAccessibilityNodeInfosByText(Object info, String text) argument
58 getParent(Object info) argument
59 setParent(Object info, View root, int virtualDescendantId) argument
60 setParent(Object info, View parent) argument
61 getBoundsInParent(Object info, Rect outBounds) argument
62 setBoundsInParent(Object info, Rect bounds) argument
63 getBoundsInScreen(Object info, Rect outBounds) argument
64 setBoundsInScreen(Object info, Rect bounds) argument
65 isCheckable(Object info) argument
66 setCheckable(Object info, boolean checkable) argument
67 isChecked(Object info) argument
68 setChecked(Object info, boolean checked) argument
69 isFocusable(Object info) argument
70 setFocusable(Object info, boolean focusable) argument
71 isFocused(Object info) argument
72 setFocused(Object info, boolean focused) argument
73 isVisibleToUser(Object info) argument
74 setVisibleToUser(Object info, boolean visibleToUser) argument
75 isAccessibilityFocused(Object info) argument
76 setAccessibilityFocused(Object info, boolean focused) argument
77 isSelected(Object info) argument
78 setSelected(Object info, boolean selected) argument
79 isClickable(Object info) argument
80 setClickable(Object info, boolean clickable) argument
81 isLongClickable(Object info) argument
82 setLongClickable(Object info, boolean longClickable) argument
83 isEnabled(Object info) argument
84 setEnabled(Object info, boolean enabled) argument
85 isPassword(Object info) argument
86 setPassword(Object info, boolean password) argument
87 isScrollable(Object info) argument
88 setScrollable(Object info, boolean scrollable) argument
89 getPackageName(Object info) argument
90 setPackageName(Object info, CharSequence packageName) argument
91 getClassName(Object info) argument
92 setClassName(Object info, CharSequence className) argument
93 getText(Object info) argument
94 setText(Object info, CharSequence text) argument
95 getContentDescription(Object info) argument
96 setContentDescription(Object info, CharSequence contentDescription) argument
97 recycle(Object info) argument
98 getViewIdResourceName(Object info) argument
99 setViewIdResourceName(Object info, String viewId) argument
100 getLiveRegion(Object info) argument
101 setLiveRegion(Object info, int mode) argument
121 obtain(Object info) argument
126 addAction(Object info, int action) argument
131 addChild(Object info, View child) argument
136 addChild(Object info, View child, int virtualDescendantId) argument
141 findAccessibilityNodeInfosByText(Object info, String text) argument
146 getActions(Object info) argument
151 getBoundsInParent(Object info, Rect outBounds) argument
156 getBoundsInScreen(Object info, Rect outBounds) argument
161 getChild(Object info, int index) argument
166 getChildCount(Object info) argument
171 getClassName(Object info) argument
176 getContentDescription(Object info) argument
181 getPackageName(Object info) argument
186 getParent(Object info) argument
191 getText(Object info) argument
196 getWindowId(Object info) argument
201 isCheckable(Object info) argument
206 isChecked(Object info) argument
211 isClickable(Object info) argument
216 isEnabled(Object info) argument
221 isFocusable(Object info) argument
226 isFocused(Object info) argument
231 isVisibleToUser(Object info) argument
236 isAccessibilityFocused(Object info) argument
241 isLongClickable(Object info) argument
246 isPassword(Object info) argument
251 isScrollable(Object info) argument
256 isSelected(Object info) argument
261 performAction(Object info, int action) argument
266 performAction(Object info, int action, Bundle arguments) argument
271 setMovementGranularities(Object info, int granularities) argument
276 getMovementGranularities(Object info) argument
281 setBoundsInParent(Object info, Rect bounds) argument
286 setBoundsInScreen(Object info, Rect bounds) argument
291 setCheckable(Object info, boolean checkable) argument
296 setChecked(Object info, boolean checked) argument
301 setClassName(Object info, CharSequence className) argument
306 setClickable(Object info, boolean clickable) argument
311 setContentDescription(Object info, CharSequence contentDescription) argument
316 setEnabled(Object info, boolean enabled) argument
321 setFocusable(Object info, boolean focusable) argument
326 setFocused(Object info, boolean focused) argument
331 setVisibleToUser(Object info, boolean visibleToUser) argument
336 setAccessibilityFocused(Object info, boolean focused) argument
341 setLongClickable(Object info, boolean longClickable) argument
346 setPackageName(Object info, CharSequence packageName) argument
351 setParent(Object info, View parent) argument
356 setPassword(Object info, boolean password) argument
361 setScrollable(Object info, boolean scrollable) argument
366 setSelected(Object info, boolean selected) argument
371 setSource(Object info, View source) argument
376 setSource(Object info, View root, int virtualDescendantId) argument
381 findFocus(Object info, int focus) argument
386 focusSearch(Object info, int direction) argument
391 setText(Object info, CharSequence text) argument
396 recycle(Object info) argument
401 setParent(Object info, View root, int virtualDescendantId) argument
406 getViewIdResourceName(Object info) argument
411 setViewIdResourceName(Object info, String viewId) argument
416 getLiveRegion(Object info) argument
421 setLiveRegion(Object info, int mode) argument
438 obtain(Object info) argument
443 addAction(Object info, int action) argument
448 addChild(Object info, View child) argument
453 findAccessibilityNodeInfosByText(Object info, String text) argument
458 getActions(Object info) argument
463 getBoundsInParent(Object info, Rect outBounds) argument
468 getBoundsInScreen(Object info, Rect outBounds) argument
473 getChild(Object info, int index) argument
478 getChildCount(Object info) argument
483 getClassName(Object info) argument
488 getContentDescription(Object info) argument
493 getPackageName(Object info) argument
498 getParent(Object info) argument
503 getText(Object info) argument
508 getWindowId(Object info) argument
513 isCheckable(Object info) argument
518 isChecked(Object info) argument
523 isClickable(Object info) argument
528 isEnabled(Object info) argument
533 isFocusable(Object info) argument
538 isFocused(Object info) argument
543 isLongClickable(Object info) argument
548 isPassword(Object info) argument
553 isScrollable(Object info) argument
558 isSelected(Object info) argument
563 performAction(Object info, int action) argument
568 setBoundsInParent(Object info, Rect bounds) argument
573 setBoundsInScreen(Object info, Rect bounds) argument
578 setCheckable(Object info, boolean checkable) argument
583 setChecked(Object info, boolean checked) argument
588 setClassName(Object info, CharSequence className) argument
593 setClickable(Object info, boolean clickable) argument
598 setContentDescription(Object info, CharSequence contentDescription) argument
603 setEnabled(Object info, boolean enabled) argument
608 setFocusable(Object info, boolean focusable) argument
613 setFocused(Object info, boolean focused) argument
618 setLongClickable(Object info, boolean longClickable) argument
623 setPackageName(Object info, CharSequence packageName) argument
628 setParent(Object info, View parent) argument
633 setPassword(Object info, boolean password) argument
638 setScrollable(Object info, boolean scrollable) argument
643 setSelected(Object info, boolean selected) argument
648 setSource(Object info, View source) argument
653 setText(Object info, CharSequence text) argument
658 recycle(Object info) argument
670 findFocus(Object info, int focus) argument
675 focusSearch(Object info, int direction) argument
680 addChild(Object info, View child, int virtualDescendantId) argument
685 setSource(Object info, View root, int virtualDescendantId) argument
690 isVisibleToUser(Object info) argument
695 setVisibleToUser(Object info, boolean visibleToUser) argument
700 isAccessibilityFocused(Object info) argument
705 setAccessibilityFocused(Object info, boolean focused) argument
710 performAction(Object info, int action, Bundle arguments) argument
715 setMovementGranularities(Object info, int granularities) argument
720 getMovementGranularities(Object info) argument
725 setParent(Object info, View root, int virtualDescendantId) argument
733 getViewIdResourceName(Object info) argument
738 setViewIdResourceName(Object info, String viewId) argument
745 getLiveRegion(Object info) argument
750 setLiveRegion(Object info, int mode) argument
1080 AccessibilityNodeInfoCompat(Object info) argument
1133 obtain(AccessibilityNodeInfoCompat info) argument
[all...]
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java32 public String getId(AccessibilityServiceInfo info); argument
33 public ResolveInfo getResolveInfo(AccessibilityServiceInfo info); argument
34 public boolean getCanRetrieveWindowContent(AccessibilityServiceInfo info); argument
35 public String getDescription(AccessibilityServiceInfo info); argument
36 public String getSettingsActivityName(AccessibilityServiceInfo info); argument
37 public int getCapabilities(AccessibilityServiceInfo info); argument
42 public boolean getCanRetrieveWindowContent(AccessibilityServiceInfo info) { argument
46 public String getDescription(AccessibilityServiceInfo info) { argument
50 public String getId(AccessibilityServiceInfo info) { argument
54 public ResolveInfo getResolveInfo(AccessibilityServiceInfo info) { argument
58 getSettingsActivityName(AccessibilityServiceInfo info) argument
62 getCapabilities(AccessibilityServiceInfo info) argument
70 getCanRetrieveWindowContent(AccessibilityServiceInfo info) argument
75 getDescription(AccessibilityServiceInfo info) argument
80 getId(AccessibilityServiceInfo info) argument
85 getResolveInfo(AccessibilityServiceInfo info) argument
90 getSettingsActivityName(AccessibilityServiceInfo info) argument
95 getCapabilities(AccessibilityServiceInfo info) argument
105 getCapabilities(AccessibilityServiceInfo info) argument
292 getId(AccessibilityServiceInfo info) argument
304 getResolveInfo(AccessibilityServiceInfo info) argument
317 getSettingsActivityName(AccessibilityServiceInfo info) argument
330 getCanRetrieveWindowContent(AccessibilityServiceInfo info) argument
343 getDescription(AccessibilityServiceInfo info) argument
425 getCapabilities(AccessibilityServiceInfo info) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java84 public static void getPixelFormatInfo(int format, PixelFormat info) { argument
88 info.bitsPerPixel = 32;
89 info.bytesPerPixel = 4;
92 info.bitsPerPixel = 24;
93 info.bytesPerPixel = 3;
99 info.bitsPerPixel = 16;
100 info.bytesPerPixel = 2;
105 info.bitsPerPixel = 8;
106 info.bytesPerPixel = 1;
110 info
[all...]
/frameworks/base/core/java/android/hardware/
H A DCameraInfo.java30 public Camera.CameraInfo info = new Camera.CameraInfo(); field in class:CameraInfo
39 out.writeInt(info.facing);
40 out.writeInt(info.orientation);
44 info.facing = in.readInt();
45 info.orientation = in.readInt();
52 CameraInfo info = new CameraInfo();
53 info.readFromParcel(in);
55 return info;
/frameworks/support/v4/jellybean-mr2/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompatJellyBeanMr2.java27 public static int getCapabilities(AccessibilityServiceInfo info) { argument
28 return info.getCapabilities();
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectUpdateListener.java30 * @param info A value that gives more information about the update. See the effect's
33 public void onEffectUpdated(Effect effect, Object info); argument
/frameworks/base/native/graphics/jni/
H A Dbitmap.cpp21 AndroidBitmapInfo* info) {
31 if (info) {
32 info->width = bm->width();
33 info->height = bm->height();
34 info->stride = bm->rowBytes();
35 info->flags = 0;
39 info->format = ANDROID_BITMAP_FORMAT_RGBA_8888;
42 info->format = ANDROID_BITMAP_FORMAT_RGB_565;
45 info->format = ANDROID_BITMAP_FORMAT_RGBA_4444;
48 info
20 AndroidBitmap_getInfo(JNIEnv* env, jobject jbitmap, AndroidBitmapInfo* info) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DAttachInfo_Accessor.java36 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(),
38 info.mHasWindowFocus = true;
39 info.mWindowVisibility = View.VISIBLE;
40 info.mInTouchMode = false; // this is so that we can display selections.
41 info.mHardwareAccelerated = false;
42 view.dispatchAttachedToWindow(info, 0);
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java61 LegacyVpnInfo info = new LegacyVpnInfo();
62 info.key = in.readString();
63 info.state = in.readInt();
64 info.intent = in.readParcelable(null);
65 return info;
78 public static int stateFromNetworkInfo(NetworkInfo info) { argument
79 switch (info.getDetailedState()) {
89 Log.w(TAG, "Unhandled state " + info.getDetailedState()
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp80 const Info& info = mActivationCount.valueFor(list[i].handle); local
82 info.batchParams.size());
83 for (size_t j = 0; j < info.batchParams.size(); j++) {
84 BatchParams params = info.batchParams.valueAt(j);
86 j < info.batchParams.size() - 1 ? ", " : "");
88 result.appendFormat(" }, selected=%4.1f ms\n", info.bestBatchParams.batchDelay / 1e6f);
91 info.batchParams.size());
92 for (size_t j = 0; j < info.batchParams.size(); j++) {
93 BatchParams params = info.batchParams.valueAt(j);
95 j < info
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DAccessibleLinearLayout.java42 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
43 super.onInitializeAccessibilityNodeInfo(info);
44 info.setClassName(Button.class.getName());
H A DAccessibleTextView.java42 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
43 super.onInitializeAccessibilityNodeInfo(info);
44 info.setClassName(Button.class.getName());
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp52 TrackInfo *info = &mSelectedTracks.editItemAt(i); local
54 CHECK_EQ((status_t)OK, info->mSource->stop());
271 TrackInfo *info = &mSelectedTracks.editItemAt(i); local
273 if (info->mTrackIndex == index) {
284 TrackInfo *info = &mSelectedTracks.editItemAt(mSelectedTracks.size() - 1); local
286 info->mSource = source;
287 info->mTrackIndex = index;
288 info->mFinalResult = OK;
289 info->mSample = NULL;
290 info
316 TrackInfo *info = &mSelectedTracks.editItemAt(i); local
328 TrackInfo *info = &mSelectedTracks.editItemAt(i); local
346 TrackInfo *info = &mSelectedTracks.editItemAt(i); local
363 TrackInfo *info = &mSelectedTracks.editItemAt(i); local
434 TrackInfo *info = &mSelectedTracks.editItemAt(minIndex); local
452 TrackInfo *info = &mSelectedTracks.editItemAt(minIndex); local
498 TrackInfo *info = &mSelectedTracks.editItemAt(minIndex); local
513 TrackInfo *info = &mSelectedTracks.editItemAt(minIndex); local
530 TrackInfo *info = &mSelectedTracks.editItemAt(minIndex); local
[all...]

Completed in 3290 milliseconds

1234567891011>>