OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view
(Results
1176 - 1200
of
7837
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/ui/v2/src/
view_private.h
9
#include "ui/v2/public/
view
.h"
19
// Friend of
View
. Provides a way to access
view
state for the implementation
20
// of class
View
.
23
explicit ViewPrivate(
View
*
view
);
33
View
* view_;
/external/chromium_org/ui/views/controls/
focusable_border.cc
38
void FocusableBorder::Paint(const
View
&
view
, gfx::Canvas* canvas) {
40
path.addRect(gfx::RectToSkRect(
view
.GetLocalBounds()), SkPath::kCW_Direction);
45
color =
view
.GetNativeTheme()->GetSystemColor(
46
view
.HasFocus() ? ui::NativeTheme::kColorId_FocusedBorderColor :
/external/chromium_org/ui/views/
cull_set.h
15
class
View
;
17
// A CullSet defines a set of
View
pointers which have been possibly culled
32
// Returns true if |
view
| needs to be painted.
33
bool ShouldPaint(const
View
*
view
) const;
view_model_utils.h
13
class
View
;
23
// Sets the bounds of each
view
to its ideal bounds.
29
// Returns the index to move |
view
| to based on a coordinate of |x| and |y|.
31
View
*
view
,
/external/droiddriver/src/com/google/android/droiddriver/actions/
EventAction.java
19
import android.
view
.InputEvent;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c
216
struct pipe_sampler_view *
view
= CALLOC_STRUCT(pipe_sampler_view);
local
218
if (
view
) {
219
*
view
= *templ;
220
view
->reference.count = 1;
221
view
->texture = NULL;
222
pipe_resource_reference(&
view
->texture, texture);
223
view
->context = pipe;
226
return
view
;
232
struct pipe_sampler_view *
view
)
234
pipe_resource_reference(&
view
->texture, NULL)
265
struct pipe_sampler_
view
*
view
= i < num ?
view
s[i] : NULL;
local
[
all
...]
/external/robolectric/src/main/java/android/view/animation/
ShadowAnimationBridge.java
1
package android.
view
.animation;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlphaAnimation.java
3
import android.
view
.animation.AlphaAnimation;
ShadowContextThemeWrapper.java
4
import android.
view
.ContextThemeWrapper;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewPagerTest.java
4
import android.support.v4.
view
.PagerAdapter;
5
import android.support.v4.
view
.ViewPager;
6
import android.
view
.
View
;
56
public boolean isViewFromObject(
View
view
, Object object) {
/external/skia/experimental/iOSSampleApp/Shared/
SkUIView.h
21
// Called when the
view
needs to handle adding an SkOSMenu
22
- (void)
view
:(SkUIView*)
view
didAddMenu:(const SkOSMenu*)menu;
23
- (void)
view
:(SkUIView*)
view
didUpdateMenu:(SkOSMenu*)menu;
/external/skia/src/views/mac/
SkNSView.h
17
// Called when the
view
needs to handle adding an SkOSMenu
18
- (void)
view
:(SkNSView*)
view
didAddMenu:(const SkOSMenu*)menu;
19
- (void)
view
:(SkNSView*)
view
didUpdateMenu:(const SkOSMenu*)menu;
/frameworks/base/core/java/android/app/
IActivityContainer.aidl
23
import android.
view
.InputEvent;
24
import android.
view
.Surface;
/frameworks/base/core/java/android/hardware/input/
InputManagerInternal.java
20
import android.
view
.InputEvent;
/frameworks/base/core/java/android/preference/
SeekBarDialogPreference.java
23
import android.
view
.
View
;
66
protected void onBindDialogView(
View
view
) {
67
super.onBindDialogView(
view
);
69
final ImageView iconView = (ImageView)
view
.findViewById(android.R.id.icon);
73
iconView.setVisibility(
View
.GONE);
77
protected static SeekBar getSeekBar(
View
dialogView) {
/frameworks/base/core/java/android/text/method/
DateKeyListener.java
19
import android.
view
.KeyEvent;
DateTimeKeyListener.java
20
import android.
view
.KeyEvent;
TimeKeyListener.java
19
import android.
view
.KeyEvent;
/frameworks/base/core/java/android/text/style/
ClickableSpan.java
20
import android.
view
.
View
;
33
public abstract void onClick(
View
widget);
/frameworks/base/core/java/android/transition/
TransitionPropagation.java
19
import android.
view
.ViewGroup;
37
* @param sceneRoot The root of the
View
hierarchy running the transition.
67
* a String value. For example, to store a
view
's rotation value,
70
*
view
.getRotation())</code>. The target
view
will already be stored in
/frameworks/base/core/java/android/view/
RemotableViewMethod.java
17
package android.
view
;
26
* This annotation indicates that a method on a subclass of
View
SurfaceSession.java
17
package android.
view
;
TouchDelegate.java
17
package android.
view
;
20
import android.
view
.MotionEvent;
21
import android.
view
.
View
;
22
import android.
view
.ViewConfiguration;
25
* Helper class to handle situations where you want a
view
to have a larger touch area than its
26
* actual
view
bounds. The
view
whose touch area is changed is called the delegate
view
. This
29
*
view
itself
[
all
...]
/frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.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;
AnticipateInterpolator.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;
Completed in 701 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>