Searched defs:getTarget (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatement.java40 * and with {@link #getTarget} equal to
71 public AbstractAsset getTarget() { method in class:Statement
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java82 public View getTarget() { method in class:ViewInvertHelper
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java70 protected int getTarget() { method in class:RawTexture
H A DBasicTexture.java151 abstract protected int getTarget(); method in class:BasicTexture
H A DUploadedTexture.java280 protected int getTarget() { method in class:UploadedTexture
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBracketExpr.java40 ModelClass targetType = getTarget().getResolvedType();
61 return join(getTarget().computeUniqueKey(), "$", getArg().computeUniqueKey(), "$");
64 public Expr getTarget() { method in class:BracketExpr
H A DMethodCallExpr.java71 Expr target = getTarget();
91 target = getTarget();
106 if (dependency.getOther() == getTarget()) {
115 return join(getTarget().computeUniqueKey(), mName,
119 public Expr getTarget() { method in class:MethodCallExpr
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFieldPort.java53 public Object getTarget() { method in class:FieldPort
H A DInputPort.java68 public Object getTarget() { method in class:InputPort
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h67 AArch64GNULDBackend& getTarget() { return m_Target; } function in class:mcld::AArch64Relocator
69 const AArch64GNULDBackend& getTarget() const { return m_Target; } function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h66 ARMGNULDBackend& getTarget() { return m_Target; } function in class:mcld::ARMRelocator
68 const ARMGNULDBackend& getTarget() const { return m_Target; } function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h74 MipsGNULDBackend& getTarget() { return m_Target; } function in class:mcld::MipsRelocator
76 const MipsGNULDBackend& getTarget() const { return m_Target; } function in class:mcld::MipsRelocator
/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java102 public View getTarget() { method in class:StateListAnimator
111 final View current = getTarget();
185 match.mAnimator.setTarget(getTarget());
H A DObjectAnimator.java794 if (((ObjectAnimator) anim).getTarget() == getTarget() &&
844 Log.d(LOG_TAG, "Anim target, duration: " + getTarget() + ", " + getDuration());
873 final Object target = getTarget();
907 public Object getTarget() { method in class:ObjectAnimator
919 final Object oldTarget = getTarget();
934 final Object target = getTarget();
947 final Object target = getTarget();
971 final Object target = getTarget();
995 getTarget();
[all...]
/frameworks/base/core/java/android/view/
H A DWindowId.java211 public IWindowId getTarget() { method in class:WindowId
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DOutputPort.java160 public InputPort getTarget() { method in class:OutputPort
H A DTextureSource.java54 public int getTarget() { method in class:TextureSource
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h101 inline const llvm::Target *getTarget() const function in class:bcc::CompilerConfig
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h88 HexagonLDBackend& getTarget() { return m_Target; } function in class:mcld::HexagonRelocator
90 const HexagonLDBackend& getTarget() const { return m_Target; } function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h131 X86_32GNULDBackend& getTarget() { return m_Target; } function in class:mcld::X86_32Relocator
133 const X86_32GNULDBackend& getTarget() const { return m_Target; } function in class:mcld::X86_32Relocator
195 X86_64GNULDBackend& getTarget() { return m_Target; } function in class:mcld::X86_64Relocator
197 const X86_64GNULDBackend& getTarget() const { return m_Target; } function in class:mcld::X86_64Relocator
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBinding.java62 Scope.enter(getTarget());
126 public BindingTarget getTarget() { method in class:Binding
/frameworks/support/design/base/android/support/design/widget/
H A DStateListAnimator.java77 View getTarget() { method in class:StateListAnimator
82 final View current = getTarget();
95 final View view = getTarget();
136 View view = getTarget();
144 final View view = getTarget();
165 final View view = getTarget();
/frameworks/base/core/java/android/content/
H A DIntentSender.java361 public IIntentSender getTarget() { method in class:IntentSender
/frameworks/base/core/java/android/os/
H A DMessage.java355 public Handler getTarget() { method in class:Message
412 * Sends this Message to the Handler specified by {@link #getTarget}.
/frameworks/base/core/java/android/app/
H A DPendingIntent.java1071 public IIntentSender getTarget() { method in class:PendingIntent

Completed in 2127 milliseconds

12