OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scroll
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.cc
48
&BookmarkDropInfo::
Scroll
);
55
void BookmarkDropInfo::
Scroll
() {
60
// TODO(port):
Scroll
the appropriate view/widget.
bookmark_drop_info.h
59
void
Scroll
();
/packages/apps/Calculator/src/com/android/calculator2/
Logic.java
19
import com.android.calculator2.CalculatorDisplay.
Scroll
;
109
private void clearWithHistory(boolean
scroll
) {
116
evaluateAndShowResult(text, CalculatorDisplay.
Scroll
.NONE);
120
text,
scroll
? CalculatorDisplay.
Scroll
.UP : CalculatorDisplay.
Scroll
.NONE);
125
private void clear(boolean
scroll
) {
127
mDisplay.setText("",
scroll
? CalculatorDisplay.
Scroll
.UP : CalculatorDisplay.
Scroll
.NONE)
[
all
...]
CalculatorDisplay.java
44
enum
Scroll
{ UP, DOWN, NONE }
130
void setText(CharSequence text,
Scroll
dir) {
132
dir =
Scroll
.NONE;
135
if (dir ==
Scroll
.UP) {
138
} else if (dir ==
Scroll
.DOWN) {
141
} else { //
Scroll
.NONE
/external/chromium/chrome/browser/resources/
menu.js
9
//
Scroll
repeat interval.
209
* Auto
scroll
timer.
233
* Total hight of
scroll
buttons. Used to adjust the height of
234
* viewport in order to show
scroll
bottons without scrollbar.
240
* True to enable
scroll
button.
271
// Setup
scroll
events.
272
var up = document.getElementById('
scroll
-up');
273
var down = document.getElementById('
scroll
-down');
516
var up = document.getElementById('
scroll
-up');
517
var down = document.getElementById('
scroll
-down')
[
all
...]
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 631 milliseconds