Searched refs:set (Results 76 - 100 of 1117) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java26 * This also providers a time control that allows to set a specific system time.
46 mNanosTime.set(nanos);
50 mBootNanosTime.set(nanos);
/frameworks/rs/
H A DrsMatrix2x2.cpp56 temp.set(i, 0, ri0);
57 temp.set(i, 1, ri1);
H A DrsFBOCache.cpp58 mColorTargets[slot].set(a);
70 mDepthTarget.set(a);
77 mColorTargets[i].set(nullptr);
80 mDepthTarget.set(nullptr);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java61 AnimationSet set = new AnimationSet(true);
65 set.addAnimation(animation);
72 set.addAnimation(animation);
75 new LayoutAnimationController(set, 0.5f);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
69 rect.set(0, 0, topBlob.getWidth(), topBlob.getHeight());
77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
85 rect.set(0, 0, bottomBlob.getWidth(), bottomBlob.getHeight());
/frameworks/base/services/core/java/com/android/server/
H A DMountServiceIdler.java110 calendar.set(Calendar.HOUR_OF_DAY, 3);
111 calendar.set(Calendar.MINUTE, 0);
112 calendar.set(Calendar.SECOND, 0);
113 calendar.set(Calendar.MILLISECOND, 0);
/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp25 #include <set>
31 std::set<uint16_t> usedEntryIds;
39 usedTypeIds.set(0);
58 usedTypeIds.set(type->id.value());
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DLooper_Accessor.java31 sMainLooper.set(null, null);
/frameworks/support/design/honeycomb/android/support/design/widget/
H A DViewGroupUtilsHoneycomb.java35 sMatrix.set(m);
37 m.set(IDENTITY);
46 rectF.set(rect);
48 rect.set((int) (rectF.left + 0.5f), (int) (rectF.top + 0.5f),
/frameworks/base/core/tests/benchmarks/src/android/net/
H A DNetworkStatsBenchmark.java39 recycle.set = i % 2;
47 if (recycle.set == 1) {
53 recycle.set = NetworkStats.SET_FOREGROUND;
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DWindowManagerProxy.java68 mTmpRect1.set(mDockedRect);
69 mTmpRect2.set(mTempDockedTaskRect);
70 mTmpRect3.set(mTempDockedInsetRect);
71 mTmpRect4.set(mTempOtherTaskRect);
72 mTmpRect5.set(mTempOtherInsetRect);
139 mTmpRect1.set(mTouchableRegion);
144 Log.w(TAG, "Failed to set touchable region: " + e);
159 mDockedRect.set(docked);
161 mTempDockedTaskRect.set(tempDockedTaskRect);
166 mTempDockedInsetRect.set(tempDockedInsetRec
[all...]
/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/api/
H A DUtilities.h21 #include <set>
42 // Adds a string to a set. Return true if it was already in.
43 bool testAndSet(const std::string& flag, std::set<std::string>* set);
/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.java114 hScrolledFwd.set(true);
116 hScrolledBack.set(true);
125 vScrolledFwd.set(true);
127 vScrolledBack.set(true);
209 hScrolledBack.set(false);
210 vScrolledBack.set(false);
211 hScrolledFwd.set(false);
212 vScrolledBack.set(false);
220 hScrolledBack.set(false);
221 vScrolledBack.set(fals
[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/tools/preload2/src/com/android/preload/actions/
H A DShowDataAction.java75 private void add(StringBuilder builder, String head, Set<String> set) { argument
78 addSet(builder, set);
82 private void addSet(StringBuilder builder, Set<String> set) { argument
83 if (set == null) {
87 List<String> sorted = new ArrayList<>(set);
/frameworks/minikin/tests/
H A DFontCollectionTest.cpp43 void expectVSGlyphs(const FontCollection& fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) {
67 expectVSGlyphs(fc, 0x82A6, std::set<uint32_t>({0xFE00, 0xE0100, 0xE0101, 0xE0102}));
70 expectVSGlyphs(fc, 0x845B, std::set<uint32_t>({0xFE01, 0xE0101, 0xE0102, 0xE0103}));
73 expectVSGlyphs(fc, 0x537F, std::set<uint32_t>({}));
76 expectVSGlyphs(fc, 0x717D, std::set<uint32_t>({0xFE02, 0xE0102, 0xE0103}));
/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/graphics/java/android/graphics/
H A DOutline.java81 set(src);
149 public void set(@NonNull Outline src) { method in class:Outline
151 mPath.set(src.mPath);
152 mRect.set(src.mRect);
184 mRect.set(left, top, right, bottom);
197 * Populates {@code outBounds} with the outline bounds, if set, and returns
198 * {@code true}. If no outline bounds are set, or if a path has been set
201 * @param outRect the rect to populate with the outline bounds, if set
203 * bounds, or {@code false} if no outline bounds are set
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java104 final AnimatorSet set = new AnimatorSet();
112 final AnimatorSet.Builder builder = set.play(exit);
126 return set;
131 final RenderNodeAnimatorSet set = new RenderNodeAnimatorSet();
154 set.add(exit);
162 set.add(enter);
165 return set;
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java95 mTargetRect.set(initialBounds);
98 mSystemInsets.set(systemInsets);
99 mStableInsets.set(stableInsets);
100 mOldSystemInsets.set(systemInsets);
101 mOldStableInsets.set(stableInsets);
160 mTargetRect.set(newTargetBounds);
161 mSystemInsets.set(systemInsets);
162 mStableInsets.set(stableInsets);
175 mOldTargetRect.set(0, 0, 0, 0);
243 mNewTargetRect.set(mTargetRec
[all...]

Completed in 675 milliseconds

1234567891011>>