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
29
public class
HandleView
extends ImageView {
35
public
HandleView
(Context context) {
39
public
HandleView
(Context context, AttributeSet attrs) {
43
public
HandleView
(Context context, AttributeSet attrs, int defStyle) {
46
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
HandleView
, defStyle, 0);
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DragHandleUtils.java
55
return onView(allOf(withId(id), isAssignableFrom(Editor.
HandleView
.class)))
TextViewActions.java
31
import android.widget.Editor.
HandleView
;
340
Editor.
HandleView
.class));
431
if (!(view instanceof
HandleView
)) {
433
.withActionDescription(mActionDescription + " The view is not a
HandleView
")
437
final
HandleView
handleView
= (
HandleView
) view;
445
final float currentX =
handleView
.getHorizontal(layout, currentOffset);
/frameworks/base/core/java/android/widget/
Editor.java
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 296 milliseconds