HomeSort by relevance Sort by last modified time
    Searched defs:setLocation (Results 26 - 50 of 631) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationFragment.java 148 public void setLocation(Location location) {
149 LogUtil.i("LocationFragment.setLocation", String.valueOf(location));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
PackageDownloadInfo.java 125 builder.setLocation(bundle.getString(
163 public Builder setLocation(String location) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 137 menu.setLocation(location.x, location.y);
DeviceMenuListener.java 196 menu.setLocation(location.x, location.y);
OrientationMenuAction.java 91 menu.setLocation(location.x, location.y);
ConfigurationMenuListener.java 260 menu.setLocation(location.x, location.y);
ThemeMenuAction.java 169 menu.setLocation(location.x, location.y);
  /external/clang/include/clang/AST/
CommentLexer.h 83 void setLocation(SourceLocation SL) { Loc = SL; }
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
DeclBase.h 386 void setLocation(SourceLocation L) { Loc = L; }
    [all...]
ExprCXX.h 490 void setLocation(SourceLocation L) { Loc = L; }
520 void setLocation(SourceLocation L) { Loc = L; }
    [all...]
ExprObjC.h 78 void setLocation(SourceLocation L) { Loc = L; }
519 void setLocation(SourceLocation L) { Loc = L; }
744 void setLocation(SourceLocation L) { IdLoc = L; }
    [all...]
  /external/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 131 private void setLocation(Location location) {
238 entry.setLocation(location);
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionImpl.java 139 public void setLocation(Location location) {
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 300 // Test setLocation out of bound cases
302 muxer.setLocation(BAD_LATITUDE, LONGITUDE);
303 fail("setLocation succeeded with bad argument: [" + BAD_LATITUDE + "," + LONGITUDE
309 muxer.setLocation(LATITUDE, BAD_LONGITUDE);
310 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE
316 muxer.setLocation(LATITUDE, LONGITUDE);
  /external/apache-http/android/src/android/net/http/
Headers.java 393 public void setLocation(String value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 315 void apply(Opt &O) const { O.setLocation(O, Loc); }
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 265 public DngCreator setLocation(@NonNull Location location) {
267 throw new IllegalArgumentException("Null location passed to setLocation");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 409 me.setLocation(x, y);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/llvm/include/llvm/Support/
CommandLine.h 391 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); }
    [all...]

Completed in 4116 milliseconds

12 3 4 5 6 7 8 91011>>