OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Justification
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h
47
typedef enum { Left=0, Center=1, Right=2 }
Justification
;
51
Justification
format; // The
Justification
65
// Set the
Justification
of the Label
66
Soft_Label_Key& operator=(
Justification
just) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h
47
typedef enum { Left=0, Center=1, Right=2 }
Justification
;
51
Justification
format; // The
Justification
65
// Set the
Justification
of the Label
66
Soft_Label_Key& operator=(
Justification
just) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h
47
typedef enum { Left=0, Center=1, Right=2 }
Justification
;
51
Justification
format; // The
Justification
65
// Set the
Justification
of the Label
66
Soft_Label_Key& operator=(
Justification
just) {
/frameworks/base/media/java/android/media/
TimedText.java
68
private static final int KEY_STRUCT_JUSTIFICATION = 15; //
Justification
108
private
Justification
mJustification;
140
* Helper class to hold the
justification
for text display in the text box.
144
public static final class
Justification
{
146
* horizontal
justification
0: left, 1: centered, -1: right
151
* vertical
justification
0: top, 1: centered, -1: bottom
157
* @param horizontal the horizontal
justification
of the text.
158
* @param vertical the vertical
justification
of the text.
160
public
Justification
(int horizontal, int vertical) {
487
mJustification = new
Justification
(horizontal, vertical)
[
all
...]
Completed in 207 milliseconds