OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateUI
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js
29
function
updateUI
(settings) {
46
* Wrapper for |
updateUI
| which is used as callback for the |get()| method and
55
updateUI
(settings);
60
* Wrapper for |
updateUI
| which is used as handler for the |onchange| event
68
updateUI
(settings);
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js
29
function
updateUI
(settings) {
46
* Wrapper for |
updateUI
| which is used as callback for the |get()| method and
55
updateUI
(settings);
60
* Wrapper for |
updateUI
| which is used as handler for the |onchange| event
68
updateUI
(settings);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Control.java
31
public void
updateUI
();
ActionSlider.java
56
updateUI
();
60
public void
updateUI
() {
61
super.
updateUI
();
BasicSlider.java
47
updateUI
();
78
updateUI
();
83
public void
updateUI
() {
SliderBrightness.java
48
updateUI
();
70
updateUI
();
75
public void
updateUI
() {
SliderHue.java
59
updateUI
();
81
updateUI
();
86
public void
updateUI
() {
SliderOpacity.java
49
updateUI
();
71
updateUI
();
76
public void
updateUI
() {
SliderSaturation.java
50
updateUI
();
72
updateUI
();
77
public void
updateUI
() {
TitledSlider.java
54
updateUI
();
85
updateUI
();
89
public void
updateUI
() {
StyleChooser.java
81
updateUI
();
85
public void
updateUI
() {
ColorChooser.java
138
updateUI
();
142
public void
updateUI
() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorTinyPlanet.java
53
public void
updateUI
() {
55
mControl.
updateUI
();
EditorColorBorder.java
179
mControl.
updateUI
();
EditorDraw.java
233
mControl.
updateUI
();
EditorChanSat.java
250
mControl.
updateUI
();
EditorGrad.java
93
mControl.
updateUI
();
EditorVignette.java
258
mControl.
updateUI
();
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
PreprocessorPanel.js
39
extractPreprocessedFiles(
updateUI
);
58
function
updateUI
(preprocessedFiles) {
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UnitTest.java
66
protected void
updateUI
() {
97
updateUI
();
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java
80
list.
updateUI
();
TestCaseEditController.java
336
this.listCases.
updateUI
();
344
listCases.
updateUI
();
393
this.
updateUI
();
421
listCases.
updateUI
();
439
listCases.
updateUI
();
490
listCases.
updateUI
();
517
listCases.
updateUI
();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UnitTest.java
66
private void
updateUI
() {
97
updateUI
();
113
updateUI
();
120
updateUI
();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UnitTest.java
66
private void
updateUI
() {
97
updateUI
();
113
updateUI
();
120
updateUI
();
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager_commands.js
649
currentEntry, 'drive', steps.
updateUI
.bind(this));
653
updateUI
: function(drive) {
Completed in 878 milliseconds
1
2