OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleView
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java
30
public class
HandleView
extends ImageView {
36
public
HandleView
(Context context) {
40
public
HandleView
(Context context, AttributeSet attrs) {
44
public
HandleView
(Context context, AttributeSet attrs, int defStyle) {
47
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
HandleView
, defStyle, 0);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HandleView.java
32
public class
HandleView
extends ImageView {
51
public void onMoveBegin(
HandleView
view);
60
public boolean onMove(
HandleView
view, int left, int delta);
69
public void onMoveEnd(
HandleView
view, int left, int delta);
72
public
HandleView
(Context context, AttributeSet attrs, int defStyle) {
81
public
HandleView
(Context context, AttributeSet attrs) {
85
public
HandleView
(Context context) {
OverlayLinearLayout.java
71
private
HandleView
mLeftHandle, mRightHandle;
317
mLeftHandle = (
HandleView
)inflate(getContext(), R.layout.left_handle_view, null);
320
mRightHandle = (
HandleView
)inflate(getContext(), R.layout.right_handle_view, null);
864
mRightHandle.setListener(new
HandleView
.MoveListener() {
870
public void onMoveBegin(
HandleView
view) {
876
public boolean onMove(
HandleView
view, int left, int delta) {
[
all
...]
MediaLinearLayout.java
99
private
HandleView
mLeftHandle, mRightHandle;
521
mLeftHandle = (
HandleView
)inflate(getContext(), R.layout.left_handle_view, null);
524
mRightHandle = (
HandleView
)inflate(getContext(), R.layout.right_handle_view, null);
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 244 milliseconds