HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 2026 - 2050 of 2219) sorted by null

<<818283848586878889

  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 700 // Set video quality.
712 // Set video duration limit. The limit is read from the preference,
722 // Set effect
726 // Set quality to be no higher than 480p.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 265 // Set the display orientation if display rotation has changed.
556 // We set the listener only when both service and shutterbutton
892 // Set rotation and gps data.
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 525 * {@link #updateCurrentPageScroll()} should be called, to correctly set the final state and
570 * The restore page will be set in place of the current page at the next (likely first)
825 mViewport.set(0, 0, widthSize, heightSize);
838 /* Allow the height to be set as WRAP_CONTENT. This allows the particular case
840 * is still not allowed to be set as WRAP_CONTENT since many parts of the code expect
847 // unless they were set to WRAP_CONTENT
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 225 self.set(value)
227 self.set(self._default)
234 def set(self, value): member in class:Variable
235 """Set the variable to VALUE."""
311 def set(self, value): member in class:IntVar
312 """Set the variable to value, converting booleans to integers."""
315 return Variable.set(self, value)
400 """Set Tcl internal variable, whether the look and feel
405 Returns the set value."""
407 'set', 'tk_strictMotif', boolean)
2810 def set(self, value): member in class:Scale
2857 def set(self, *args): member in class:Scrollbar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 225 self.set(value)
227 self.set(self._default)
234 def set(self, value): member in class:Variable
235 """Set the variable to VALUE."""
311 def set(self, value): member in class:IntVar
312 """Set the variable to value, converting booleans to integers."""
315 return Variable.set(self, value)
400 """Set Tcl internal variable, whether the look and feel
405 Returns the set value."""
407 'set', 'tk_strictMotif', boolean)
2810 def set(self, value): member in class:Scale
2857 def set(self, *args): member in class:Scrollbar
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /frameworks/base/core/java/android/widget/
TextView.java 150 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
556 // It is possible to have a selection even when mEditor is null (programmatically set, like when
8948 \/* package *\/ void set(char[] chars, int start, int len) { method in class:TextView.CharWrapper
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /external/emma/lib/
emma.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 199 import java.util.Set;
250 // The flags that are set for all calls we make to the package manager.
477 * Set of applications that we consider to be bad, and will reject
479 * Processes are added to this set when they have crashed twice within
606 * Set of IntentSenderRecord objects that are currently active.
726 * Global set of specific {@link Uri} permissions that have been granted.
825 * This is set to true after the first switch after mAppSwitchesAllowedTime
826 * is set; any switches after that will clear the time.
841 * Set while we are wanting to sleep, to prevent any
857 * Set if we are shutting down the system, similar to sleeping
    [all...]

Completed in 294 milliseconds

<<818283848586878889