Searched refs:set (Results 51 - 75 of 796) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DOutline.h36 mBounds.set(left, top, right, bottom);
51 mBounds.set(outline->getBounds());
90 outRect->set(mBounds);
H A DRenderState.h19 #include <set>
93 std::set<Layer*> mActiveLayers;
94 std::set<renderthread::CanvasContext*> mRegisteredContexts;
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DRectUtils.java53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right,
55 partialRect.set((int) partialRectF.left, (int) partialRectF.top, (int) partialRectF.right,
64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java44 m.set(1, 0, 0.2f);
45 m.set(1, 1, 0.9f);
46 m.set(1, 2, 0.2f);
H A DUsageIO.java44 m.set(1, 0, 0.2f);
45 m.set(1, 1, 0.9f);
46 m.set(1, 2, 0.2f);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAccessibilityTest.java85 hScrolledFwd.set(true);
87 hScrolledBack.set(true);
96 vScrolledFwd.set(true);
98 vScrolledBack.set(true);
180 hScrolledBack.set(false);
181 vScrolledBack.set(false);
182 hScrolledFwd.set(false);
183 vScrolledBack.set(false);
191 hScrolledBack.set(false);
192 vScrolledBack.set(fals
[all...]
/frameworks/webview/chromium/tools/
H A Drun_webview_cts.py29 EXPECTED_FAILURES = set([
75 passes = set(re.findall(r'.*: (.*) PASS', stdout))
76 failures = set(re.findall(r'.*: (.*) FAIL', stdout))
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java61 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
139 NetworkTemplate template, int uid, int set, int tag, int fields) {
140 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE);
148 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) {
153 final boolean setMatches = set == SET_ALL || key.set == set;
185 entry.set = key.set;
205 public void recordData(NetworkIdentitySet ident, int uid, int set, in argument
138 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields) argument
147 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) argument
239 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
555 public final int set; field in class:NetworkStatsCollection.Key
560 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRevealActivity.java93 AnimatorSet set = new AnimatorSet();
94 set.playTogether(animator);
95 set.setDuration(DURATION);
96 set.addListener(mListener);
97 set.start();
/frameworks/base/tools/aapt/
H A DResourceFilter.h11 #include <set>
81 StrongResourceFilter(const std::set<ConfigDescription>& configs)
87 std::set<ConfigDescription>::const_iterator iter = mConfigs.begin();
96 inline const std::set<ConfigDescription>& getConfigs() const {
101 std::set<ConfigDescription> mConfigs;
H A DApkBuilder.cpp27 mSplits.add(new ApkSplit(std::set<ConfigDescription>(), mDefaultFilter, true));
30 status_t ApkBuilder::createSplitForConfigs(const std::set<ConfigDescription>& configs) {
33 const std::set<ConfigDescription>& splitConfigs = mSplits[i]->getConfigs();
34 std::set<ConfigDescription>::const_iterator iter = configs.begin();
81 ApkSplit::ApkSplit(const std::set<ConfigDescription>& configs, const sp<ResourceFilter>& filter, bool isBase)
83 std::set<ConfigDescription>::const_iterator iter = configs.begin();
120 std::set<OutputEntry>::const_iterator iter = mFiles.begin();
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java77 /** Not set up for a transition. */
412 AnimationSet set = new AnimationSet(false);
413 set.addAnimation(scale);
414 set.addAnimation(alpha);
415 set.setDetachWallpaper(true);
416 a = set;
536 AnimationSet set = new AnimationSet(false);
537 set.addAnimation(scale);
538 set.addAnimation(alpha);
539 set
[all...]
H A DFocusedStackFrame.java68 mTmpDrawRect.set(bounds);
83 mTmpDrawRect.set(0, 0, w, THICKNESS);
87 mTmpDrawRect.set(0, THICKNESS, THICKNESS, h - THICKNESS);
91 mTmpDrawRect.set(w - THICKNESS, THICKNESS, w, h - THICKNESS);
95 mTmpDrawRect.set(0, h - THICKNESS, w, h);
126 mLastBounds.set(mBounds);
/frameworks/base/core/tests/coretests/src/android/util/
H A DTimeUtilsTest.java43 c.set(2008, Calendar.OCTOBER, 20, 12, 00, 00);
47 c.set(2009, Calendar.JANUARY, 20, 12, 00, 00);
64 c.set(2008, Calendar.OCTOBER, 20, 12, 00, 00);
80 c.set(2005, Calendar.OCTOBER, 20, 12, 00, 00);
394 c.set(2009, Calendar.JULY, 20, 12, 00, 00);
398 c.set(2009, Calendar.JANUARY, 20, 12, 00, 00);
418 c.set(2009, Calendar.JULY, 20, 12, 00, 00);
/frameworks/base/core/java/android/net/
H A DNetworkStats.java51 /** {@link #set} value when all sets combined. */
53 /** {@link #set} value where background data is accounted. */
55 /** {@link #set} value where foreground data is accounted. */
71 private int[] set; field in class:NetworkStats
82 public int set; field in class:NetworkStats.Entry
99 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, argument
103 this.set = set;
134 builder.append(" set=").append(setToString(set));
236 addValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
324 combineValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
364 findIndex(String iface, int uid, int set, int tag) argument
379 findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) argument
722 setToString(int set) argument
738 setToCheckinString(int set) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java53 set(src);
120 public void set(@NonNull Outline src) { method in class:Outline
125 mPath.set(src.mPath);
132 mRect.set(src.mRect);
165 mRect.set(left, top, right, bottom);
220 mPath.set(convexPath);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFloat4Param.java48 set(x, 0, 0, 0);
53 set(x, y, 0, 0);
58 set(x, y, z, 0);
63 set(x, y, z, w);
66 void set(float x, float y, float z, float w) { method in class:Float4Param
78 set(v.x, v.y, v.z, v.w);
/frameworks/base/core/java/android/os/
H A DSystemService.java62 SystemProperties.set("ctl.start", name);
67 SystemProperties.set("ctl.stop", name);
72 SystemProperties.set("ctl.restart", name);
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java38 * @param dataArray values to set the matrix to, must be 4
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix2f
142 set(i,0, ri0);
143 set(i,1, ri1);
/frameworks/native/services/surfaceflinger/
H A DTransform.h74 void set(float tx, float ty);
75 void set(float a, float b, float c, float d);
76 status_t set(uint32_t flags, float w, float h);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java54 m.set(1, 0, 0.2f);
55 m.set(1, 1, 0.9f);
56 m.set(1, 2, 0.2f);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java41 * @param dataArray values to set the matrix to, must be 4
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix2f
145 set(i,0, ri0);
146 set(i,1, ri1);
/frameworks/base/core/java/android/animation/
H A DPointFEvaluator.java77 mPoint.set(x, y);
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java126 c.set(Calendar.HOUR_OF_DAY, 0);
127 c.set(Calendar.MINUTE, 0);
128 c.set(Calendar.SECOND, 0);
129 c.set(Calendar.MILLISECOND, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DDataUsageGraph.java79 r.set(usageRight + mMarkerWidth, 0, w, h);
84 r.set(0, 0, w, h);
90 r.set(0, 0, usageRight, h);
97 r.set(warningLeft, 0, warningLeft + mMarkerWidth, h);

Completed in 4549 milliseconds

1234567891011>>