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

12

/frameworks/base/core/java/android/view/
H A DRenderNodeAnimatorSetHelper.java32 public static RenderNode getTarget(DisplayListCanvas recordingCanvas) { method in class:RenderNodeAnimatorSetHelper
H A DWindowId.java211 public IWindowId getTarget() { method in class:WindowId
/frameworks/av/media/libaaudio/src/utility/
H A DLinearRamp.h53 float getTarget() { function in class:LinearRamp
/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/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java70 protected int getTarget() { method in class:RawTexture
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DMethodBaseExpr.java36 public Expr getTarget() { method in class:MethodBaseExpr
42 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths);
45 if (getTarget() instanceof StaticIdentifierExpr) {
46 result.addAll(toExecutionPathInOrder(paths, getTarget()));
50 .comparison("!=", getTarget(), getModel().symbol("null", Object.class));
63 final Expr target = getTarget();
83 boolean isStatic = getTarget() instanceof StaticIdentifierExpr;
91 Expr listenerExpr = getModel().listenerExpr(getTarget(), mName, listener,
132 if (dependency.getOther() == getTarget()) {
H A DFieldAssignmentExpr.java41 return join(getTarget().getUniqueKey(), mName, "=", getValueExpr().getUniqueKey());
44 public Expr getTarget() { method in class:FieldAssignmentExpr
65 .app("", getTarget().toCode())
71 return model.assignment(getTarget().cloneToModel(model), mName, getValueExpr());
81 Expr child = getTarget();
105 return getTarget().toString() + '.' + mName + " = " + getValueExpr();
H A DListenerExpr.java57 public Expr getTarget() { method in class:ListenerExpr
67 return getTarget().isDynamic();
73 Dependency dependency = new Dependency(this, getTarget());
80 return join(getResolvedType().getCanonicalName(), getTarget().computeUniqueKey(), mName);
92 final KCode value = getTarget().toCode();
102 if (getTarget().isDynamic()) {
112 return model.listenerExpr(getTarget().cloneToModel(model), mName, mListenerType, mMethod);
122 return getTarget().toString() + "::" + mName;
H A DBracketExpr.java45 ModelClass targetType = getTarget().getResolvedType();
62 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths);
65 if (getTarget() instanceof StaticIdentifierExpr) {
66 result.addAll(toExecutionPathInOrder(paths, getTarget()));
69 Expr cmp = getModel().comparison("!=", getTarget(),
86 if (dependency.getOther() == getTarget()) {
94 final String targetKey = getTarget().computeUniqueKey();
103 public Expr getTarget() { method in class:BracketExpr
125 app("getFromArray(", getTarget().toCode()).
132 ModelClass targetType = getTarget()
[all...]
H A DMethodCallExpr.java70 .app("", getTarget().toCode())
81 return model.methodCall(getTarget().cloneToModel(model), mName,
99 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths);
102 if (getTarget() instanceof StaticIdentifierExpr) {
107 .comparison("!=", getTarget(), getModel().symbol("null", Object.class));
130 Expr target = getTarget();
158 target = getTarget();
174 if (dependency.getOther() == getTarget()) {
183 return join(getTarget().computeUniqueKey(), mName,
187 public Expr getTarget() { method in class:MethodCallExpr
[all...]
/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.h72 AArch64GNULDBackend& getTarget() { return m_Target; } function in class:mcld::AArch64Relocator
74 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.h78 MipsGNULDBackend& getTarget() { return m_Target; } function in class:mcld::MipsRelocator
80 const MipsGNULDBackend& getTarget() const { return m_Target; } function in class:mcld::MipsRelocator
/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java103 public View getTarget() { method in class:StateListAnimator
112 final View current = getTarget();
186 match.mAnimator.setTarget(getTarget());
H A DObjectAnimator.java824 if (((ObjectAnimator) anim).getTarget() == getTarget() &&
844 Log.d(LOG_TAG, "Anim target, duration: " + getTarget() + ", " + getDuration());
887 final Object target = getTarget();
921 public Object getTarget() { method in class:ObjectAnimator
927 final Object oldTarget = getTarget();
942 final Object target = getTarget();
955 final Object target = getTarget();
979 final Object target = getTarget();
1009 getTarget();
[all...]
/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/
H A DCompilerConfig.h102 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 DInverseBinding.java126 public BindingTarget getTarget() { method in class:InverseBinding
/frameworks/base/core/java/android/content/
H A DIntentSender.java359 public IIntentSender getTarget() { method in class:IntentSender
/frameworks/base/core/java/android/os/
H A DMessage.java357 public Handler getTarget() { method in class:Message
414 * Sends this Message to the Handler specified by {@link #getTarget}.

Completed in 977 milliseconds

12