Searched refs:set (Results 576 - 600 of 1117) sorted by relevance

<<21222324252627282930>>

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerUtils.java74 // If the IDs and labels haven't been set yet, or if the locale has been changed
84 time.set(timeMillis);
153 * need to be have their default display names overriden, use the pre-set display name from
158 * except that certain timezones have poor defaults, and should use the pre-set override labels
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java91 mListAllocs.set(listElem, i, false);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java95 mListAllocs.set(listElem, i, false);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java95 mListAllocs.set(listElem, i, false);
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderScrollingViewBehavior.java57 // If the menu's height is set to match_parent/wrap_content then measure it
70 // If the set succeeded, trigger a new layout and return true
109 available.set(parent.getPaddingLeft() + lp.leftMargin,
118 // If we're set to handle insets but this child isn't, then it has been measured as
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatResources.java151 TL_TYPED_VALUE.set(tv);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatPopupWindow.java63 // We re-set this for tinting purposes
68 // If we have a defStyleRes, but we're on < API 11, we need to manually set attributes
128 // Now set a new listener, wrapping the original and only proxying the call when
130 fieldListener.set(popup, new OnScrollChangedListener() {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBaseKeyEventsTestCase.java71 destroyed.set(true);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewFocusRecoveryTest.java283 assertFocus("should not recover focus if data set is badly invalid", otherVh, false);
346 toFocusId.set(adapter.mItems.get(3).mId);
351 toFocusId.set(mAdapter.mItems.get(5).mId);
395 toFocusId.set(adapter.mItems.get(3).mId);
401 toFocusId.set(mAdapter.mItems.get(5).mId);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp659 * If the high bit is set, then there are two characters or 4 bytes of length
681 * If the high bit is set, then there are two characters or 2 bytes of length
4200 bag_set* set = typeSet[e]; local
4201 if (set) {
4202 if (set != (bag_set*)0xFFFFFFFF) {
4204 *outTypeSpecFlags = set->typeSpecFlags;
4206 *outBag = (bag_entry*)(set+1);
4210 return set->numAttrs;
4256 bag_set* set = NULL; local
4275 set
[all...]
/frameworks/base/core/java/android/text/
H A DBoringLayout.java203 line.set(paint, source, 0, source.length(), Layout.DIR_LEFT_TO_RIGHT,
308 line.set(paint, text, 0, textLength, Layout.DIR_LEFT_TO_RIGHT,
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java102 // set this to false so that the renderthread handles the startdelay instead
296 throw new IllegalStateException("Target already set!");
427 sAnimationHelper.set(helper);
471 mDelayedAnims.set(end, animator);
H A DTextureView.java394 // tell mLayer about it and set the SurfaceTexture to use the
481 mMatrix.set(transform);
502 transform.set(mMatrix);
738 "the same SurfaceTexture that's already set.");
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsTest.java513 private static void assertContains(NetworkStats stats, String iface, int uid, int set, argument
516 int index = stats.findIndex(iface, uid, set, tag, roaming);
518 assertValues(stats, index, iface, uid, set, tag, roaming,
522 private static void assertValues(NetworkStats stats, int index, String iface, int uid, int set, argument
526 assertValues(entry, iface, uid, set, tag, roaming);
531 NetworkStats.Entry entry, String iface, int uid, int set, int tag, int roaming) {
534 assertEquals(set, entry.set);
530 assertValues( NetworkStats.Entry entry, String iface, int uid, int set, int tag, int roaming) argument
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp252 std::set<IFrameCallback*> callbacks;
259 for (std::set<IFrameCallback*>::iterator it = callbacks.begin(); it != callbacks.end(); it++) {
/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp67 list.set(r, m45);
109 regionBounds.set(skRect);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java102 rt.set(t.monthDay, t.month + months, t.year);
140 policyTime.set(policy.cycleDay, policyTime.month, policyTime.year);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java62 // actual value set by developer
68 // actual value set by developer
80 * If shadow size is set to a value above max shadow, we print a warning
140 padding.set(hOffset, vOffset, hOffset, vOffset);
271 mCardBounds.set(bounds.left + mMaxShadowSize, bounds.top + verticalOffset,
H A DRecentsViewTouchHandler.java123 * Returns the set of visible dock states for this current drag.
155 mTaskViewOffset.set(mTaskView.getLeft() - recentsViewLocation[0] + event.tlOffset.x,
208 mDownPos.set((int) ev.getX(), (int) ev.getY());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarController.java50 // Each facet of the navigation bar maps to a set of package names or categories defined in
138 mIntents.set(i,
144 mLongPressIntents.set(i,
/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java65 private DisplayInfo mOverrideDisplayInfo; // set by the window manager
300 mTempLayerStackRect.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight);
346 mTempDisplayRect.set(displayRectLeft, displayRectTop,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java176 * Returns the filter's set of input ports.
187 * Returns the filter's set of output ports.
415 * @return the current FrameManager instance or null if there is no FrameManager set up yet.
524 mIsSleeping.set(true);
616 mIsSleeping.set(false);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java234 * When set, this network configuration entry should only be used when
317 * The set of key management protocols supported by this configuration.
323 * The set of security protocols supported by this configuration.
329 * The set of authentication protocols supported by this configuration.
335 * The set of pairwise ciphers for WPA supported by this configuration.
341 * The set of group ciphers supported by this configuration.
363 * Roaming Consortium Id list for passpoint credential; identifies a set of networks where
408 * The value is not guaranteed to be set or current (Although it SHOULDNT change once set)
409 * Valid values are from 1 - 255. Initialized here as 0, use this to check if set
1686 writeBitSet(Parcel dest, BitSet set) argument
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h16 #include <set>
67 typedef std::set<std::string> ExcludeLIBS;
/frameworks/compile/slang/
H A Dslang_rs_context.h23 #include <set>
126 std::set<const clang::FunctionDecl *> mUsedByReducePragmaFns;

Completed in 3591 milliseconds

<<21222324252627282930>>