OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view
(Results
1201 - 1225
of
7837
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/frameworks/base/core/java/android/view/animation/
CycleInterpolator.java
17
package android.
view
.animation;
26
import com.android.internal.
view
.animation.HasNativeInterpolator;
27
import com.android.internal.
view
.animation.NativeInterpolatorFactory;
28
import com.android.internal.
view
.animation.NativeInterpolatorFactoryHelper;
DecelerateInterpolator.java
17
package android.
view
.animation;
26
import com.android.internal.
view
.animation.HasNativeInterpolator;
27
import com.android.internal.
view
.animation.NativeInterpolatorFactory;
28
import com.android.internal.
view
.animation.NativeInterpolatorFactoryHelper;
OvershootInterpolator.java
17
package android.
view
.animation;
26
import com.android.internal.
view
.animation.HasNativeInterpolator;
27
import com.android.internal.
view
.animation.NativeInterpolatorFactory;
28
import com.android.internal.
view
.animation.NativeInterpolatorFactoryHelper;
/frameworks/base/core/java/android/widget/
TextSwitcher.java
22
import android.
view
.
View
;
23
import android.
view
.ViewGroup;
24
import android.
view
.accessibility.AccessibilityEvent;
25
import android.
view
.accessibility.AccessibilityNodeInfo;
63
public void addView(
View
child, int index, ViewGroup.LayoutParams params) {
73
* Sets the text of the next
view
and switches to the next
view
. This can
85
* Sets the text of the text
view
that is currently showing. This does
/frameworks/base/core/java/com/android/internal/view/
WindowManagerPolicyThread.java
17
package com.android.internal.
view
;
/frameworks/base/core/java/com/android/internal/view/animation/
HasNativeInterpolator.java
17
package com.android.internal.
view
.animation;
NativeInterpolatorFactoryHelper.java
17
package com.android.internal.
view
.animation;
/frameworks/base/core/tests/coretests/src/android/view/
DisabledLongpressTest.java
17
package android.
view
;
19
import android.
view
.Longpress;
27
import android.
view
.
View
;
28
import android.
view
.
View
.OnLongClickListener;
31
* Exercises {@link android.
view
.
View
}'s longpress plumbing by testing the
35
private
View
mSimpleView;
49
public boolean onLongClick(
View
v)
[
all
...]
Include.java
17
package android.
view
;
Longpress.java
17
package android.
view
;
LongpressTest.java
17
package android.
view
;
19
import android.
view
.Longpress;
27
import android.
view
.
View
;
28
import android.
view
.
View
.OnLongClickListener;
31
* Exercises {@link android.
view
.
View
}'s longpress plumbing.
34
private
View
mSimpleView;
48
public boolean onLongClick(
View
v)
[
all
...]
PreDrawListener.java
17
package android.
view
;
23
import android.
view
.
View
;
24
import android.
view
.ViewTreeObserver;
25
import android.
view
.
View
.OnClickListener;
85
public void onClick(
View
v) {
RemoteViewsActivity.java
17
package android.
view
;
ViewAttachTestActivity.java
17
package android.
view
;
ZeroSized.java
17
package android.
view
;
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravity.java
23
import android.
view
.
View
;
FrameLayoutMargin.java
23
import android.
view
.
View
;
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravity.java
23
import android.
view
.
View
;
BaselineButtons.java
23
import android.
view
.
View
;
HorizontalOrientationVerticalAlignment.java
23
import android.
view
.
View
;
WeightSum.java
23
import android.
view
.
View
;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListBottomGravity.java
19
import android.
view
.Gravity;
ListTopGravity.java
19
import android.
view
.Gravity;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
AppearAnimationCreator.java
20
import android.
view
.animation.Interpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java
19
import android.
view
.
View
;
27
void handleOnClick(
View
selectedView);
28
void handleSwipe(
View
selectedView);
29
void handleLongPress(
View
selectedView,
View
anchorView,
View
thumbnailView);
Completed in 650 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>