HomeSort by relevance Sort by last modified time
    Searched refs:getConfiguration (Results 126 - 150 of 202) sorted by null

1 2 3 4 56 7 8 9

  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 392 boolean xlargeScreenSize = (context.getResources().getConfiguration().screenLayout
395 boolean isPortrait = (context.getResources().getConfiguration().orientation
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaActivity.java 478 boolean isLandscape = (getResources().getConfiguration().orientation
701 if (getResources().getConfiguration().orientation
    [all...]
  /sdk/lint/cli/src/com/android/tools/lint/
HtmlReporter.java 412 Configuration cliConfiguration = mClient.getConfiguration();
433 if (!project.getConfiguration().isEnabled(issue)) {
    [all...]
Main.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /frameworks/base/core/java/android/app/
SearchDialog.java 380 return context.getResources().getConfiguration().orientation
IActivityManager.java 164 public Configuration getConfiguration() throws RemoteException;
    [all...]
LoadedApk.java 141 mainThread.getConfiguration(),
146 // + mSystemContext.getResources().getConfiguration());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 397 mContext.getResources().getConfiguration().locale.toString();
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 521 final Configuration config = res.getConfiguration();
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 93 sIsTabletUI = (context.getResources().getConfiguration().smallestScreenWidthDp >= 600);
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 289 int orientation = mContext.getResources().getConfiguration().orientation;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 479 final int orientation = res.getConfiguration().orientation;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 596 (parent.getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE)
    [all...]
OpenWnnEN.java 301 int hiddenState = getResources().getConfiguration().hardKeyboardHidden;
    [all...]
UserDictionaryToolsList.java 216 mIsXLarge = ((getResources().getConfiguration().screenLayout &
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 232 Configuration conf = r.getConfiguration();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 260 Configuration configuration = new Configuration(resources.getConfiguration());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 569 mEditedConfig = resFolder.getConfiguration();
611 mEditedConfig = resFolder.getConfiguration();
691 mEditedConfig = resFolder.getConfiguration();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 229 Configuration configuration = mClient.getConfiguration(project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 475 mConfigSelector.getConfiguration(mTempConfig);
  /frameworks/base/services/input/
InputReader.cpp 922 mContext->getEventHub()->getConfiguration(mId, &mConfiguration);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 714 && mResources.getConfiguration().keyboard != Configuration.KEYBOARD_NOKEYS
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 160 Locale locale = context.getResources().getConfiguration().locale;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 676 updateUiElements(getResources().getConfiguration());
    [all...]

Completed in 524 milliseconds

1 2 3 4 56 7 8 9