Searched defs:get (Results 251 - 275 of 310) sorted by relevance

<<111213

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java35 public static StopWatchMap get() { method in class:GLFrameTimer
65 * Keep a reference to the GL environment, so that it does not get deallocated while there
145 StopWatchMap timer = GLFrameTimer.get();
248 throw new RuntimeException("Could not get bitmap data from GL frame!");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java330 return DirectoryFragment.get(getFragmentManager());
365 // Show an opening animation only if pressing "back" would get us back to the
375 * The current directory name and selection will get updated.
384 final RootsFragment roots = RootsFragment.get(getFragmentManager());
401 * e.g. The current directory name displayed on the action bar won't get updated.
405 // We should not get here if root is not searchable
463 public static BaseActivity get(Fragment fragment) { method in class:BaseActivity
491 RootsFragment.get(getFragmentManager()).onDisplayStateChanged();
558 final SaveFragment save = SaveFragment.get(getFragmentManager());
659 DirectoryFragment df = DirectoryFragment.get(getFragmentManage
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java256 public Entry get(String key) { method in class:NotificationData
257 return mEntries.get(key);
427 NotificationData.Entry e = mSortedAndFiltered.get(active);
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java262 Future f = mGlobalFuture.get(field);
269 Object obj = mBindings.get(field);
396 Object get() { return mValue; } method in class:ScriptGroup.Input
419 closureIDs[i] = closures.get(i).getID(rs);
454 Input unbound = mInputs2.get(i);
465 output = ((Input)output).get();
574 final ConnectLine cl = target.mOutputs.get(ct);
594 if (mNodes.get(ct).dagNumber == valueKilled)
595 mNodes.get(ct).dagNumber = valueUsed;
608 final ConnectLine cl = n.mOutputs.get(c
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java263 backgroundChanged.get();
274 idle.get();
281 idle.get();
289 idle.get();
297 idle.get();
303 idle.get();
309 idle.get();
321 future.get();
330 future.get();
340 future.get();
930 public T get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.TestAbstractFuture
959 public Void get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.IdleFuture
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java215 pw.print(mLastAlerts.get(i));
222 pw.print(mLastBugReports.get(i));
271 builder.append(kernelLogLines.get(i)).append("\n");
279 builder.append(logcatLines.get(i)).append("\n");
346 public final E get(int i) { method in class:WifiLogger.LimitedCircularArray
347 return mArrayList.get(i);
371 ByteArrayRingBuffer ring = mRingBufferData.get(status.name);
392 mLastAlerts.get(i).clearVerboseLogs();
396 mLastBugReports.get(i).clearVerboseLogs();
488 Log.e(TAG, "Fail to get rin
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DBackgroundScanScheduler.java205 WifiScanner.ScanSettings setting = mScanSettingsList.get(i);
289 public Bucket get(int index) { method in class:BackgroundScanScheduler.BucketList
341 // TODO: find a way to get max channels
350 // TODO: find a way to get max batch size
425 Bucket maxScheduledBucket = mSettingsToScheduledBucket.get(settings);
556 for (ScanSettings scanRequest : mBuckets.get(i).getSettingsList()) {
756 Bucket exponentialBucket = mBuckets.get(EXPONENTIAL_BACK_OFF_BUCKET_IDX);
H A DSupplicantWifiScannerImpl.java156 // TODO figure out how to get channel information from supplicant
543 ScanResult result = nativeResults.get(i).getScanResult();
577 scanResultsArray[i] = backgroundScanResults.get(i);
637 pnoScanResultsArray[i] = hwPnoScanResults.get(i);
650 WifiScanner.ScanData[] results = mBackgroundScanBuffer.get();
861 public WifiScanner.ScanData[] get() { method in class:SupplicantWifiScannerImpl.ScanBuffer
883 if (bssid.equalsIgnoreCase(results.get(i).BSSID)) {
884 return results.get(i);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java74 * ActivityChooserModel.get(context, "task_specific_history_file_name.xml");
330 public static ActivityChooserModel get(Context context, String historyFileName) { method in class:ActivityChooserModel
332 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
413 return mActivities.get(index).resolveInfo;
430 ActivityResolveInfo currentActivity = activities.get(i);
465 ActivityResolveInfo chosenActivity = mActivities.get(index);
516 return mActivities.get(0).resolveInfo;
536 ActivityResolveInfo newDefaultActivity = mActivities.get(index);
537 ActivityResolveInfo oldDefaultActivity = mActivities.get(0);
695 ResolveInfo resolveInfo = resolveInfos.get(
[all...]
H A DAppCompatDrawableManager.java80 public static AppCompatDrawableManager get() { method in class:AppCompatDrawableManager
292 final String cachedTagName = mKnownDrawableIdTags.get(resId);
294 || (cachedTagName != null && mDelegates.get(cachedTagName) == null)) {
346 final InflateDelegate delegate = mDelegates.get(tagName);
377 = mDrawableCaches.get(context);
382 final WeakReference<ConstantState> wr = cache.get(key);
385 ConstantState entry = wr.get();
402 LongSparseArray<WeakReference<ConstantState>> cache = mDrawableCaches.get(context);
482 if (mDelegates != null && mDelegates.get(tagName) == delegate) {
546 final SparseArray<ColorStateList> tints = mTintLists.get(contex
612 PorterDuffColorFilter get(int color, PorterDuff.Mode mode) { method in class:AppCompatDrawableManager.ColorFilterLruCache
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java65 * The callback instance that controls the behavior of the SortedList and get notified when
437 T item = get(index);
467 * If the new object is a different object (<code>get(index) != item</code>) and
482 final T existing = get(index);
537 final T item = get(index);
554 public T get(int index) throws IndexOutOfBoundsException { method in class:SortedList
556 throw new IndexOutOfBoundsException("Asked to get item at " + index + " but size is "
/frameworks/base/core/java/android/app/
H A DDialog.java673 * DPAD key events, which then get sent back to the view hierarchy, and
1120 * @param get true if the dialog should receive key events, false otherwise
1123 public void takeKeyEvents(boolean get) { argument
1124 mWindow.takeKeyEvents(get);
1337 ((OnDismissListener) msg.obj).onDismiss(mDialog.get());
1340 ((OnCancelListener) msg.obj).onCancel(mDialog.get());
1343 ((OnShowListener) msg.obj).onShow(mDialog.get());
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCharacteristics.java47 * {@link CameraCharacteristics#get}.
49 * <p>For example, to get the stream configuration map:
51 * StreamConfigurationMap map = cameraCharacteristics.get(
59 * @see CameraCharacteristics#get
187 public <T> T get(Key<T> key) { method in class:CameraCharacteristics
188 return mProperties.get(key);
198 return (T) mProperties.get(key);
223 int[] filterTags = get(REQUEST_AVAILABLE_CHARACTERISTICS_KEYS);
255 int[] filterTags = get(REQUEST_AVAILABLE_REQUEST_KEYS);
287 int[] filterTags = get(REQUEST_AVAILABLE_RESULT_KEY
[all...]
H A DCaptureRequest.java80 * {@link CaptureResult#get} or to set fields with
93 * @see CaptureResult#get
272 public <T> T get(Key<T> key) { method in class:CaptureRequest
273 return mSettings.get(key);
283 return (T) mSettings.get(key);
581 public <T> T get(Key<T> key) { method in class:CaptureRequest.Builder
582 return mRequest.mSettings.get(key);
908 * get locked do not necessarily correspond to the settings that were present in the
1241 * get locked do not necessarily correspond to the settings that were present in the
1791 * int sensorOrientation = c.get(CameraCharacteristic
[all...]
H A DCaptureResult.java59 * {@link CaptureResult#get}.
61 * <p>For example, to get the timestamp corresponding to the exposure of the first row:
63 * long timestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
70 * @see CaptureResult#get
237 public <T> T get(Key<T> key) { method in class:CaptureResult
238 T value = mResults.get(key);
239 if (VERBOSE) Log.v(TAG, "#get for Key = " + key.getName() + ", returned value = " + value);
250 return (T) mResults.get(key);
620 * get locked do not necessarily correspond to the settings that were present in the
1605 * get locke
[all...]
/frameworks/base/core/java/android/net/
H A DUri.java71 cached result. As a result, we get thread safe caching with no concurrency
807 * get encoded
809 * will get encoded
987 public String get(int index) { method in class:Uri.PathSegments
1028 // Makes sure this doesn't get reused.
1048 return segments.get(size - 1);
2367 if (!Objects.equals(seg.get(i), prefixSeg.get(i))) {
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java186 * Activity.onEnterAnimationComplete() to get the same signal.
912 access.get(i).onGlobalLayout();
944 cancelDraw |= !(access.get(i).onPreDraw());
966 access.get(i).onWindowShown();
982 listeners.get(i).onDraw();
1016 access.get(i).onScrollChanged();
1048 access.get(i).onComputeInternalInsets(inoutInfo);
1083 * MyData d = access.get(i);
1101 T get(int index) { method in class:ViewTreeObserver.CopyOnWriteArray.Access
1102 return mData.get(inde
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java571 * the last setSize, get which returns a record and
597 // cleared after calling this method, and that subsequent calls to get() function as
639 synchronized LogRec get(int index) { method in class:StateMachine.LogRecords
647 return mLogRecVector.get(nextIndex);
669 LogRec pmi = mLogRecVector.get(mOldestIndex);
1037 Message curMsg = mDeferredMessages.get(i);
1090 StateInfo curStateInfo = mStateInfo.get(destState);
1111 StateInfo curStateInfo = mStateInfo.get(mInitialState);
1153 parentStateInfo = mStateInfo.get(parent);
1159 StateInfo stateInfo = mStateInfo.get(stat
[all...]
/frameworks/base/libs/hwui/
H A DProgramCache.cpp404 Program* ProgramCache::get(const ProgramDescription& description) { function in class:android::uirenderer::ProgramCache
419 program = iter->second.get();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java855 public MagnificationSpec get(SpecAnimationBridge object) { method in class:MagnificationController.SpecAnimationBridge.MagnificationSpecProperty
1012 * This method is used to get the magnification region in the tiny time slice between
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java156 public String get(String key, String def) { method in class:DpmMockContext.SystemPropertiesForMock
160 public String get(String key) { method in class:DpmMockContext.SystemPropertiesForMock
357 results[i] = profiles.get(i).id;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java73 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName);
99 mLayoutBundles.get(target.getIncludedLayout());
111 String binding = boundTo.get(0).getFullBindingClass();
135 public List<? extends NameTypeLocation> get(LayoutFileBundle bundle) {
144 public List<NameTypeLocation> get(LayoutFileBundle bundle) {
200 String existingType = viewTypes.get(target.mId);
249 String include = includes.get(viewType.getKey());
258 .setIncludedLayout(includes.get(viewType.getKey()));
307 for (NameTypeLocation item : callback.get(bundle)) {
308 NameTypeLocation existing = result.get(ite
931 List<? extends NameTypeLocation> get(LayoutFileBundle bundle); method in interface:ResourceBundle.ValidateAndFilterCallback
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java259 Future f = mGlobalFuture.get(field);
266 Object obj = mBindings.get(field);
391 Object get() { return mValue; } method in class:ScriptGroup.Input
417 closureIDs[i] = closures.get(i).getID(rs);
450 Input unbound = mInputs2.get(i);
461 output = ((Input)output).get();
536 Node n = mNodes.get(ct);
538 ConnectLine l = n.mOutputs.get(ct2);
550 if (n.mOutputs.get(ct3).mFrom == l.mFrom) {
551 n.mOutputs.get(ct
[all...]
/frameworks/av/camera/
H A DCameraParameters.cpp268 const char *CameraParameters::get(const char *key) const function in class:android::CameraParameters
278 const char *v = get(key);
286 const char *v = get(key);
358 const char *p = get(KEY_PREVIEW_SIZE);
366 const char *p = get(KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO);
373 const char *previewSizesStr = get(KEY_SUPPORTED_PREVIEW_SIZES);
387 const char *p = get(KEY_VIDEO_SIZE);
394 const char *videoSizesStr = get(KEY_SUPPORTED_VIDEO_SIZES);
411 const char *p = get(KEY_PREVIEW_FPS_RANGE);
423 return get(KEY_PREVIEW_FORMA
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp925 String8 Parameters::get() const { function in class:android::camera2::Parameters
1230 newParams.get(CameraParameters::KEY_RECORDING_HINT) );
1250 fpsRange = newParams.get(CameraParameters::KEY_PREVIEW_FRAME_RATE);
1251 fpsSingle = newParams.get(CameraParameters::KEY_PREVIEW_FPS_RANGE);
1528 newParams.get(CameraParameters::KEY_GPS_LATITUDE);
1531 newParams.get(CameraParameters::KEY_GPS_LONGITUDE);
1533 newParams.get(CameraParameters::KEY_GPS_ALTITUDE);
1535 newParams.get(CameraParameters::KEY_GPS_TIMESTAMP);
1537 newParams.get(CameraParameters::KEY_GPS_PROCESSING_METHOD);
1581 newParams.get(CameraParameter
[all...]

Completed in 624 milliseconds

<<111213