OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLandscape
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/util/
OrientationUtil.java
30
public static boolean
isLandscape
(Context context) {
/external/chromium/chrome/browser/resources/
print_preview.js
201
function
isLandscape
() {
267
'landscape':
isLandscape
(),
330
if (
isLandscape
())
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
75
boolean
isLandscape
;
253
boolean
isLandscape
= (config.orientation == Configuration.ORIENTATION_LANDSCAPE) &&
257
if (
isLandscape
|| isRotatedPortrait) {
345
Rect padding = getWorkspacePadding(
isLandscape
?
357
int maxRows = (
isLandscape
? maxShortEdgeCellCount : maxLongEdgeCellCount);
358
int maxCols = (
isLandscape
? maxLongEdgeCellCount : maxShortEdgeCellCount);
371
isLandscape
= (configuration.orientation == Configuration.ORIENTATION_LANDSCAPE);
449
return getSearchBarBounds(
isLandscape
? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
490
if (
isLandscape
&& transposeLayoutWithOrientation) {
510
return getWorkspacePadding(
isLandscape
? CellLayout.LANDSCAPE : CellLayout.PORTRAIT)
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
[
all
...]
Completed in 147 milliseconds