Searched refs:from (Results 76 - 100 of 511) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp35 MetaData::MetaData(const MetaData &from) argument
37 mItems(from.mItems) {
244 MetaData::typed_data::typed_data(const typed_data &from) argument
245 : mType(from.mType),
248 void *dst = allocateStorage(from.mSize);
250 memcpy(dst, from.storage(), mSize);
255 const MetaData::typed_data &from) {
256 if (this != &from) {
258 mType = from.mType;
259 void *dst = allocateStorage(from
254 operator =( const MetaData::typed_data &from) argument
[all...]
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DResourceLoadingTest.java47 mInflater = TransitionInflater.from(this);
53 TransitionInflater inflater = TransitionInflater.from(this);
/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp19 const char* from; ///< the prefix of the input string. (match FROM*) member in struct:mcld::NameMap
78 pScript.sectionMap().insert(map[i].from, map[i].to, map[i].policy);
/frameworks/base/cmds/app_process/
H A DAndroid.mk4 # bad apps. This prevents a library from having a mismatch when resolving
5 # new/delete from an app shared library.
38 # Create a symlink from app_process to app_process32 or 64
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java104 private void animate(int from, int to) { argument
105 if (DEBUG) Log.d(TAG, "Animating from " + Integer.toHexString(from) + " to "
107 int fromIndex = from >> 1;
114 boolean fromTransition = (from & 1) != 0;
115 boolean isAState = fromTransition ? from > to : from < to;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java198 if (move.from == vh) {
248 RecyclerView.ViewHolder from, to; field in class:ItemTouchHelperTest.MoveRecord
250 public MoveRecord(RecyclerView.ViewHolder from, argument
252 this.from = from;
254 fromPos = from.getAdapterPosition();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java82 * 802.11 Standard (calculated from Capabilities and Supported Rates)
172 bssLoad.from(ie);
175 htOperation.from(ie);
178 vhtOperation.from(ie);
181 interworking.from(ie);
184 roamingConsortium.from(ie);
187 vsa.from(ie);
190 extendedCapabilities.from(ie);
193 trafficIndicationMap.from(ie);
196 supportedRates.from(i
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java74 protected PackageDexOptimizer(PackageDexOptimizer from) { argument
75 this.mInstaller = from.mInstaller;
76 this.mInstallLock = from.mInstallLock;
77 this.mDexoptWakeLock = from.mDexoptWakeLock;
78 this.mSystemReady = from.mSystemReady;
362 public ForcedUpdatePackageDexOptimizer(PackageDexOptimizer from) { argument
363 super(from);
/frameworks/native/libs/input/
H A DInput.cpp39 void InputEvent::initialize(const InputEvent& from) { argument
40 mDeviceId = from.mDeviceId;
41 mSource = from.mSource;
76 void KeyEvent::initialize(const KeyEvent& from) { argument
77 InputEvent::initialize(from);
78 mAction = from.mAction;
79 mFlags = from.mFlags;
80 mKeyCode = from.mKeyCode;
81 mScanCode = from.mScanCode;
82 mMetaState = from
[all...]
/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java37 * defines the views used to display the row, and a mapping from keys in the Map to specific
78 * "from"
81 * @param from A list of column names that will be added to the Map associated with each
83 * @param to The views that should display column in the "from" parameter. These should all be
85 * in the from parameter.
88 @LayoutRes int resource, String[] from, @IdRes int[] to) {
91 mFrom = from;
156 * {@code null} to use the theme from the adapter's context
167 mDropDownInflater = LayoutInflater.from(context);
189 final String[] from
87 SimpleAdapter(Context context, List<? extends Map<String, ?>> data, @LayoutRes int resource, String[] from, @IdRes int[] to) argument
[all...]
H A DSimpleCursorTreeAdapter.java25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
48 * The View IDs that will display a group's data fetched from the
59 * The View IDs that will display a child's data fetched from the
84 * @param groupTo The group views (from the group layouts) that should
85 * display column in the "from" parameter. These should all be
87 * given the values of the first N columns in the from parameter.
97 * @param childTo The child views (from the child layouts) that should
98 * display column in the "from" parameter. These should all be
100 * given the values of the first N columns in the from parameter.
125 * @param groupTo The group views (from th
212 bindView(View view, Context context, Cursor cursor, int[] from, int[] to) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java104 // True if this this animation was cancelled and will be replaced the another animation from
111 // Depending on whether we are animating from
116 BoundsAnimator(AnimateBoundsUser target, Rect from, Rect to, argument
120 mFrom = from;
127 // If we are animating from smaller to larger, we want to change the task bounds
129 // larger. Likewise if we are going from bigger to smaller, we want to wait until
130 // the end so we don't have to upscale from the smaller finished size.
156 + mTmpRect + " from=" + mFrom + " mTo=" + mTo + " value=" + value
256 * from the hierarchy and is not valid anymore.
279 void animateBounds(final AnimateBoundsUser target, Rect from, Rec argument
[all...]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DLayoutInflaterFactoryTestCase.java57 final LayoutInflater inflater = LayoutInflater.from(getActivity());
69 final LayoutInflater inflater = LayoutInflater.from(getActivity());
85 LayoutInflater inflater = LayoutInflater.from(getActivity());
161 LayoutInflater inflater = LayoutInflater.from(getActivity());
175 LayoutInflater inflater = LayoutInflater.from(getActivity());
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp61 void ARTPAssembler::CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from) { argument
63 CHECK(from->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
68 to->setInt32Data(from->int32Data());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java181 LayoutInflater inflater = LayoutInflater.from(context);
339 private boolean move(int from, int to, View v) { argument
340 if (to == from) {
343 CharSequence fromLabel = mTiles.get(from).state.label;
344 move(from, to, mTiles);
351 from);
354 } else if (from >= mEditIndex) {
402 private <T> void move(int from, int to, List<T> list) { argument
403 list.add(to, list.remove(from));
404 notifyItemMoved(from, t
[all...]
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle92 from 'build/docs/javadoc'
98 from android.sourceSets.main.java.srcDirs
174 from "$buildDir/outputs/aar/library-release.aar"
/frameworks/rs/api/
H A Drs_object_info.spec21 or Sampler object. These objects are created from Java. You can't create them from a
26 Allocations are the primary method used to pass data to and from RenderScript kernels.
129 arg: rs_allocation a, "Allocation to get data from."
238 arg: rs_element e, "Element to get data from."
250 arg: rs_element e, "Element to get data from."
264 arg: rs_element e, "Element to get data from."
276 arg: rs_element e, "Element to get data from."
291 arg: rs_element e, "Element to get data from."
302 deprecated: 22, This function is deprecated and will be removed from th
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java75 // Pops from the top of the stack as current configuration state (matrix,
81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
107 // from * (1 - ratio) + to * ratio
109 public abstract void drawMixed(BasicTexture from, int toColor, argument
113 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
116 public abstract void drawMixed(BasicTexture from, int toColor, argument
119 // Unloads the specified texture from the canvas. The resource allocated
121 // to the unloaded state. This function should be called only from
/frameworks/base/tests/UiBench/
H A DAndroid.mk9 # use appcompat/support lib from the tree, so improvements/
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk4 # We move them from global build/core/combo/TARGET_linux-arm.mk
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DListChangeRegistry.java100 * @param from The index of the first element moved.
104 public void notifyMoved(ObservableList list, int from, int to, int count) { argument
105 ListChanges listChanges = acquire(from, to, count);
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java61 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
74 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
H A DSetupWizardPreferenceLayoutTest.java61 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
74 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DSendReq.java54 * @param from the from value
61 EncodedStringValue from,
67 setFrom(from);
60 SendReq(byte[] contentType, EncodedStringValue from, int mmsVersion, byte[] transactionId) argument
/frameworks/av/include/media/stagefright/
H A DColorConverter.h31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);

Completed in 1683 milliseconds

1234567891011>>