HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1776 - 1800 of 4117) sorted by null

<<71727374757677787980>>

  /frameworks/base/core/java/android/app/
ActivityOptions.java 2 * Copyright (C) 2012 The Android Open Source Project
410 * @param source The View that the new activity is animating from. This
412 * @param startX The x starting location of the new activity, relative to <var>source</var>.
413 * @param startY The y starting location of the activity, relative to <var>source</var>.
419 public static ActivityOptions makeScaleUpAnimation(View source,
422 opts.mPackageName = source.getContext().getPackageName();
425 source.getLocationOnScreen(pts);
438 * @param source The View that the new activity is animating from. This
440 * @param startX The x starting location of the new activity, relative to <var>source</var>.
441 * @param startY The y starting location of the activity, relative to <var>source</var>
    [all...]
Instrumentation.java 2 * Copyright (C) 2006 The Android Open Source Project
89 @Retention(RetentionPolicy.SOURCE)
992 int source = event.getSource(); local
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 2 * Copyright (C) 2006 The Android Open Source Project
301 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 2 * Copyright (C) 2007 The Android Open Source Project
    [all...]
  /frameworks/base/core/java/android/util/apk/
ApkSignatureSchemeV2Verifier.java 2 * Copyright (C) 2016 The Android Open Source Project
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 2 * Copyright (C) 2014 The Android Open Source Project
1041 ParcelFileDescriptor source = null; local
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 2 ** Copyright 2008, The Android Open Source Project
469 auto source = (flags & FLAG_STORAGE_DE) ? ce_path : de_path; local
473 << " is not active; migrating from " << source; local
477 if (rename(source.c_str(), target.c_str()) != 0) {
478 return error("Failed to rename " + source + " to " + target);
768 // Data source may not exist for all users; that's okay
771 LOG(INFO) << "Missing source " << from_ce;
2290 std::string source; local
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 2 * Copyright (C) 2010 The Android Open Source Project
477 uint32_t source; member in struct:android::InputDispatcher::KeyEntry
498 int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action,
511 uint32_t source; member in struct:android::InputDispatcher::MotionEntry
527 int32_t deviceId, uint32_t source, uint32_t policyFlags,
715 // Returns true if the specified source is known to have received a hover enter
717 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const;
757 uint32_t source; member in struct:android::InputDispatcher::InputState::KeyMemento
768 uint32_t source; member in struct:android::InputDispatcher::InputState::MotionMemento
974 uint32_t source; \/\/ source of the device that is current down, others are rejected member in struct:android::InputDispatcher::TouchState
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 2 * Copyright (C) 2013 The Android Open Source Project
1095 mImsVideoCallProviderWrapper.pauseVideo(getVideoState(), source); local
1109 mImsVideoCallProviderWrapper.resumeVideo(getVideoState(), source); local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 2 * Copyright (C) 2013-2016 The Android Open Source Project
221 int source; member in struct:stream_in
  /hardware/qcom/audio/hal/msm8916/
platform.c 2 * Copyright (C) 2016 The Android Open Source Project
1665 audio_source_t source = (adev->active_input == NULL) ? local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 2 * Copyright (C) 2013-2017 The Android Open Source Project
2273 audio_source_t source = (adev->active_input == NULL) ? local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 994 CharBuffer source = CharBuffer.wrap("String"); local
996 assertEquals(6, source.read(target));
999 assertEquals(-1, source.read(target));
1002 assertEquals(-1, source.read(null));
1011 CharBuffer source = CharBuffer.wrap("String"); local
1014 source.read(target);
1021 assertEquals(0, source.read(target));
1025 CharBuffer source = CharBuffer.wrap("String"); local
1027 assertEquals(1, source.read(target));
1029 assertEquals(1, source.position())
1033 CharBuffer source = CharBuffer.wrap("abuffer"); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 1115 ByteBuffer source = read(); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Scanner.java 2 * Copyright (C) 2014 The Android Open Source Project
138 * <p>When a <code>Scanner</code> is closed, it will close its input source
139 * if the source implements the {@link java.io.Closeable} interface.
331 // The input source
332 private Readable source; field in class:Scanner
334 // Boolean is true if source is done
530 * from the specified source delimited by the specified pattern.
532 * @param source A character source implementing the Readable interface
535 private Scanner(Readable source, Pattern pattern)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java 2 * Copyright (C) 2009 The Android Open Source Project
199 // Build a source and pull specific types
200 final AccountType source = getAccountType(); local
201 final DataKind kindPhone = source.getKindForMimetype(Phone.CONTENT_ITEM_TYPE);
244 // Build a source and pull specific types
245 final AccountType source = getAccountType(); local
246 final DataKind kindPhone = source.getKindForMimetype(Phone.CONTENT_ITEM_TYPE);
281 // Build a source and pull specific types
282 final AccountType source = getAccountType(); local
283 final DataKind kindPhone = source.getKindForMimetype(Phone.CONTENT_ITEM_TYPE)
311 final AccountType source = getAccountType(); local
347 final AccountType source = getAccountType(); local
358 final AccountType source = getAccountType(); local
375 final AccountType source = getAccountType(); local
420 final AccountType source = getAccountType(); local
446 final AccountType source = getAccountType(); local
475 final AccountType source = getAccountType(); local
499 final AccountType source = getAccountType(); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-builder-3.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta3/
testutils-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta5/
testutils-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta6/
testutils-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.5.0/
testutils-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0/
testutils-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha1/
testutils-25.0.0-alpha1.jar 

Completed in 1039 milliseconds

<<71727374757677787980>>