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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java84 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/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
H A DFrameFormat.java93 public int getTarget() { method in class:FrameFormat
162 result.setTarget(getTarget());
201 if (specification.getTarget() != TARGET_UNSPECIFIED
202 && getTarget() != specification.getTarget()) {
258 if (specification.getTarget() != TARGET_UNSPECIFIED
259 && getTarget() != TARGET_UNSPECIFIED
260 && getTarget() != specification.getTarget()) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h70 ARMGNULDBackend& getTarget() function in class:mcld::ARMRelocator
73 const ARMGNULDBackend& getTarget() const function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h93 HexagonLDBackend& getTarget() function in class:mcld::HexagonRelocator
96 const HexagonLDBackend& getTarget() const function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h67 MipsGNULDBackend& getTarget() function in class:mcld::MipsRelocator
70 const MipsGNULDBackend& getTarget() const 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.java771 if (((ObjectAnimator) anim).getTarget() == getTarget() &&
821 Log.d(LOG_TAG, "Anim target, duration: " + getTarget() + ", " + getDuration());
849 final Object target = getTarget();
883 public Object getTarget() { method in class:ObjectAnimator
895 final Object oldTarget = getTarget();
910 final Object target = getTarget();
923 final Object target = getTarget();
946 final Object target = getTarget();
970 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/CodeGen/
H A DMCLDTargetMachine.cpp108 const mcld::Target& mcld::MCLDTargetMachine::getTarget() const function in class:mcld::MCLDTargetMachine
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h86 AArch64GNULDBackend& getTarget() function in class:mcld::AArch64Relocator
89 const AArch64GNULDBackend& getTarget() const function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h136 X86_32GNULDBackend& getTarget() function in class:mcld::X86_32Relocator
139 const X86_32GNULDBackend& getTarget() const function in class:mcld::X86_32Relocator
195 X86_64GNULDBackend& getTarget() function in class:mcld::X86_64Relocator
198 const X86_64GNULDBackend& getTarget() const function in class:mcld::X86_64Relocator
/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.java998 public IIntentSender getTarget() { method in class:PendingIntent
/frameworks/base/core/java/android/widget/
H A DAbsListView.java5634 private InputConnection getTarget() { method in class:AbsListView.InputConnectionWrapper
5697 return getTarget().getExtractedText(request, flags);
5702 return getTarget().deleteSurroundingText(beforeLength, afterLength);
5707 return getTarget().setComposingText(text, newCursorPosition);
5712 return getTarget().setComposingRegion(start, end);
5722 return getTarget().commitText(text, newCursorPosition);
5727 return getTarget().commitCompletion(text);
5732 return getTarget().commitCorrection(correctionInfo);
5737 return getTarget().setSelection(start, end);
5742 return getTarget()
[all...]

Completed in 6594 milliseconds