/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | 73 params.set(CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO, 85 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES, 87 params.set(CameraParameters::KEY_SUPPORTED_VIDEO_SIZES, 96 params.set(CameraParameters::KEY_PREVIEW_FORMAT, 158 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS, 170 params.set(CameraParameters::KEY_PREVIEW_FRAME_RATE, 174 // -- Order matters. Set range after single value to so that a roundtrip 177 params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE, 190 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE, 221 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES 1088 status_t Parameters::set(const String8& paramString) { function in class:android::camera2::Parameters [all...] |
/frameworks/base/core/java/android/os/ |
Debug.java | 79 // set/cleared by waitForDebugger() 112 /** The proportional set size for dalvik heap. (Doesn't include other Dalvik overhead.) */ 114 /** The proportional set size that is swappable for dalvik heap. */ 131 /** The proportional set size for the native heap. */ 133 /** The proportional set size that is swappable for the native heap. */ 150 /** The proportional set size for everything else. */ 152 /** The proportional set size that is swappable for everything else. */ 423 * allow the debugger a chance to set breakpoints before we start [all...] |
/frameworks/base/core/java/android/text/ |
Layout.java | 99 * Subclasses of Layout use this constructor to set the display text, 119 * Subclasses of Layout use this constructor to set the display text, 140 // Ensure paint doesn't have baselineShift set. 347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops); 851 tl.set(mPaint, mText, start, end, dir, directions, hasTabOrEmoji, tabStops); [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 258 * we will set retrieveReturn = true on the annotation of [all...] |
ViewGroup.java | 217 // When set, ViewGroup invalidates only the child's rectangle 218 // Set by default 221 // When set, ViewGroup excludes the padding area from the invalidate rectangle 222 // Set by default 225 // When set, dispatchDraw() will invoke invalidate(); this is set by drawChild() when 226 // a child needs to be invalidated and FLAG_OPTIMIZE_INVALIDATE is set 229 // When set, dispatchDraw() will run the layout animation and unset the flag 232 // When set, there is either no layout animation on the ViewGroup or the layout 234 // Set by defaul [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 51 * position of its children. For example, you cannot have a RelativeLayout whose height is set to 52 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT WRAP_CONTENT} and a child set to 67 * <p>This behavior has been preserved for apps that set <code>android:targetSdkVersion="17"</code> 437 // So, instead of running the code twice, we just set the width to a "default display width" 596 selfBounds.set(mPaddingLeft, mPaddingTop, width - mPaddingRight, [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 58 import java.util.Set; 92 // The resolver activity is set to be hidden from recent tasks. 95 // flag set, we are now losing it. That should be a very rare case 106 final Set<String> categories = intent.getCategories(); 184 // Set the initial highlight if there was a preferred or last used choice 312 Set<String> categories = intent.getCategories(); 383 ComponentName[] set = new ComponentName[N]; local 387 set[i] = new ComponentName(r.activityInfo.packageName, 392 getPackageManager().addPreferredActivity(filter, bestMatch, set,
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 221 * Bidi flag to set LTR paragraph direction. 228 * Bidi flag to set RTL paragraph direction. 502 * get() on all of the src fields, and calling the corresponding set() 505 public void set(Paint src) { method in class:Paint 514 * Set all class variables using current values from the given 567 * Set the bidi flags on the paint. 587 * Set the paint's flags. Use the Flag enum to specific flag values. 600 * Set the paint's hinting mode. May be either 606 * Helper for getFlags(), returning true if ANTI_ALIAS_FLAG bit is set 611 * @return true if the antialias bit is set in the paint's flags [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewMediator.java | 483 // Instead, the keyguard window has an explicit user activity timeout set on it. 625 // and we don't need to lock immediately, set an alarm 664 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, when, sender); 693 // Lock screen is disabled because the user has set the preference to "None". [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 248 SystemProperties.set(property, Long.toString(version)); 325 mIsDirty.set(false); 398 // keeping our caches in sync. We synchronize the observer set 400 // itself was set up by the DatabaseHelper. 588 "get/set setting for user", null); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindowManager.java | 343 // For applications requesting stable content insets but have also set the 365 // them from being set by applications until everything has been updated [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsService.java | 217 /** Set of currently active ifaces. */ 221 /** Set of any ifaces associated with mobile networks since boot. */ 509 NetworkTemplate template, int uid, int set, int tag, int fields) { 511 return getUidComplete().getHistory(template, uid, set, tag, fields); 513 return getUidTagComplete().getHistory(template, uid, set, tag, fields); 629 final int set = mActiveUidCounterSet.get(uid, SET_DEFAULT); local 631 mActiveIface, uid, set, tag, 0L, 0L, 0L, 0L, operationCount); 633 mActiveIface, uid, set, TAG_NONE, 0L, 0L, 0L, 0L, operationCount); 642 final int set = uidForeground ? SET_FOREGROUND : SET_DEFAULT; local 644 if (oldSet != set) { [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 80 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) 81 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) 269 const sp<ResourceTypeSet>& set, 277 ResourceDirIterator it(set, String8(resType)); 334 const sp<ResourceTypeSet>& set, const char* type) 340 ResourceDirIterator it(set, String8(type)); 363 const sp<ResourceTypeSet>& set) 365 ResourceDirIterator it(set, String8("drawable")); 399 sp<ResourceTypeSet> set = new ResourceTypeSet(); local 400 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n" 405 sp<ResourceTypeSet> set = resources->valueAt(index); local [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduPersister.java | 62 import java.util.Set; 405 throw new MmsException("Content-Type must be set."); 554 Set<Entry<Integer, Integer>> set; local 565 set = ENCODED_STRING_COLUMN_INDEX_MAP.entrySet(); 566 for (Entry<Integer, Integer> e : set) { 571 set = TEXT_STRING_COLUMN_INDEX_MAP.entrySet(); 572 for (Entry<Integer, Integer> e : set) { 577 set = OCTET_COLUMN_INDEX_MAP.entrySet(); 578 for (Entry<Integer, Integer> e : set) { 1274 Set<Entry<Integer, String>> set; local [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
PhotoView.java | 372 mTranslateRect.set(mTempSrc); 405 mTranslateRect.set(mTempSrc); 481 * Returns the bound photo data if set. Otherwise, {@code null}. 538 throw new IllegalArgumentException("Cannot set crop after view has been laid out"); 581 mMatrix.set(mOriginalMatrix); 628 mTranslateRect.set(mDrawable.getBounds()); 666 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); 759 mTempSrc.set(0, 0, dwidth, dheight); 761 mTempDst.set(mCropRect); 763 mTempDst.set(0, 0, vwidth, vheight) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardProxy.java | 102 private boolean mQuietMode = false; // when set to true IccCardProxy will not broadcast 394 SystemProperties.set(PROPERTY_SIM_STATE, mExternalState.toString()); 596 Exception e = new RuntimeException("CommandsInterface is not set.");
|
SIMRecords.java | 67 * It will be set in onSimReady if reading GET_CPHS_INFO successfully 196 // recordsToLoad is set to 0 because no requests are made yet 241 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null"); 242 SystemProperties.set(PROPERTY_ICC_OPERATOR_NUMERIC, null); 243 SystemProperties.set(PROPERTY_ICC_OPERATOR_ALPHA, null); 244 SystemProperties.set(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, null); 246 // recordsRequested is set to false indicating that the SIM 247 // read requests made so far are not valid. This is set to 248 // true only when fresh set of read requests are made. 279 * Set subscriber number to SIM recor [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 806 /* Set the component's OMX_PARAM_PORTDEFINITIONTYPE structure (input) */ 836 /* Set the component's OMX_VIDEO_PARAM_AVCTYPE structure (output) */ 873 /* Set the component's OMX_PARAM_PORTDEFINITIONTYPE structure (output) */ 911 /* Set the component's OMX_VIDEO_PARAM_BITRATETYPE structure (output) */ 926 /* Set the component's OMX_VIDEO_PARAM_QUANTIZATIONTYPE structure (output) */ 2752 sigset_t set; local [all...] |
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
FmRxApp.java | 433 * Set the arraylist with the selected station name and display the name on 444 * Set the arraylist and the buttons with the selected station and make the 545 /* Set particular station name or frequency in the stations arraylist */ 566 stations.set(index.intValue(), item); 581 stations.set(index.intValue(), item); 628 * FM main screen. Set the default volume. 703 * we have exited the FM App. Set the sdefaultSettingOn flag to 725 * Seek up/down will be completed here. So set the state to 734 * Set the default band , if the fm app is getting started first 741 * volume change will be completed here. So set the state t [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 94 * The base lists use a variant of the HM linked ordered set 325 /** Lazily initialized key set */ 327 /** Lazily initialized entry set */ 331 /** Lazily initialized descending key set */ [all...] |
ForkJoinPool.java | 130 * functionality and control for a set of worker threads: 261 * code is set up to work with other policies. To ensure that we 304 * rather than waiting, we set and clear the "parker" field of 312 * return due to status being set via some other unrelated call to 594 * anyway.) Nearly all lock bodies are set up so that exceptions [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLTest.java | 134 streamHandlerFactoryField.set(null, factory); 146 streamHandlerFactoryField.set(null, old);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 276 // probably other compilers set that too in C++11 mode. 1492 void set(const T& value) { *pointer() = value; } function in class:testing::internal::ThreadLocal 1573 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal [all...] |
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactModifierTests.java | 170 * Build an {@link RawContact} with the requested set of phone numbers. 524 final RawContactDeltaList set = new RawContactDeltaList(); local 525 set.add(state); 539 RawContactModifier.trimEmpty(set, accountTypes); 554 final RawContactDeltaList set = new RawContactDeltaList(); local 555 set.add(state); 573 RawContactModifier.trimEmpty(set, accountTypes); 599 final RawContactDeltaList set = new RawContactDeltaList(); local 600 set.add(state); 630 RawContactModifier.trimEmpty(set, accountTypes) 665 final RawContactDeltaList set = new RawContactDeltaList(); local [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AttachmentDownloadService.java | 104 // sRunningService is only set in the UI thread; it's visibility elsewhere is guaranteed 235 * Comparator class for the download set; we first compare by priority. Requests with equal 517 // Set the alarm 519 am.set(AlarmManager.RTC_WAKEUP, System.currentTimeMillis() + delay, 529 * set our watchdog alarm 560 // This will sort at the end of the set. [all...] |