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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorEvent.java71 public Location getLocation() { method in class:GeofenceHardwareMonitorEvent
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSingleRow.java33 public final Location getLocation(int index) { method in class:SingleRow
H A DStaggeredGrid.java101 public final Location getLocation(int index) { method in class:StaggeredGrid
153 offset = getLocation(mFirstVisibleIndex).offset;
170 Location loc = getLocation(itemIndex);
209 Location loc = getLocation(cachedIndex);
222 int offset = isReversedFlow() ? -getLocation(cachedIndex).size - mMargin:
223 getLocation(cachedIndex).size + mMargin;
225 offset -= getLocation(i).offset;
249 Location oldFirstLoc = mFirstIndex >= 0 ? getLocation(mFirstIndex) : null;
324 Location loc = getLocation(itemIndex);
416 CircularIntArray row = mTmpItemPositionsInRows[getLocation(
[all...]
H A DGrid.java251 return getLocation(index).row;
257 public abstract Location getLocation(int index); method in class:Grid
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java153 public String getLocation() { method in class:CacheManager.CacheResult
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java143 Location getLocation() { method in class:TrackerEntry
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.h142 const clang::SourceLocation &getLocation() const { return mLocation; } function in class:slang::RSExportReduce
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.java261 public SmsCbLocation getLocation() { method in class:SmsCbMessage
/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/base/core/java/android/app/
H A DLoadedApk.java888 leak.setStackTrace(rd.getLocation().getStackTrace());
914 leak.setStackTrace(sd.getLocation().getStackTrace());
1177 IntentReceiverLeaked getLocation() { method in class:LoadedApk.ReceiverDispatcher
1366 ServiceConnectionLeaked getLocation() { method in class:LoadedApk.ServiceDispatcher
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java884 final WindowLeaked getLocation() { method in class:ViewRootImpl

Completed in 579 milliseconds