Searched defs:getLocation (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorEvent.java71 public Location getLocation() { method in class:GeofenceHardwareMonitorEvent
/frameworks/compile/slang/
H A Dslang_rs_exportable.h53 clang::SourceLocation getLocation() const { return mLoc; } function in class:slang::RSExportable
H A Dslang_rs_export_reduce.h142 const clang::SourceLocation &getLocation() const { return mLocation; } function in class:slang::RSExportReduce
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DSingleRow.java34 public final Location getLocation(int index) { method in class:SingleRow
H A DStaggeredGrid.java97 public final Location getLocation(int index) { method in class:StaggeredGrid
148 offset = getLocation(mFirstVisibleIndex).offset;
166 Location loc = getLocation(itemIndex);
205 Location loc = getLocation(cachedIndex);
218 int offset = isReversedFlow() ? -getLocation(cachedIndex).size - mSpacing:
219 getLocation(cachedIndex).size + mSpacing;
221 offset -= getLocation(i).offset;
245 Location oldFirstLoc = mFirstIndex >= 0 ? getLocation(mFirstIndex) : null;
320 Location loc = getLocation(itemIndex);
412 CircularIntArray row = mTmpItemPositionsInRows[getLocation(
[all...]
H A DGrid.java272 Location location = getLocation(index);
282 public abstract Location getLocation(int index); method in class:Grid
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java154 public String getLocation() { method in class:CacheManager.CacheResult
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbMessage.java261 public SmsCbLocation getLocation() { method in class:SmsCbMessage
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java143 Location getLocation() { method in class:TrackerEntry
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java243 public @MicrophoneLocation int getLocation() { method in class:MicrophoneInfo
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java215 public int getLocation() { method in class:ImageShader.ProgramUniform
302 return getProgramUniform(name, true).getLocation();
338 GLES20.glUniform1iv(uniform.getLocation(), len, values, 0);
342 GLES20.glUniform2iv(uniform.getLocation(), len / 2, values, 0);
346 GLES20.glUniform2iv(uniform.getLocation(), len / 3, values, 0);
350 GLES20.glUniform2iv(uniform.getLocation(), len / 4, values, 0);
367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0);
371 GLES20.glUniform2fv(uniform.getLocation(), len / 2, values, 0);
375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0);
379 GLES20.glUniform4fv(uniform.getLocation(), le
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java804 public Location getLocation() { method in class:ResourceBundle.BindingTargetBundle
903 public Location getLocation() { method in class:ResourceBundle.BindingTargetBundle.BindingBundle
/frameworks/ml/nn/runtime/test/
H A DTestPartitioningRandom.cpp1033 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } function in struct:android::__anon1348::InputOutputDescriptor
1078 if (desc.getLocation() == InputOutputDescriptor::VECTOR) {
1134 if (desc.getLocation() == InputOutputDescriptor::VECTOR) {
1175 if (desc.getLocation() == InputOutputDescriptor::VECTOR) {
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1152 leak.setStackTrace(rd.getLocation().getStackTrace());
1178 leak.setStackTrace(sd.getLocation().getStackTrace());
1447 IntentReceiverLeaked getLocation() { method in class:LoadedApk.ReceiverDispatcher
1640 ServiceConnectionLeaked getLocation() { method in class:LoadedApk.ServiceDispatcher
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1047 final WindowLeaked getLocation() { method in class:ViewRootImpl

Completed in 435 milliseconds