Searched refs:set (Results 501 - 525 of 1117) sorted by relevance

<<21222324252627282930>>

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerWrapContentTest.java86 outRect.set(0, 5, 0, 10);
106 outRect.set(5, 0, 10, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java324 mBaseInnerInsets.set(systemInsets);
328 mLastBaseContentInsets.set(mBaseContentInsets);
427 mContentInsets.set(mBaseContentInsets);
428 mInnerInsets.set(mBaseInnerInsets);
442 mLastInnerInsets.set(mInnerInsets);
/frameworks/base/libs/hwui/font/
H A DFont.cpp251 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
253 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
255 destination[2].set(destination[1].fX + tangent->fY * height,
257 destination[3].set(destination[0].fX + tangent->fY * height,
354 bounds->set(1e6, -1e6, -1e6, 1e6);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java579 private static String makeString(BitSet set, String[] strings) { argument
583 /* Make sure all set bits are in [0, strings.length) to avoid
585 set = set.get(0, strings.length);
587 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) {
592 if (set.cardinality() > 0) {
H A DWifiConfigManager.java126 * be in any order. A EOS at the end of a set of (key, value) pairs
127 * indicates that the next set of (key, value) pairs are for a new
174 // those deleted WifiConfiguration is set to this random unused PSK
351 mMaxNumActiveChannelsForPartialScans.set(mContext.getResources().getInteger(
355 mBandAward5Ghz.set(mContext.getResources().getInteger(
357 mThresholdMinimumRssi5.set(mContext.getResources().getInteger(
359 mThresholdQualifiedRssi5.set(mContext.getResources().getInteger(
361 mThresholdSaturatedRssi5.set(mContext.getResources().getInteger(
363 mThresholdMinimumRssi24.set(mContext.getResources().getInteger(
365 mThresholdQualifiedRssi24.set(mContex
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DExploreByTouchHelper.java101 /** Default bounds used to determine if the client didn't set any. */
399 selectedRect.set(previouslyFocusedRect);
456 outBounds.set(w, 0, w, h);
459 outBounds.set(0, h, w, h);
462 outBounds.set(-1, 0, -1, h);
465 outBounds.set(0, -1, w, -1);
535 * properties set in
552 * properties set in
813 throw new RuntimeException("Callbacks must set parent bounds in "
1072 * the values set b
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java289 mBaseInnerInsets.set(systemInsets);
293 mLastBaseContentInsets.set(mBaseContentInsets);
371 mContentInsets.set(mBaseContentInsets);
372 mInnerInsets.set(mBaseInnerInsets);
386 mLastInnerInsets.set(mInnerInsets);
/frameworks/base/core/java/android/content/res/
H A DResources.java201 * Create a new Resources object on top of an existing set of assets in an
775 * given screen density in DPI. This will set the drawable's density to be
879 * from the set is returned.
900 * color from the set is returned.
1334 * In other words, a Theme is a set of values for resource attributes;
1383 * they have in common will be set in this theme.
1441 * <var>set</var>
1468 * @param set The base set of attribute values. May be null.
1487 public TypedArray obtainStyledAttributes(AttributeSet set, argument
1746 obtainAttributes(AttributeSet set, int[] attrs) argument
2137 obtainAttributes( Resources res, Theme theme, AttributeSet set, int[] attrs) argument
[all...]
H A DCompatibilityInfo.java401 mContentInsetsBuffer.set(contentInsets);
412 mVisibleInsetsBuffer.set(visibleInsets);
423 mTouchableAreaBuffer.set(touchableArea);
474 * @param outDm If non-null the width and height will be set to their scaled values.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java64 * theme attributes below. Note that these attributes are not set on individual elements in layout
65 * XML, but instead would be set in a custom theme. See
1011 Object set = TransitionHelper.createTransitionSet(false);
1047 TransitionHelper.addTransition(set, slideAndFade);
1051 TransitionHelper.addTransition(set, changeFocusItemTransform);
1052 TransitionHelper.addTransition(set, changeFocusItemBounds);
1054 TransitionHelper.addTransition(set, fade);
1055 TransitionHelper.addTransition(set, changeGridBounds);
1056 mExpandTransition = set;
1064 // For expanding, set th
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java307 mStableInsets.set(insets.getStableInsetLeft(), insets.getStableInsetTop(),
780 rect.set(containingRect.left, containingRect.top,
787 rect.set(containingRect.right - width, containingRect.bottom - height,
808 mLastResizeRect.set(mDockedRect);
825 mOtherInsetRect.set(mOtherTaskRect);
839 mDisplayRect.set(0, 0, mDisplayWidth, mDisplayHeight);
842 mDockedInsetRect.set(mDockedTaskRect);
843 mOtherInsetRect.set(mOtherTaskRect);
1025 inoutInfo.touchableRegion.set(mHandle.getLeft(), mHandle.getTop(), mHandle.getRight(),
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp55 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
88 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
91 status_t AudioEffect::set(const effect_uuid_t *type, function in class:android::AudioEffect
103 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
112 ALOGE("set(): Could not get audioflinger");
136 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
160 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d pid %d", this, mDescriptor.name, mId,
/frameworks/base/graphics/java/android/graphics/
H A DPath.java97 public void set(@NonNull Path src) { method in class:Path
108 rects.set(src.rects);
288 * not null, set rect to the bounds of the path. If the path does not
302 * set to (0,0,0,0)
350 * automatically set to (0,0).
378 * this contour, the first point is automatically set to (0,0).
412 * made for this contour, the first point is automatically set to (0,0).
705 dst.set(this);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java149 mShapeState.mPadding.set(left, top, right, bottom);
165 mShapeState.mPadding.set(padding);
203 padding.set(mShapeState.mPadding);
216 * Called from the drawable's draw() method after the canvas has been set to
583 * constructors to set the state and initialize local properties.
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUSocketFactory.java64 Set<X509Certificate> set = new HashSet<>();
69 set.add(cert);
71 return set;
73 Log.e(OSUManager.TAG, "Cannot build CA cert set");
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java94 HashSet<Signature> set = new HashSet<Signature>();
97 set.addAll(Arrays.asList(sigs));
98 sigSets.add(set);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java100 // set the bucket big enough to have all data in one bucket, but allow some
206 * This should always be set to null if the provided snapshot is aggregated
251 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
256 mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
261 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
347 * with anything read from disk, and write combined set to disk. Clears the
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioner.java378 mWindowOriginalBounds.set(mTmpRect);
412 mWindowDragBounds.set(left, top, right, bottom);
444 mWindowDragBounds.set(mWindowOriginalBounds);
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java79 /* If set, this will keep connections alive after a request has been
84 /* If set, this will cause response data to be sent in 'chunked' format */
87 /* If set, this will indicate a new redirection host */
90 /* If set, this indicates the reason for redirection */
153 * @param set True for the server to be HTTP/1.1, false for HTTP/1.0
155 public void setHttpVersion11(boolean set) { argument
156 http11 = set;
157 if (set) {
192 * When this value is set, the server will respond to a request with
193 * a redirect code with the Location response header set t
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java78 * @param year The year that was set.
79 * @param monthOfYear The month that was set (0-11) for compatibility
81 * @param dayOfMonth The day of the month that was set.
437 // if year was not set, use 2000 as it was a leap year
438 cal.set(mHasYear ? mYear : 2000, mMonth, 1);
459 // if year was not set, use 2000 as it was a leap year
460 cal.set(Calendar.YEAR, mHasYear ? mYear : 2000);
461 cal.set(Calendar.MONTH, mMonth);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java158 * Some applications that target both pre API 17 and post API 17, set the newer attrs to
447 // set the resource ref to have correct view cookies
659 public final BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs) { argument
660 return obtainStyledAttributes(set, attrs, 0, 0);
664 public BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, argument
671 if (set instanceof BridgeXmlBlockParser) {
673 parser = (BridgeXmlBlockParser)set;
686 } else if (set instanceof BridgeLayoutParamsMapAttributes) {
690 } else if (set != null) { // null parser is ok
704 if (set !
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp32 #include <set>
76 typedef std::set<Input*> FoldedObjects;
122 std::set<const LDSection*> funcptr_access_set;
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDex.java338 jlrField.set(instance, combined);
446 suppressedExceptionsField.set(dexPathList, dexElementsSuppressedExceptions);
536 pathField.set(loader, path.toString());
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java254 flapCornerRectF.set(0, 0, mCornerFlapSide + mCornerRoundRadius,
311 fakeCornerRectF.set(0, 0, mCornerRoundRadius * 2, mCornerRoundRadius * 2);
406 roundedCornerRectF.set(0, 0, 2 * mCornerRoundRadius, 2 * mCornerRoundRadius);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java132 mActivePhoneSwitchCount.set(0);
133 mActivePhoneSwitchObject.set(null);
137 mActivePhoneSwitchObject.set(o);
262 fail("after set of default to 0, ActivePhoneSwitchCount not 1!");
290 fail("after set of default to 1, ActivePhoneSwitchCount not 3!");
306 fail("after set of default to 0, ActivePhoneSwitchCount not 4!");

Completed in 893 milliseconds

<<21222324252627282930>>