OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_orientation
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view_unittest.cc
46
table->
set_orientation
(IBusLookupTable::VERTICAL);
167
table.
set_orientation
(IBusLookupTable::VERTICAL);
193
table.
set_orientation
(IBusLookupTable::HORIZONTAL);
219
table.
set_orientation
(IBusLookupTable::VERTICAL);
247
table.
set_orientation
(IBusLookupTable::HORIZONTAL);
308
table.
set_orientation
(IBusLookupTable::VERTICAL);
input_method_engine_ibus.cc
249
table_->
set_orientation
(vertical ? IBusLookupTable::VERTICAL :
/external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table_unittest.cc
37
lookup_table.
set_orientation
(kOrientation);
86
lookup_table.
set_orientation
(kOrientation);
230
table1.
set_orientation
(IBusLookupTable::HORIZONTAL);
231
table2.
set_orientation
(IBusLookupTable::VERTICAL);
234
table2.
set_orientation
(IBusLookupTable::HORIZONTAL);
308
table1.
set_orientation
(IBusLookupTable::HORIZONTAL);
ibus_lookup_table.h
127
void
set_orientation
(Orientation orientation) {
function in class:chromeos::IBusLookupTable
ibus_lookup_table.cc
124
table->
set_orientation
(
/external/chromium_org/ui/views/controls/
single_split_view.h
50
void
set_orientation
(Orientation orientation) {
function in class:views::SingleSplitView
/frameworks/base/packages/Shell/
AndroidManifest.xml
47
<uses-permission android:name="android.permission.
SET_ORIENTATION
" />
/frameworks/base/core/java/android/view/
IWindowManager.aidl
148
// These can only be called with the
SET_ORIENTATION
permission.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
AndroidManifest.xml
104
<uses-permission android:name="android.permission.
SET_ORIENTATION
" />
/frameworks/base/packages/SystemUI/
AndroidManifest.xml
61
<uses-permission android:name="android.permission.
SET_ORIENTATION
" />
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
/prebuilts/sdk/current/
android.jar
/frameworks/base/core/res/
AndroidManifest.xml
[
all
...]
/frameworks/base/api/
current.txt
120
field public static final java.lang.String
SET_ORIENTATION
= "android.permission.
SET_ORIENTATION
";
[
all
...]
/prebuilts/sdk/api/
1.xml
851
<field name="
SET_ORIENTATION
"
855
value=""android.permission.
SET_ORIENTATION
""
[
all
...]
10.xml
1005
<field name="
SET_ORIENTATION
"
1009
value=""android.permission.
SET_ORIENTATION
""
[
all
...]
11.xml
1016
<field name="
SET_ORIENTATION
"
1020
value=""android.permission.
SET_ORIENTATION
""
[
all
...]
12.xml
1016
<field name="
SET_ORIENTATION
"
1020
value=""android.permission.
SET_ORIENTATION
""
[
all
...]
13.xml
1016
<field name="
SET_ORIENTATION
"
1020
value=""android.permission.
SET_ORIENTATION
""
[
all
...]
14.txt
102
field public static final java.lang.String
SET_ORIENTATION
= "android.permission.
SET_ORIENTATION
";
[
all
...]
15.txt
103
field public static final java.lang.String
SET_ORIENTATION
= "android.permission.
SET_ORIENTATION
";
[
all
...]
16.txt
107
field public static final java.lang.String
SET_ORIENTATION
= "android.permission.
SET_ORIENTATION
";
[
all
...]
17.txt
107
field public static final java.lang.String
SET_ORIENTATION
= "android.permission.
SET_ORIENTATION
";
[
all
...]
18.txt
111
field public static final java.lang.String
SET_ORIENTATION
= "android.permission.
SET_ORIENTATION
";
[
all
...]
Completed in 1634 milliseconds
1
2