Searched refs:from (Results 126 - 150 of 714) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java190 LayoutInflater inflater = LayoutInflater.from(context);
352 private boolean move(int from, int to, View v) { argument
353 if (to == from) {
356 CharSequence fromLabel = mTiles.get(from).state.label;
357 move(from, to, mTiles);
364 from);
367 } else if (from >= mEditIndex) {
415 private <T> void move(int from, int to, List<T> list) { argument
416 list.add(to, list.remove(from));
417 notifyItemMoved(from, t
[all...]
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle94 from 'build/docs/javadoc'
100 from android.sourceSets.main.java.srcDirs
176 from "$buildDir/outputs/aar/library-release.aar"
/frameworks/rs/script_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/data/fonts/
H A Dfonts.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp52 const PathData& from, const PathData& to, float fraction) const {
53 VectorDrawableUtils::interpolatePaths(out, from, to, fraction);
51 evaluate(PathData* out, const PathData& from, const PathData& to, float fraction) const argument
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
H A DSampleOverlayPlugin.java70 mStatusBarView = LayoutInflater.from(mPluginContext)
75 mNavBarView = LayoutInflater.from(mPluginContext)
/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.mk11 # use appcompat/support lib from the tree, so improvements/
/frameworks/base/tools/preload2/
H A DAndroid.mk13 # For JDWP access we use the framework in the JDWP tests from Apache Harmony, for
/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/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java275 * Handles session modify requests received from the {@link android.telecom.InCallService}.
337 * @param from The from video state.
342 public static boolean isPauseRequest(int from, int to) { argument
343 boolean fromPaused = VideoProfile.isPaused(from);
352 * @param from The from video state.
357 public static boolean isResumeRequest(int from, int to) { argument
358 boolean fromPaused = VideoProfile.isPaused(from);
366 * @param from th
371 isTurnOffCameraRequest(int from, int to) argument
383 isTurnOnCameraRequest(int from, int to) argument
[all...]
/frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java71 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
84 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
H A DSetupWizardPreferenceLayoutTest.java71 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
84 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/support/buildSrc/
H A Dinit.gradle36 apply from: "${supportRoot}/buildSrc/dependencies.gradle"
45 apply from: "${supportRootFolder}/buildSrc/versions.gradle"
60 apply from: "${ext.supportRootFolder}/buildSrc/diff_and_docs.gradle"
100 * The DIST_DIR is where you want to save things from the build.
109 // the build server does not pass the build number so we infer it from the last folder of
169 !project.hasProperty('android.injected.invoked.from.ide')
180 from v.testedVariant.javaCompile.destinationDir
196 from(jacocoAntArtifacts.collect { zipTree(it.getFile()) }) {
270 from(task.outputFile)
300 zipTask.from(junitRepor
[all...]
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
H A DUpdateApiTask.groovy50 from src
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetWithFragment.java46 mBottomSheetBehavior = BottomSheetBehavior.from(findViewById(R.id.bottom_sheet));
102 return new ViewHolder(LayoutInflater.from(mContext), parent);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetWithFragment.java46 mBottomSheetBehavior = BottomSheetBehavior.from(findViewById(R.id.bottom_sheet));
102 return new ViewHolder(LayoutInflater.from(mContext), parent);
/frameworks/av/include/media/stagefright/
H A DColorConverter.h31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/av/media/libstagefright/foundation/include/
H A DColorConverter.h31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/av/media/libstagefright/include/
H A DColorConverter.h31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/av/services/audioflinger/
H A DMmapTracks.h19 #error This header file should only be included from AudioFlinger.h
H A DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
67 // below members are used by a software audio patch connecting a source device from a
/frameworks/base/core/java/android/content/pm/
H A DStringParceledListSlice.java62 protected Parcelable.Creator<?> readParcelableCreator(Parcel from, ClassLoader loader) { argument
H A DVersionedPackage.java35 @IntRange(from = PackageManager.VERSION_CODE_HIGHEST)

Completed in 2460 milliseconds

1234567891011>>