Searched
full:right (Results
826 -
850 of
6698) sorted by null
<<31323334353637383940>>
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
glspec-1.0 | 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IPhoneStateListener.aidl | 29 // we use bundle here instead of CellLocation so it can get the right subclass
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
TextAlignment.java | 28 RIGHT(0x2),
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
Policy.java | 30 // Simple implementation of the policy interface that spawns the right
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewProperties.java | 40 * Would the keyguard be secure right now?
|
/packages/apps/Calculator/res/values/ |
styles.xml | 23 <item name="android:gravity">right|center_vertical</item>
|
/packages/apps/Calendar/res/drawable/ |
selection.xml | 26 android:right="0dp" android:bottom="0dp" />
|
/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorBar.java | 112 boolean changed, int left, int top, int right, int bottom) { 114 getComponent(0).layout(0, 0, right - left, bottom - top); 119 int cRight = right - left - p.right;
|
MeasureHelper.java | 41 getLength(widthSpec, mPreferredWidth + p.left + p.right),
|
/packages/apps/DeskClock/res/layout/ |
desk_clock_battery.xml | 19 android:gravity="right"
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
Node.java | 29 from zero, left to right. */
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
FloatUtils.java | 149 * @param right 150 * : the x coordinate of the right most point 161 public static final boolean boundsContainsPoint(float left, float right, float top, float bottom, float posX, float posY) { 163 if (posX < left || posX > right || posY < top || posY > bottom)
|
/packages/apps/Launcher2/res/layout-land/ |
launcher.xml | 65 android:layout_gravity="bottom|right" 84 android:layout_gravity="right|center_vertical" 96 android:layout_gravity="right|center_vertical" 122 style="@style/HotseatButton.Right"
|
/packages/apps/Launcher2/res/values/ |
dimens.xml | 31 <!-- roughly half a status bar (for vertically centering the right-hand
|
/packages/apps/Launcher2/res/values-land/ |
styles.xml | 35 <style name="HotseatButton.Right">
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionPosition.java | 40 * Gets the suggestion cursor, moved to point to the right suggestion.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionViewFactory.java | 44 * @param parentViewType Used to create LayoutParams of the right type.
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
SingleThreadNamedTaskExecutorTest.java | 44 // This just checks that the tasks run, and run in the right order
|
/packages/apps/Settings/src/com/android/settings/ |
ProgressCategory.java | 47 * Turn on/off the progress indicator and text on the right.
|
/packages/inputmethods/LatinIME/java/res/xml/ |
azerty.xml | 56 <Key android:codes="112" android:keyLabel="p" android:keyEdgeFlags="right"/> 72 <Key android:codes="109" android:keyLabel="m" android:keyEdgeFlags="right"/> 94 android:keyWidth="15%p" android:keyEdgeFlags="right" 111 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
|
kbd_alpha.xml | 47 <Key android:keyLabel="j" android:keyEdgeFlags="right" /> 65 <Key android:keyLabel="t" android:keyEdgeFlags="right" /> 86 android:keyWidth="15%p" android:keyEdgeFlags="right" 104 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
|
kbd_symbols.xml | 59 android:keyEdgeFlags="right"/> 90 <Key android:codes="41" android:keyLabel=")" android:keyEdgeFlags="right" 119 <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete" android:keyWidth="15%p" android:keyEdgeFlags="right" 137 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="20%p" android:keyEdgeFlags="right"
|
popup_domains.xml | 36 android:keyOutputText="@string/popular_domain_4" android:keyEdgeFlags="right" />
|
/packages/inputmethods/OpenWnn/res/xml/ |
default_en_qwerty.xml | 34 <Key android:codes="112" android:keyLabel="p" android:keyEdgeFlags="right"/> 47 <Key android:codes="108" android:keyLabel="l" android:keyEdgeFlags="right"/> 64 android:keyWidth="15%p" android:keyEdgeFlags="right" android:isRepeatable="true"/> 80 android:keyWidth="15%p" android:keyEdgeFlags="right"/>
|
default_en_switch_key.xml | 26 android:keyEdgeFlags="right"/>
|
Completed in 242 milliseconds
<<31323334353637383940>>