OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIENTATION_LANDSCAPE
(Results
1 - 25
of
37
) sorted by null
1
2
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java
167
if (Configuration.
ORIENTATION_LANDSCAPE
== mConfig.orientation) {
188
} else if (Configuration.
ORIENTATION_LANDSCAPE
== mConfig.orientation) {
/packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java
63
if (orientation == Configuration.
ORIENTATION_LANDSCAPE
) {
LauncherApplication.java
126
Configuration.
ORIENTATION_LANDSCAPE
;
Hotseat.java
57
Configuration.
ORIENTATION_LANDSCAPE
;
DeleteDropTarget.java
66
if (orientation == Configuration.
ORIENTATION_LANDSCAPE
) {
Launcher.java
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestTestsBase.java
44
if (orientation == Configuration.
ORIENTATION_LANDSCAPE
) {
49
fail("Orientation should be
ORIENTATION_LANDSCAPE
or ORIENTATION_PORTRAIT: "
/cts/tests/src/android/theme/cts/
ActivitySnapshotTester.java
172
case Configuration.
ORIENTATION_LANDSCAPE
:
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java
66
== Configuration.
ORIENTATION_LANDSCAPE
) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java
67
== Configuration.
ORIENTATION_LANDSCAPE
) {
/cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java
321
config.setProperty(Properties.ORIENTATION, Configuration.
ORIENTATION_LANDSCAPE
);
525
config.setProperty(Properties.ORIENTATION, Configuration.
ORIENTATION_LANDSCAPE
);
575
config.setProperty(Properties.ORIENTATION, Configuration.
ORIENTATION_LANDSCAPE
);
739
config.setProperty(Properties.ORIENTATION, Configuration.
ORIENTATION_LANDSCAPE
);
[
all
...]
/packages/apps/Browser/src/com/android/browser/
NavScreen.java
130
mScroller.setOrientation(mOrientation == Configuration.
ORIENTATION_LANDSCAPE
UrlInputView.java
224
Configuration.
ORIENTATION_LANDSCAPE
) != 0;
/development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java
229
if (getResources().getConfiguration().orientation == Configuration.
ORIENTATION_LANDSCAPE
) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java
94
if (mCreationOrientation != Configuration.
ORIENTATION_LANDSCAPE
) {
PatternUnlockScreen.java
165
if (mCreationOrientation != Configuration.
ORIENTATION_LANDSCAPE
) {
LockScreen.java
332
if (mCreationOrientation != Configuration.
ORIENTATION_LANDSCAPE
) {
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java
51
protected int mOrientation = Configuration.
ORIENTATION_LANDSCAPE
;
MonthWeekEventsView.java
106
protected int mOrientation = Configuration.
ORIENTATION_LANDSCAPE
;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java
293
bg |= (position == 0 && mOrientation == Configuration.
ORIENTATION_LANDSCAPE
) ? IS_TOP : 0;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java
520
(parent.getResources().getConfiguration().orientation == Configuration.
ORIENTATION_LANDSCAPE
)
TextCandidatesViewManager.java
271
(parent.getResources().getConfiguration().orientation != Configuration.
ORIENTATION_LANDSCAPE
);
[
all
...]
/frameworks/base/core/java/android/content/res/
Configuration.java
215
public static final int
ORIENTATION_LANDSCAPE
= 2;
220
* {@link #
ORIENTATION_LANDSCAPE
}, {@link #ORIENTATION_PORTRAIT},
384
case
ORIENTATION_LANDSCAPE
: sb.append(" land"); break;
[
all
...]
/frameworks/base/core/java/android/app/
SearchDialog.java
381
== Configuration.
ORIENTATION_LANDSCAPE
;
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
257
case Configuration.
ORIENTATION_LANDSCAPE
:
Completed in 632 milliseconds
1
2