OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollview
(Results
451 - 475
of
564
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/widget/
HorizontalScrollView.java
60
* use either {@link
ScrollView
} or {@link ListView}.
65
private static final int ANIMATED_SCROLL_GAP =
ScrollView
.ANIMATED_SCROLL_GAP;
67
private static final float MAX_SCROLL_FACTOR =
ScrollView
.MAX_SCROLL_FACTOR;
97
* True if the user is currently dragging this
ScrollView
around. This is
[
all
...]
/frameworks/base/core/res/res/layout/
ssl_certificate.xml
17
<
ScrollView
286
</
ScrollView
>
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java
212
// We do this so the underlying
ScrollView
knows that it won't get
305
// TODO Add to (Vertical)
ScrollView
/packages/apps/Calendar/res/layout/
event_info.xml
46
<
ScrollView
320
</
ScrollView
>
recurrencepicker.xml
31
<
ScrollView
252
</
ScrollView
>
/packages/apps/Settings/res/layout/
radio_info.xml
20
<
ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
291
</
ScrollView
>
wifi_dialog.xml
17
<
ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
342
</
ScrollView
>
/packages/experimental/RpcPerformance/res/layout/
main.xml
2
<
ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
373
</
ScrollView
>
/pdk/apps/TestingCamera/res/layout/
main.xml
57
<
ScrollView
363
</
ScrollView
>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml
257
class="android.widget.
ScrollView
"
265
relatedTo="
ScrollView
"
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.h
38
class
ScrollView
;
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp
290
// Our parent is the root
ScrollView
, so it is the one that has a
388
ScrollView
::paint(gc, rect);
694
ScrollView
::setScrollPosition(IntPoint(0, rowRect.y()));
697
ScrollView
::setScrollPosition(IntPoint(0, rowRect.maxY() - visibleHeight()));
WebInputEventConversion.h
46
class
ScrollView
;
WebPluginContainerImpl.cpp
77
#include "platform/scroll/
ScrollView
.h"
127
ScrollView
* view = toScrollView(parent());
526
ScrollView
* view = toScrollView(parent());
535
ScrollView
* view = toScrollView(parent());
/external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h
160
- (NSScrollView*)
scrollView
;
/external/chromium_org/ui/views/controls/table/
table_view.cc
161
ScrollView
* scroll_view =
ScrollView
::CreateScrollViewWithBorder();
294
// parent()->parent() is the
scrollview
. When its width changes we force
309
// We have to override Layout like this since we're contained in a
ScrollView
.
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HandleView.java
130
// The
ScrollView
will not get the touch events
HorizontalScrollView.java
59
* use either {@link
ScrollView
} or {@link ListView}.
100
* True if the user is currently dragging this
ScrollView
around. This is
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java
53
import android.widget.
ScrollView
;
105
private
ScrollView
mViewBodyScroll;
461
mViewBodyScroll = (
ScrollView
)mViewBody.findViewById(R.id.candview_scroll);
[
all
...]
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java
131
(new UiSelector().className(android.widget.
ScrollView
.class.getName())
812
android.widget.
ScrollView
.class).childSelector(new UiSelector().className(
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
288
MockView
scrollView
= (MockView) mActivity.findViewById(R.id.scroll_view);
303
scrollView
.setTag(viewGroup);
304
assertSame(viewGroup,
scrollView
.getTag());
308
assertSame(
scrollView
, viewGroup.findViewWithTag(viewGroup));
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm
475
NSScrollView*
scrollView
= [bbfc
scrollView
];
480
NSPoint scrollPoint = [
scrollView
documentVisibleRect].origin;
492
hitPoint = [targetButton convertPoint:hitPoint toView:
scrollView
];
498
NSView* hit = [
scrollView
hitTest:hitPoint];
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm
508
NSScrollView*
scrollView
= [bbfc
scrollView
];
513
NSPoint scrollPoint = [
scrollView
documentVisibleRect].origin;
525
hitPoint = [targetButton convertPoint:hitPoint toView:
scrollView
];
531
NSView* hit = [
scrollView
hitTest:hitPoint];
[
all
...]
/external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc
487
views::
ScrollView
* scroll_view = new views::
ScrollView
();
desktop_media_picker_views.cc
176
views::
ScrollView
* scroll_view_;
482
scroll_view_(views::
ScrollView
::CreateScrollViewWithBorder()),
Completed in 2808 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>